I\'m making an installer that uses certain custom actions. I want to create a rollback action that undoes this changes when the installation is cancelled or unsuccessful.
I need to set up a launch condition in my installer to prevent the user from running the MSI file directly unless they are running an uninstall. (All other types of install should be run from the boot
I need to be able开发者_C百科 to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb!
I need to install a shortcut that opens one of the folders that I\'m creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut\'s
I want to install a plugi开发者_开发问答ns dll to a pre-installed application. Pre-installed application has its installed location in registry from where I can get its location. If I cannot found the
Specifically, I am using Wise Installation Studio to install several shared .NET 2.0 assemblies into the GAC.These are being used by some legacy COM application files as well as other application asse
Are "Visual Studio Setup" projects suitable for complex setups in different versions? The application is rather large (> 500,000 lines of code) and is under continuous development. Every