Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an …
windows powershell windows-installer uninstallationmsiexec is command prompt software that installs an MSI program. But I have found that you can install an MSI …
.net command-line installation windows-installerI have a MSI package that I need to install if the package is not already installed. Also I need …
wix installation windows-installer advanced-installerI create a small application and I would like to create one MSI file. In Visual Studio 2010 you have this …
installation windows-installer visual-studio-2012 project-typesI need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, …
powershell wix windows-installer installation uninstallationI want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, …
installation wix windows-installer extract installshieldHow do I create an installer for a Windows Service that I have created using Visual Studio?
c# .net visual-studio windows-services windows-installerTrying to use WMI to obtain a list of installed programs for Windows XP. Using wmic, I tried: wmic /output:…
windows windows-installer wmiI'm trying to automate the uninstallation of packages created using WiX for the purposes of changing the installed software stack &…
wix installation uninstallation windows-installerI have an application installed on my machine. I also have its source code but somehow the ProductCode and UpgradeCode …
automation wix installation windows-installer