Top "Wix3.7" questions

The WiX Toolset v3.

Run ExeCommand in customAction as Administrator mode in Wix Installer

I am new to wix installer. I have developed a set-up using wix installer for my application and I need …

wix installation impersonation wix3.7 elevated-privileges
WiX: Digitally Sign BootStrapper project

I have a project for which I have built a WiX msi file. I also have a WiX bootstrapper (exe …

wix code-signing bootstrapper wix3.7
Passing command line args to MSI from WiX bundle

I’m on Wix 3.7. I have an MSI that I would like to set a registry key (perhaps via a …

wix windows-installer wix3.7
How to create a bootstrapper application without a license agreement step

I have created a WiX Bootstrapper project. When the installation runs, it presents a license agreement. I want to create …

wix wix3.7
Wix *.msi installer Icon and logos

According to this http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry I have created the following code <?xml version="1.0" …

wix windows-installer wix3.5 wix3.6 wix3.7
WiX installer not removing files on uninstall

I am telling a wix MSI file to remove files on uninstall, and it's simply not registering it. For the …

wix windows-installer wix3.7 burn
How to run heat.exe and register a dll in wix

I need to register a dll in regAsm and now i was using <CustomAction Id='comReg' Directory='INSTALLLOCATION' ExeCommand=…

wix installation wix3.5 wix3.7 heat
Including .NET installer in WiX Bundle not detecting if already installed

I'm on WiX 3.7, and I can't get the simple <PackageGroupRef Id="NetFx40Web"/> bundle element to work, as …

wix bootstrapper wix3.7
Force uninstalling before installing any version with wix installer

Does anyone know: How can I Force wix installer to uninstall any previous copy previously installed, whether minor or major …

wix windows-installer wix3.7
How to use ProgramFilesFolder value in a variable in a wxi file

In my wxi file, I want to set a variable that has the Program Files directory. I want it to …

wix wix3.7