Create setup that run without admin privileges using VS 2015 Professional
问题 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. 回答1: When you open your MSI with Orca