IJHack / QtPass

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

Silent install switch #679

Open WIcheese opened 3 months ago

WIcheese commented 3 months ago

Describe the solution you'd like I'd like a silent install command-line switch added to the installer if that is possible. For example, most applications that use .exe installers on Windows will install using their default path and options, with no GUI at all, if run with installer-filename.exe /S

This is necessary in order to push out software via ConfigMgr/SCCM/Intune/etc

Describe alternatives you've considered I could try to package QtPass using the MSIX packaging tool that Microsoft offers. That requires a functional PKI to issue internal code signing certs for the resulting MSIX file, and tampers with the program in various ways to make it a per-user non-admin installation. This may be desirable on a number of levels, but is overkill for simply wanting a non-GUI silent installer.

Additional context Due to the ability to encrypt different folders to different keys, and multiple keys per folder, QtPass is suitable for team usage, but the lack of a silent installer is a killer for organizational use.