Hello
Distributing an MSI package without setting the policy to "Always install with elevated privileges" is indeed a safer approach. Here are some recommended methods to distribute an MSI package from a user:
Group Policy Preferences: This method involves creating a new Group Policy object (GPO) and configuring it to deploy the MSI package to the targeted computers. This process includes creating the MSI package, configuring the Group Policy settings, and deploying the package.
Logon Scripts: You can use logon scripts to deploy MSI packages. This method involves creating a script that runs when a user logs on to their computer, installing the MSI package in the background.
System Center Configuration Manager (SCCM): SCCM is a comprehensive management solution that allows you to deploy software, updates, and configurations to Windows computers within a network. It provides more control and flexibility compared to Group Policy.
These methods provide safer alternatives to setting the policy to "Always install with elevated privileges" and help ensure that the MSI package is distributed securely and efficiently.