开发者

Override default ClickOnce splash screen with a custom one

开发者 https://www.devze.com 2023-02-22 10:24 出处:网络
I have a C# application that uses the ClickOnce distribution method.ClickOnce automatically checks for a new versions, and if it is available, downloads and installs it on开发者_JAVA技巧 the customer\

I have a C# application that uses the ClickOnce distribution method. ClickOnce automatically checks for a new versions, and if it is available, downloads and installs it on开发者_JAVA技巧 the customer's machine.

My own application has a slash screen, this results in there being two different "splash" screens seen by the user (click once auto-update, and my splash screen).

Is there a way I can override the default ClickOnce auto update screen with my custom splash screen?


http://msdn.microsoft.com/en-us/library/dd997001.aspx

http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/8d9faf75-c7f0-4d63-a89b-1d30192fab18/

0

精彩评论

暂无评论...
验证码 换一张
取 消