Launch application without admin privilege #7848
Unanswered
pbasithmpy
asked this question in
Questions
Replies: 1 comment
-
Launch the application from the Bundle instead. If your Bundle is per-machine, then all MSI packages are executed elevated. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using wix toolset version 3.11.
I need to launch my application after installation is completed. currently I am using "WixShellExecTarget" for launching application. But it launches with elevated permission. I need to launch the application with user permission only.
please check the below code,
note: I am using Bundle project for combining multiple msi packages to single exe package. when I launch the msi, application launches without elevation. but through exe bundle package it launches with elevation only,
please help me with this issue.
Beta Was this translation helpful? Give feedback.
All reactions