I\'ve read the http://robmensching.com/blog/posts/2003/10/18/Component-Rules-101 blogpost which is very enlightning.
After upgrading my installer build to WiX 3.5 the msi size fell from 100Mb down to only 4Mb! At first I thought some files were excluded from MSI, so I ran light.exe 3.0 and 3.5 with -v (verbose) and
I want to execute a custom action in a Windows Installer (with WiX script) that makes symbolic links at the end of installation. mklink requires administrator privilege, as the installer restricts. Th
I Would like to set my default install location in Wix to go the default IIS directory usually C:\\inetpub\\wwwroot\\
I am interested in the best practice of the following scenario. I have a CustomAction me开发者_运维百科thod that hits a web service and returns some information that I use to populate a combo box. Lat
In Wix, how can I construct a feature tree such that when the parent feature is selected via \"Will be installed on local drive\" some of the child features get selected by default?
I hope you can help me with the following WIX issue: In my main.wxs, I initialize \"MYPROPERTY\" that then in ui.wxi, I put up a dialog box with a checkbox (that is checked/enabled from the MYPROPERT
I\'m creating an installer for my application using WIX. Everything works fine so far. However, I\'m trying to create a new event source during installation and that doesn\'t work as expected.
I am using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5.(Later weekly builds of WiX seem to be very broken with respect to their custom action template, at least for now.1930 i
I have WIX installers for two windows services. Both are installed using the same credentials, but one works while the other fails with the error \"Service \"PCP Event Processor-3.9.9.0-wix\' (MyServi