I've just figured out how to distribute my .Net Windows Forms app using the No-Touch Deployment method. When I'm ready for distribution I'll simply create a shortcut on all user's desktops pointing to my executable file on a web server (after installing the .Net Framework).
I've been testing on my development PC and have noticed that when I double click the icon on my desktop - that points to the .exe on the web server, Internet Explorer opens and closes really fast, and then my startup form is displayed. If Internet Explorer is already open, it gets maximized, with my startup form displayed on top of it.
Is there a way, through code or properties, to suppress the opening/closing of Internet Explorer when using the No-Touch Deployment method?
Thanks.
I've been testing on my development PC and have noticed that when I double click the icon on my desktop - that points to the .exe on the web server, Internet Explorer opens and closes really fast, and then my startup form is displayed. If Internet Explorer is already open, it gets maximized, with my startup form displayed on top of it.
Is there a way, through code or properties, to suppress the opening/closing of Internet Explorer when using the No-Touch Deployment method?
Thanks.