I'm trying to create a setup file (MSI) that runs without admin privileges. for that, I've tried the bellow option.
- I've set InstallAlluser property to false as bellow.
- Also set InstallAllUsersVisible to false
- I've also changed Default location with [AppDataFolder]
After changes above properties It still required Administrator permission to execute MSI file that created using Setup project.
Can you please help me to resolve this issue.
Thanks in Advance.



