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 using WiX 3.5. Recently, the following WiX error started occurring frequently on the build server: light.exe (,): error LGHT0301: Failed …
wix wix3.5I want to assert that a certain registry value exists after installation, so I added the following component: <Component …
wix registry uninstallationHow can I define Wix properties and values that change depending on which Visual Studio configuration is active? e.g. …
wix wix3I have a WiX installer that has per-feature custom actions that need to be executed on uninstall. Right now I'm …
wix windows-installer custom-actionI am getting an ICE03: String overflow warning for the following code: <CustomAction Id="CustomActionID" Return="check" Property="SomeProperty" …
wix wix3.7I'm using WiX 3.5 to create an installer that installs a Windows Service and copies DLL's to the bin directory of …
installation wix wix3.5I created an MSI with WIX that needs elevated permissions to work correctly. In the MSI Project, I specified this …
wix windows-installer uac bootstrapper burnI need to use variable in WIX localization file WIXUI_en-us.wxl. I tried use it like this: <String …
user-interface variables localization wix wix3.5