Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
I am currently developing a Windows Service in .NET 4.0, Visual Studio 2010, Windows 7-32bit. I have an installer project that …
.net windows-7 windows-services windows-installerI'm currently trying to add some testing functionality into our builds, and in order to do this I need to …
command-line installation windows-installer silent-installerIs there any way to compile the Nullsoft Installer Script (NSI) setup as a MSI package instead of an EXE?
windows-installer installation nsisI 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-extensionHow to I configure click-once to install apps for all users. On another forum I got to 'use MSI' - …
.net windows-installer clickonceI'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend …
installation wix windows-installer nsisI have created an msi setup file which includes some files in a "Sample" folder which should be copied to …
wix windows-installer file-copyingMy application has an installer built in installshield. But for proper working of installation process in vista Win 7 etc. the …
windows-installer installshield runas installshield-2009I am trying to get my application an installer via WiX 3.0. The exact code is: <File Id="ServiceComponentMain" Name="$(…
installation wix windows-installer wix3