Questions tagged [windows-installer]

Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files. In practice there will be a tool you're using to generate the MSI files, and you should tag your question with Windows Installer and that tool (WiX, Visual Studio Setup Project, InstallShield, Advanced Installer etc). Your issue may be with building, designing, or installing MSI files.

From the MSDN documentation:

Microsoft Windows Installer is an installation and configuration service provided with Windows. The installer service enables customers to provide better corporate deployment and provides a standard format for component management. The installer also enables the advertisement of applications and features according to the operating system.

Installer also handles registry related changes.

8835 questions
17
votes
3 answers

Automated MSI installation

What is the best way to automatically install an MSI file or installer .exe? We want to do some automated testing from our build system on the installed copy of the product. Our installer has the usual license acceptance screen, install location,…
Luke Quinane
  • 16,447
  • 13
  • 69
  • 88
17
votes
1 answer

MSIEXEC what is the difference between qn and quiet

I want to make a silent installation of an MSI file. What is the difference between /qn and /quiet as parameters to msiexec.exe?
CodeMonkey
  • 11,196
  • 30
  • 112
  • 203
17
votes
2 answers

Can I set a custom license using WiX?

The default license for an MSI generated by WiX is the common public license. How do I change this to GPLv2?
Nick Bolton
  • 38,276
  • 70
  • 174
  • 242
17
votes
10 answers

WiX: Installing Service as LocalService

I am trying to get my application an installer via WiX 3.0. The exact code is: