I have a Setup project (MSI) in VS2008 which installs my project. Within the project, I create a settings file, for the application, in the SpecialFolder.CommonApplicationData + \\\\\"settings\" folde
I have a web application which is entirely .net开发者_如何学Python 3.5. I have created a Setup project using the wizard making sure that I selected 3.5 from the targeted famework.
I\'ve got a windows service, built using C#, that is installed via a VS2008 setup project, and am having a couple of problems occurring with the uninstall process:
When I launch my appliation after the setup completes开发者_开发技巧, it launches the application in elevated mode. One of the problems, that this creates is that the user can no longer drag drop file
Using Visual Studio setup project. I\'d like to change Everyone / Just Me 开发者_Go百科choice to the same as the user selected during previous installation.Finally figured it out. Used a VBScript Cust
I created a simple windows service on my local PC and added the following code to it Protected Overrides Sub OnStart(ByVal args() As String)
Is there a way to include the version number as part of the output.msi filename in a VS2008 Setup Project?
Is there anyw开发者_StackOverflow中文版ay I can get the path of programdata folder dynamically in a setup project inthe very same way I get the path of program files folder by using the keyword [Progr
Is it possible to set a public property (say MYPROPERTY) from a C# custom a开发者_开发问答ction? I can read properties with Context.Parameters[\"MYPROPERTY\"] that I pass into the custom action data b
开发者_开发知识库I have a setup project in .NET. When I save the project and the other projects to subversion, the setup project no longer compiles. I get the error \"Unable to update dependencies of