Remove perMachine option from Windows build config to allow non admin… #2581
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove perMachine option from Windows build config to allow non admin installations
Fix
When installing on Windows it currently requires administrator privileges to complete the installation.
Resolve issue in #1181.
The issue above looks like this is caused by the build option perMachine being set to true. This forces to install for everyone on the machine which requires admin privileges. The default value for this option is false so I've removed the option and using this PR to build the Windows install so I can test the installation process.
Current install from exe Screenshots
Installing as Admin user
Installing as Standard user
Test
Todo
Release