-
Notifications
You must be signed in to change notification settings - Fork 399
Windows installer won't work in restricted environment #508
Comments
I am not sure I understand the solution. How can we provide an updated version if the application cannot access the internet? |
I am talking about a "Full Installer" aka "Standalone Installer" aka "Offline Installer" |
@kspearrin, Could this be accomplished using the |
@cscharf The problem is that electron-builder doesn't support producing both nsis and nsis-web at the same time. See electron-userland/electron-builder#2588 @mirostauder Could just distribute the web installer with the downloaded .7z assets bundled with it in the same directory? That way avoids having to download anything. |
+1, need the standalone installer , with no requirement for network install file download |
Have put a todo on our DevOps backlog to try to figure out a way to package a standalone, offline installer. Not sure about timing at this point however. |
Hi @mirostauder, |
Describe the Bug
most office/workplace environments have restricted internet access
Windows installers won't work in restricted environments
i.e. when downloads are blocked/restricted
Steps To Reproduce
block file downloads or disconnect network
run Bitwarden-Installer-1.20.1.exe /S
Expected Result
Bitwarden installs or updates installed version
Actual Result
popup 'Please check you internet connection and retry.'
(also typo - you -> your)
Screenshots or Videos
Environment
windows
Additional Context
I know I can download the 7z file manually, that's not a solution for most deployment tools
a proper one file offline installer is needed
The text was updated successfully, but these errors were encountered: