Top "Wix3.6" questions

For issues relating to deployment using Windows Installer XML, version 3.6.

WiX, UAC, managed custom action and impersonation

I have built a Windows Installer package using WiX 3.6 that embeds a custom managed (C#) action. At this stage, the …

wix uac wix3.6
WIX radio button group

I am stuck in doing with WIX radio group button,I want to know Whether i can able to disable …

wix wix3.5 wix3.6
How can I set recovery-options of a service with WiX?

I have following .wxs-file: <?xml version="1.0" encoding="UTF-8"?> <?define ProductVersion="x.x.x.x" ?> <?define …

wix wix3.5 wix3.6
WiX: Avoid showing files-in-use dialog and just prompt for reboot at end of install

I am using <MajorUpgrade> in WiX 3.6 to force an uninstall of the previous version of my application when …

wix windows-installer wix3.6
WiX Burn - Determine what items are already installed

I've a burn installation whereby the user can select which of three options to install - each one directly relates …

wix installation wix3.6 bootstrapper burn
Specify the INSTALLLOCATION of packages in WiX inside the Burn managed bootstrapper

I have a WiX 3.6 bundle (using Burn) and managed bootstrapper that install several MSI packages. Some of the packages install …

wix wix3.6 burn
'Error -2147467259: failed to create SQL database' in WiX

I want to create a database in the installation process using WiX 3.6. I followed many tutorials, but I think there …

wix windows-installer wix3.6
WiX Bundle bal:condition - util:RegistrySearch variable always false

I want my install to fail if a third-party software element is not installed. I added a Fragment with a …

installation wix registry wix3.6
How to call a command line program in WiX

I want to call a command line program of OpenOffice in WiX. To do so, I created a custom action, …

wix wix3.6
Creating localized WIX 3.6 bootstrappers.

I created a WIX project in Visual Studio 2010 over a year ago. It creates an MSI file and a bootstrapper …

visual-studio-2010 localization wix wix3.6 burn