Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
I'm creating an auto-updater that can run MSIs and EXEs. These MSIs/EXEs aren't my own. I'd like to use …
windows-installer exe unattended-processingSo I have this setup project in Wix and wanted to have a shortcut on the desktop. This must be …
wix installation windows-installer shortcutI have an MSI-packaged application that is being deployed via Group Policy Objects (GPO) from a Windows 2003 Domain Server to …
scripting login batch-file windows-installer automated-deployI've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have …
wix windows-installerI am learning VS 2008 setup project to create install for our C# application. I made a mistake trying to delete …
.net windows windows-installer deployment-projectI'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to …
wix installation windows-installer installshield advanced-installerI have 32-bit and 64-bit versions of my installer which have (nearly) the exact same code & custom action sequence (…
installation windows-installer installshield installshield-2011I have a setup project that I need to install a redistributable that is not available in the default prerequisite …
installation windows-installer visual-studio-setup-projeMy requirement is to create a directory in programdata/test/example. How can I do that in wix?
wix installation windows-installer wix3.5I have a c# project that I am building in VS 2010. It references a C++ project through COM, which is …
c# .net visual-studio-2010 windows-installer