Top "Wix-extension" questions

Extensions to the windows packaging software WiX, that's used to create msi installers.

Wix: How to set permissions for folder and all sub folders

I know how to set the permissions for a folder: <DirectoryRef Id="ProgramFilesFolder"> <Directory Id="PHPFolder" Name="…

permissions wix installation windows-installer wix-extension
WIX: Giving Permissions to a folder

I've read all related topics and haven't found a full answer to my problem. I would like to give full …

permissions wix installation windows-installer wix-extension
Unresolved reference to symbol in Wix

I am trying to create a installer for MVC4 application using Wix. I found an example that shows how to …

c# .net asp.net-mvc-4 wix wix-extension
WIX database deployment, installation

During my setup I give an option to use "windows authentication" OR "server authetication". Everything works fine and db gets …

wix wix3.6 wix-extension
Why does my WiX installer need an empty CreateFolder to conditionally update an Xml file?

TL;DR: Why do I need an empty <CreateFolder/> element in this conditional component in order to make …

wix windows-installer wix-extension
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 …

wix wix-extension
Wix Installer start menu shortcut not appearing

I am trying to create an installer project for a windows application using WiX v3.7 (as VS2012 does not include …

wix windows-installer wix-extension