Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters …
c# .net wix windows-installer dtfGoogle Chrome auto updates itself every five hours. I want to clone this exact functionality in my own application. What …
windows-installer auto-updateI have CI build system builds an MSI whenever a developer checks in a change. We run automated acceptance tests …
wix windows-installer wix3.5I have a Setup and Deployment project in Visual Studio 2010. I would like the installer to create two shortcuts to …
visual-studio-2010 windows-installer setup-project shortcut setup-deploymentHow can a silent installer be created in WiX that does not display any UI dialogs to the user and …
installation wix windows-installer wix3Windows Installer technology supports administrative installation. The command line for initiating administrative installation is: 'msiexec /a setup.msi'. I want …
wix installation installshield windows-installerIf you are running Windows with a higher DPI setting you will notice that most application icons on the desktop …
windows windows-installer icons highdpiWhat is the Wix 'KeyPath' attribute? In particular, how does it apply to the following: <Component Id="ProgramMenuDir" Guid="*"&…
installation wix windows-installerMy Wix project creates install.msi and cab1.cab. How can I have it bundle everything into the msi? I …
wix windows-installerWe've gotten a custom action that runs command-line to work as such: <CustomAction Id="OurAction" FileKey="OurInstalledExe.exe" ExeCommand="…
installation wix windows-installer custom-action