Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
I have been trying to create a log file for an issue with our installer with the following commands: msiexec /…
logging windows-installerI'm not the best programmer so I found it was much easier to write a program as several separate executables, …
installation windows-installerEnvironment: Visual Studio Ultimate 2010 Windows XP WPF Desktop Application using .NET 4.0 We have a desktop application which plays a video. …
visual-studio-2010 windows-installerWith BAT/CMD script I can simply use "msiexec /i <whatever.msi> /quiet /norestart" and then check %errorlevel% …
powershell return-value exit-code windows-installerUsing Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how …
visual-studio visual-studio-2008 windows-installer setup-project custom-actionWe are developer, and we have a digital signed application installer. When we install this application, it popups out the …
c# windows-installerHow do I set the default install path when deploying a program using a windows installer.
c# installation windows-installerI've created a custom boot-strapper for my application using Wix and Burn, but in the time it took to learn …
windows-7 installation windows-installer windows-7-x64 uninstallationI want to replace a single file inside a msi. How to do it?
windows-installerI have a product setup executable that copies some files to the user's hard drive. It's not a typical installer …
windows-installer installation uac windows-appcompat-platform