I have a project, in VS 2005, which has a console application and a setup project associated to install the application.I also have an installer class in the console application that the setup project
I have been using an MSI to install a WPF application using the .NET Framework 3.5 SP1.I have set up .NET 3.5 as a prerequisite in the MSI, and what has been happening for ages is that when the user d
I have Installshield InstallScript MSI aka \"Full\" setup and Installshield Basic MSI aka \"Patch\" setup.
I have to 开发者_运维问答create file association for an extension with two programmes and if both programmes A and B are present then choose program A to open the file. If only B is present then choos
Trying to solve this problem. I would like to learn how the bootstrapper detects if prerequisites (specifically .NET 3.5) are installed.
I have a WiX based MSI that installs a service and some shortcuts (and lots of other files that don\'t).
I have visual studio setup project with a custom R开发者_C百科adioButtons dialog. How do I get it to write the value of the ButtonProperty in the registry after it is selected in the UI? If using a
For my application I have an .msi developed with WiX. For the update scenario I want to do the following:
I used to build installs for an app with NSIS and the final self extractor was 1.2 MB. Now I need to use WIX due to operational n开发者_开发百科eeds and the same install comes out at 4.2 MB. I set the
I\'ve got a Wix project made up of several fragments.One of those fragments has the database components, another has a component that manipulates xml files.