How to distribute msi package ?

Андрей Михалевский 3,331 Reputation points
2024-10-25T15:16:58.5033333+00:00

Hello. I need to distribute an msi package that is installed from a user.

To do this I need to set the policy: Always install with elevated privileges

But this is not safe and microsoft does not recommend it.

What are some methods to distribute msi package from user ? Recommendations?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,228 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 10,240 Reputation points
    2024-10-25T16:45:01.1633333+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.