niemalsnever Posted October 2, 2017 Report Posted October 2, 2017 Hello, I'd like to make Enpass for Windows available for our clients at university to install on their work computers using a software deployment solution like Microsoft SCCM. For that I'd like to know how I can convince Enpass to install and uninstall silently, that is to say without any user interaction or user interface. I need to know the parameters I'd have to pass to the Enpass installer to perform such a silent/unattended installation. Kind Regards Sven
niemalsnever Posted December 5, 2017 Author Report Posted December 5, 2017 @Anshu kumar Any statement? It's been 2 months without ANY reaction by anybody. Sincerely An upset Customer
Anshu kumar Posted December 6, 2017 Report Posted December 6, 2017 Hi @niemalsnever Sorry for the late response, skipping this thread was just an oversight. To install Enpass silently please follow these steps: Download Enpass. Open Command Prompt --> Go to Enpass download location and run this command Enpass_5.6.0_Setup.exe /ALLUSER /S For uninstalling: Open Command Prompt --> Go to installation location and run this command uninstall.exe /ALLUSER /S Hope this helps!
niemalsnever Posted December 6, 2017 Author Report Posted December 6, 2017 I'll try that tomorrow or so and reply back. Thanks alot for the information, @Anshu kumar 1
niemalsnever Posted December 7, 2017 Author Report Posted December 7, 2017 Hi, I tested those commands you mentioned, and installing works beautifully, uninstalling gives me that pesky dialogue you can see in the attached screenshot. Is there any way to just give the command to uninstall without any confirmation windows? (Similar to /qn for MSI Installation Packages) The script I'm running extracts the UninstallString from the Windows registry and then appends the silent parameters to that string before running it, as you should be able to see in the command prompt window. Thanks for your help!
Anshu kumar Posted December 7, 2017 Report Posted December 7, 2017 Hi @niemalsnever, Thanks for writing back. 1 hour ago, niemalsnever said: Is there any way to just give the command to uninstall without any confirmation windows? (Similar to /qn for MSI Installation Packages) Yes, there was glitch in uninstall script and a fix will be available in the next update. Your co-operation is highly appreciated. 1
niemalsnever Posted December 7, 2017 Author Report Posted December 7, 2017 16 minutes ago, Anshu kumar said: Yes, there was glitch in uninstall script and a fix will be available in the next update. So I will have to wait until an eventual 5.7.0 or a 5.6.1? Thanks for your quick reply!
Anshu kumar Posted December 8, 2017 Report Posted December 8, 2017 The fix will be made available in the very next update (5.6.1). Cheers!
niemalsnever Posted January 8, 2018 Author Report Posted January 8, 2018 Hi, might've found a new bug with this. The current version of the installer (Enpass v5.6.5) does not create the start menu shortcuts for all users. I'm using the following command line: Enpass_5.6.5_Setup.exe /ALLUSER /S Which is run as the SYSTEM user. Start menu shortcuts seem to only be created for the user who runs the installation. The silent uninstallation bug seems fixed though.
niemalsnever Posted April 24, 2018 Author Report Posted April 24, 2018 @Anshu kumar bump. Now tried using version 5.6.8, still no shortcuts in neither start menu nor Desktop being created for anyone but the user who runs the installation. Is there a way to fix this?
Recommended Posts