Installation change do not ask for UAC permissions

前端 未结 1 2019
梦毁少年i
梦毁少年i 2020-12-21 04:57

I implemented an installer for our product. Installer needs administrator privileges, so I used setup bootstrapper with a manifest file (as

相关标签:
1条回答
  • 2020-12-21 05:31

    What actions are failing? If they are actions that you added to the installation, make sure that such actions are defined with Impersonate="no" and Execute="deferred" (or "commit" or "rollback") and that they are sequenced somewhere between InstallInitialize and InstallFinalize.

    0 讨论(0)
提交回复
热议问题