See Update Below I have been reading about creating custom dialogs for a .NET setup project at Code Project (http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx) and I 开发者_StackOverflo
Is it possible to build an installer in Visual Studio that will not require the application to be uninstalled prior to installation? (Assuming the application was already installed.)
I have a class that modifies the ProxyEnable and ProxyServer registry keys of Internet Settings. If I use this class in a Console App and run it the value are changed and I can see the changes using
How can I customize the setup installer with my custom dialogs? I开发者_开发问答 am using the Setup Wizard Project.Are you using a Setup Wizard Project?If so, right-click that project in the Solution
When my ProjectInstaller : System.Configuration.In开发者_Go百科stall.Installer is called by the Setup project the current path is c:\\windows\\system32. How can I get the path where the application is
I have a project that uses a few 3rd party DLLs, and am working on the setup project for deployment.The program runs fine when running (debugging) from within Visual Studio 2005, but does not when \"i
I have a setup project for my .NET application, and both install/uninstall are working just fine, if they are left alone while they work.
I have 2 projects in my solution 开发者_StackOverflow中文版A Windows service Its Setup project I need that my ProjectInstaller : System.Configuration.Install.Installer\'s method called OnAfterInst
I have a solution with 3 projects in it. 2 of the projects are referencing log4net, and a couple of others DLLs.
When creating a Setup Project in Visual Studio you can specify that a file is Permanent, but there is no option for setting a folder as such. My installer needs to copy some files to an existing (some