Microsoft Docs - Windows Installer
GUID List
MSDN - ALLUSERS Property
Engels: 1033
Nederlands: 1043
msdn - Windows Installer Property Reference
Advanced Installer User Guide - Windows Installer Properties
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
To provide a comma seperated list of features to be installed, or force the complete installation with:
ADDLOCAL=ALL
To create all shortcuts as “normal” shortcuts instead of advertised ones, add the followin to the msiexec command:
DISABLEADVTSHORTCUTS=1
Installer2GO Download has links to multiple merge modules.
Aaron Stebner's WebLog - How to locate the cause of error code 1603 in a verbose MSI log file
Help Desk Geek - How to fix “The Windows Installer service could not be accessed” error
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:
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
To mark an MSI as installable per-user or per-machine instead of only per-machine add the following properties:
Sources: