Allow MSI installer to run only by Administrator #8083
Replies: 3 comments 1 reply
-
https://learn.microsoft.com/en-us/windows/win32/msi/privileged |
Beta Was this translation helpful? Give feedback.
1 reply
-
MSI already defines the property. You need to use the property in a condition. Such as |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @chrpai Thanks for the answer! I solved this issue through custom action and it is working fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Is there a property in WiX toolset which forces the MSI installer to run only by Administrator?
I want to restrict normal accounts from running the MSI installer.
Beta Was this translation helpful? Give feedback.
All reactions