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

后端 未结 4 886
旧时难觅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 05:59

    In the real world, it doesn't have all that much value at all. MSI was designed back in a day when a computer typically had a 2-20gb hard drive. They came up with all these "run from source" advertisement scenarios which seemed really cool back then but never really caught on in the real world.

    Today, what /a does for me, a setup developer, is give me an easy way to "extract" an MSI and verify its contents. That's about it.

提交回复
热议问题