Windows silent install no longer system-wide
0xelion opened this issue · 2 comments
0xelion commented
Steps To Reproduce
Start the windows installer (since version 1.32.0) with the silent flag (/S)
Expected Result
The installation is system-wide and the application is accessible to all users on the system. That was the case for version prior to 1.32.0.
Actual Result
The installation is only for the current user and the application is not accessible by other users.
Screenshots or Videos
No response
Additional Context
No response
Operating System
Windows
Operating System Version
No response
Installation method
Direct Download (from bitwarden.com)
Build Version
1.32.1
Hinton commented
Hi @0xelion,
Please run the installer using /S /allusers
which should replicate the same behavior as before. We recently changed our NSIS installer to offer a per user and all user options.
0xelion commented
This works, thanks for the help.