What is the purpose of administrative installation initiated using msiexec /a?

后端 未结 4 889
旧时难觅i
旧时难觅i 2020-11-22 05:24

Windows Installer technology supports administrative installation. The command line for initiating administrative installation is: \'msiexec /a setup.msi\'.

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 06:14

    If you have a per-user setup and a system that disallows user installations through e.g. group policy then the user will be able to install from the msi created in the target folder by the administrative install. Its a way of authorising software to be installed.

提交回复
热议问题