The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
I'm a total noob on Wix (and installers in general) so please forgive me. My goal is to be able …
wix windows-installer wix3In WIX am in-need of a dot net managed custom code to dynamically populate a combo box with the values …
installation wix windows-installer wix3I have added InstallDemo.wxs file and copied the code from WixUI_InstallDir src/ext/wixlib/, Then i have added …
wix wix3.5 wix3The title says it all. I can't seem to find a comprehensive list of commands/flags/things-I-can-do-from-the-command-line.
wix bootstrapper burnWhen I change the text box value, it is not updated in the view model. This is my text box …
wpf mvvm wix bootstrapper burnI have a property for whether to install shortcuts that need to be passed via command line arguments. The conditions …
installation wix conditional wix3 shortcutsI have an application compiled in VS 2015 and requires the VC++ Redistributable package in order to run properly. Prior to …
wix visual-studio-2015 vcredistI am using WiX to install a certain EXE file. I want the WiX setup to end running the EXE …
wix wix3.5I have the following CustomAction in my project: <CustomAction Id="InstallDriver" Return="check" Execute="deferred" Impersonate="no" FileKey="FileDriverInst" …
wix return-value custom-actionWe are using Inno Setup and are planning to replace this with WiX. But when evaluating and playing around with …
wix installation setup-project setup-deployment wixsharp