Environment
NetIQ AppManager 7.0.x
Situation
NetIQ AppManager WinOS module MSI installer error: 'Internal Error 2103. 26'
Resolution
In order to install the MSI package, you need to run it from the command prompt passing it the parameter 'ALLUSERS=2'. For example when trying to install the NetIQ AppManager WinOS module, you would go to the command prompt and navigate to the directory hosting the MSI package and then use the following command:
msiexe /i winos.msi ALLUSERS=2
Cause
The Windows Installer package requires a user profile that lets the user install an application.
Additional Information
Formerly known as NETIQKB72545