wise
How to run rollback custom action in Wise Installer Editor?
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.[详细]
2023-03-18 11:06 分类:问答What do I need to check to ensure that an Uninstall is being run?
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[详细]
2023-01-24 20:47 分类:问答How do I make my installer hide the Cancel button from the ARP?
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![详细]
2023-01-16 13:38 分类:问答How do you create a shortcut to a folder in Windows Installer?
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[详细]
2023-01-13 02:50 分类:问答Install file conditionally through msi (Internal Error 2732)
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[详细]
2023-01-13 00:04 分类:问答Installing a shared assembly to the GAC with COM interop
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[详细]
2022-12-31 02:52 分类:问答Are Visual Studio Setup projects suitable for complex setups?
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[详细]
2022-12-23 07:31 分类:问答