Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
In my Defines.wxi I have: <?define MajorVersion="1" ?> <?define MinorVersion="08" ?> <?define BuildVersion="11" ?> In my …
visual-studio-2010 msbuild wix windows-installerCurrently I have an MSI which performs a major upgrade, and it is launched as: msiexec.exe /i installer.msi /…
windows-installer restart reboot silentI’m on Wix 3.7. I have an MSI that I would like to set a registry key (perhaps via a …
wix windows-installer wix3.7When should I change or not change my component GUID in WIX? The Microsoft SDK information is confusing. Glytzhkof edit: …
wix windows-installer installation wix3TL;DR: Why do I need an empty <CreateFolder/> element in this conditional component in order to make …
wix windows-installer wix-extensionI have two custom actions, one of which I'd like to execute when my product is installed and the other …
wix windows-installer uninstallation custom-action merge-moduleI am using InstallShield 2011. I have a COM object that needs registered during installation. I cant seem to find anywhere …
com windows-installer installshieldI'm using WiX to create a windows installer. Unfortunately my installer overwrites a config file on every update. What I …
installation wix windows-installer configuration-filesWe have an application to be run on startup that allows many installed files to be changed after installation. We …
windows-installer orca advertised-shortcutI cannot understand what is exact consequences of using attribute Advertise in Shortcut attribute. What is the diffirence?
wix windows-installer setup-project