IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

make qtpass portable in windows #356

Closed ghost closed 6 years ago

ghost commented 6 years ago

I checked that installation of git and gpg can be done without administrator rights.

But when I try to install qtpass demands administrator rights.

Can we avoid that somehow?

annejan commented 6 years ago

I don't think there is anything requiring administrator rights. You might want to look into the http://www.jrsoftware.org/ishelp/ The config is in https://github.com/IJHack/QtPass/blob/master/qtpass.iss

This seems useful perhaps http://www.jrsoftware.org/ishelp/index.php?topic=setup_privilegesrequired

I currently don't have a working Windows install so no chance on testing any of this currently.

annejan commented 6 years ago

It's weird that installing QtPass needs admin rights since it installs all dependencies in it's own folder, I'll have a look if iss has some "non admin" flag.

annejan commented 6 years ago

This should be fixed by #424 and used in upcoming release