-
this is part of my wix.json
```
"files": {
"guid": "378896D8-6749-4821-870A-44CBBB791D0C",
"items": [
"service.exe"
]
},
"directories": [
"assets"
]
```
servi…
-
WiX is currently in the process of releasing a new version, WiX V4. Its API will be totally incompatible with the current WiX version (it will have only a single command called `wix` that combines `ca…
-
I am using VS 2017 with wix 3.11.0.1528 as you will see the heat command line includes the -svb6 flag but the output file I get still contains the vb6 interfaces
Output from Msbuild:
` Task "HeatFil…
-
## Bugs
If this issue is a bug:
* Which version of WiX are you building with?
4.0.0-rc.1
* Which version of Visual Studio are you building with (if any)?
Visual Studio 2022
* Which v…
-
I'm trying to create a WiX installer with these tools:
- Windows 7
- cmake 3.10.3
- WiX toolset 3.11
- Build Tools for Visual Studio 2017 with VC++ 2015.3 v140 toolset and Windows 10 SDK (couldn't…
-
Hello I'm wondering if this package is the right one for my case. I'm creating a Platform that allow users to download .exe files, then i want to create custom installer in order to obtain the informa…
-
I built 2 msi files using visual studio for both. The first msi is my original baseline. The second msi is my update and the one I wanted to create a patch from. I changed a pdf file and a crystal re…
-
Integrating WiX into Visual Studio 2008 Isolated would provide a Free GUI to go along with the free toolset. This would expand the potential userbase.
bq. Originally opened by @jameym@ from "http://…
-
Which version of WiX are you building with?
I created a project in Visual Studio 2019 called a Bundle (Wix v4) project. So the version is v4.
Which version of Visual Studio are you building with (…
-
I have some WiX projects that I'd like to be able to use on multiple machines which each may have a different version of WiX 3.x installed.
It would be nice to be able to conditionally include/exclud…