I set my Custom Action to cmd.exe and adding these arguments: /K XmlPreProcess.exe /x:\"[SETTINGSFILE]\" /i:\"[TARGETDIR]web.config\" [CUSTOMSETTINGS] /e:[ENVIRONMENTBUTTON] >log.txt
I have 2 projects in my solution 开发者_StackOverflow中文版A Windows service Its Setup project I need that my ProjectInstaller : System.Configuration.Install.Installer\'s method called OnAfterInst
We are installing several web sites using msi\'s as part of continuos integration tests. For each build we want to uninstall the old msi and install a new one.
I have a .NET project (VS2008 .NET 3.5) that builds an exe.I have an installer project as part of the same solution that creates an installer for that exe.
I\'m using Visual Studio to开发者_如何学编程 build my wix file.So far I have one file Product.wxs and it\'s working for a simple install.
Someone told me there was a way for the CustomAction in WIX to display the output in the console log.I\'m including an .exe called XmlPreprocess.exe to manipulate my web.config, based on parms in a fi
What is the Wix \'开发者_高级运维KeyPath\' attribute? In particular, how does it apply to the following:
I try to perform a major upgrade with my MSI installer with a quiet installation. The installer already works well when using a normal installation with a full user interface. In this case the old pro
I have a windows installer msi 开发者_如何学Pythonpackage with the setup.exe bootstrap. Works fine everywhere.
Is there a way within WiX to determine if the installer is being run in quiet开发者_如何转开发 mode or interactively?My google-fu finally kicked in.Apparently there are some built-in properties that y