Questions tagged [wix3.10]

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

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

The WiX Toolset v3.10 was released September 7th, 2015.

152 questions
0
votes
0 answers

Creating Wix Bundle UI

I have managed to use Wix Bundle to bundle all my prerequisies and fold them into one single installer exe. (I have 4 prerequisites and one main software) This single installer exe uses the basic UI provided by the toolset, the one obtained by…
dhiraj suvarna
  • 505
  • 7
  • 20
0
votes
1 answer

Why does Bootstrapper hang when detecting FilesInUse?

I am using WiX Toolset v3.10.0.1726 I have a .msi-file that gets bundled within a bootstrapper. MSI Defintion:
user57508
1 2 3
10
11