Hello,
I created a MSI setup of my application. The install parameter of "Per machine only (Fails if not administrator)"。The 'Run as administrator' option is also checked.When I install this package using the local Administrator account, it works fine. However, when I try to install it with a domain user (which is already a member of the Administrators group), it fails with the error: 'This package requires installation by an Admin user account.
I know disabling User Account Control (UAC) via Group Policy would allow the installation to proceed. However, I'd like to explore if Advanced Installer can be configured to avoid modifying the OS settings. Could you provide some suggestions?