I have a ServiceInstall component in a WiX installer where I have a requirement to either start auto or demand depending on parameters passed into the MSI.
I have an installer which creates MSMQ message queues. During a major upgrade I am noticing that the queues are getting removed and reinstalled. Any suggestions to avoid this from happening?
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
1. I am using WiX for cre开发者_运维问答ating installer and would like to implement the following behaviour:
I have installed WIX 2.0 (and Votive). I need to create user defined custom actions using the Custom action project. I found the custom action project template in VS2008 when WIX 3.0 is installed. Now
I want to set a property to be used after the FeaturesDlg (the one with the feature tree) , based on condition that an user selected a feature or
I\'m using Wix to create an installer for a Silverlight application. When I install the application the virtual directory that has been created has the execute permission checked for the *.dll handle
I am trying to find examples of how to use WixSharp (managed code interface to WiX) to install a website and associate an AppPool.
I\'m trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems.
I\'m using WiX to create a windows installer. Unfortunately my installer overwrites a config file on every update.