Extensions to the windows packaging software WiX, that's used to create msi installers.
Questions tagged [wix-extension]
134 questions
50
votes
2 answers
Why does my WiX installer need an empty CreateFolder to conditionally update an Xml file?
TL;DR: Why do I need an empty element in this conditional component in order to make it work?
I'm putting together a simple WiX based installer for an in-house application. This installer needs to deploy a standard configuration file…

Bevan
- 43,618
- 10
- 81
- 133
47
votes
5 answers
How to add a UI to a WiX 3 installer?
I've tried , but I get "Unresolved reference to symbol WixUI:WixUIMinimal". What am I doing wrong?

Adam Tegen
- 25,378
- 33
- 125
- 153
44
votes
3 answers
Wix: How to set permissions for folder and all sub folders
I know how to set the permissions for a folder:

Mike
- 463
- 2
- 5
- 5
21
votes
1 answer
The Fragment element contains an unhandled extension element 'util:RegistrySearch'
Learning how to create Wix Booloader so that I can install .NET framework with my msi install package. Anyway I am stuck with an error for an unhandled extension element. Code is below