cryptomator / cryptomator-win

Cryptomator .exe installer for Windows
GNU General Public License v3.0
21 stars 12 forks source link

Run Cryptomator with original privileges #18

Open overheadhunter opened 5 years ago

overheadhunter commented 5 years ago

https://github.com/cryptomator/cryptomator-win/blob/d3eda6ae8036d629b7783cfb3b98c1ad76558446/resources/innosetup/setup.iss#L77

Add runasoriginaluser flag to run Cryptomator with non-elevated privileges. This might lead to follow-up problems, e.g. the one reported here:

When I end the installation process and mark the option to launch Cryptomator the programm starts but there is no automatic password fill

overheadhunter commented 5 years ago

Add runasoriginaluser flag

According to the documentation this shouldn't be necessary when postinstall is already present:

This is the default behavior when the postinstall flag is used.