How can I create a windows installer MSI that does not require admin access

前端 未结 2 1751
故里飘歌
故里飘歌 2021-01-02 01:07

I\'ve created an MSI windows installer that installs a plug-in which I wrote for a piece of software used at my office. However, a number of users here don\'t have admin rig

2条回答
  •  萌比男神i
    2021-01-02 02:07

    There's two approaches here:

    1) Create an installer that doesn't require Admin privs because it doesn't install anything that needs it. If you can really do this, you might want to consider a ClickOnce installation and see if it meets your needs.

    2) Educate your IT department on how to drop your MSI onto a network share and publish it through Group Policy. This way the users can go to Add/Remove programs and initial the installation but have it run elevated without a SysAdmin having to walk from desk to desk doing it by hand. ( I'm kind of suprised they don't already know how to do that. )

提交回复
热议问题