User Tools

Site Tools


microsoft:windows:installer

Microsoft - Windows - Installer

MSI Language Codes

Engels: 1033
Nederlands: 1043

MSI Properties

ALLUSERS

To create all shortcuts and program folders for all users instead of the current user (depends on the MSI being installed), add the following to the msiexec command:

ALLUSERS=1

ADDLOCAL

DISABLEADVTSHORTCUTS

To create all shortcuts as “normal” shortcuts instead of advertised ones, add the followin to the msiexec command:

DISABLEADVTSHORTCUTS=1

Merge Modules

Installer2GO Download has links to multiple merge modules.

Blogposts/Artikels

Looping Windows Installer Coordinator

From GearBytes.com - Looping Windows Installer Coordinator:
“. If you have a “nested” MSI, you end up never being able to install. Yes, if you launch and MSI that is a front end installer for an application which then launches another installer you never go anywhere. Hooray! All you will see is the coordinator looping (Pictured below) until the end of time.”

Solution:

  1. Start gpedit.msc.
  2. Go to:
    Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Application Compatibility
  3. Set “Turn off Windows Installer RDS Compatibility” to Enabled.
  4. (Optional:) Set it to “Not configured” when done installing.

IT Tech Log - Disable Windows Installer Coordinator
Lukas Beeler's IT Blog - IBM i Access 7.1 installation hangs indefinitively with a Windows Installer Coordinator window

Dual-mode / Dual-purpose MSI

Custom Actions

microsoft/windows/installer.txt · Last modified: 2023/01/19 11:43 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki