The Windows Installer property ALLUSERS and the current user’s privileges determine where the configuration information such as shortcuts and registry entries are stored on the target system: to the All Users profile or the current user’s profile.
Default setting for the ALLUSERS property, for Systems Management Agent_x32.msi , is equal to the number 1 <per-machine>.
If ALLUSERS=1, the installer performs a per-machine installation. The per-machine installation succeeds only if the user has administrative access privileges on the computer.
If ALLUSERS=2, the installer first attempts a per-machine installation. In this case, the per-machine installation succeeds only if the user has administrative access privileges on the computer, otherwise the installer does a per-user installation.
If ALLUSERS=””, the install performs a per-user installation.