The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
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-privilegesHow are properties set on CustomActionData to be retrieved by a deferred custom action?
wix windows-installer wix3.5 custom-actionI know how to set the permissions for a folder: <DirectoryRef Id="ProgramFilesFolder"> <Directory Id="PHPFolder" Name="…
permissions wix installation windows-installer wix-extensionHow can I have my Wix package to download the required .NET Framework when it's not yet installed in the …
.net wix prerequisitesI have a simple Solution for my Project, which works well. But I am unable to grasp how to make …
wixIn WIX, how do you create a non advertised shortcut in the allusers profile? So far I've only been able …
wix windows-installer wix3 shortcuts advertised-shortcutIs there a way to get an environment variable in WIX into a property? I'm trying to get the USERPROFILE …
wix environmentI have a Bin folder with many files in my project. For now, I only know how to add specific …
c# winforms wixI want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic …
wix windows-installer variables installationI'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