I developed a VB.NET console application and tried using Build | Publish the menu item in Visual Studio 2008 to create the installer. It works fine, except for two things: - when I run the installer on a Windows 2003 Server, it installs the application in the C: \ Winnt \ profiles \\ Local Settings \ Apps \ 2.0 directory. How do I configure the configuration to request the destination directory for the application? - after installation is complete, the program automatically launches the application. How can I suppress autorun?
user283897
source share