Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install DBPTK silently #319

Open
Jai-tatum opened this issue Jun 14, 2022 · 3 comments
Open

Install DBPTK silently #319

Jai-tatum opened this issue Jun 14, 2022 · 3 comments

Comments

@Jai-tatum
Copy link

Description:
I'm trying to install the dbptk-desktop-2.6.0 silently. Can you tell me the flags to be able to run it at the command line silently? I'm trying to run it through MECM so users can install it using Software Center without needing Admin rights. I have tried '/silent' and '/quiet'. Or is there a MSI for installs like this? Thanks!

Context:

  • DBPTK Desktop: Operative System name and version - Windows 10 Version 10.0.19042 Build 19042
  • DBPTK Enterprise: Browser name and version (Internet explorer, Chrome, Firefox, etc) - Microsoft Edge, 102.0.1245.39

Steps required to reproduce the bug:

Attach any related screenshots below.

Attach any relevant logs below.

Find DBPTK Desktop logs at Help -> Logs menu.
Find DBPTK Enterprise logs with docker logs command.

@luis100
Copy link
Member

luis100 commented Jun 15, 2022

Hello, could you try this:
electron-userland/electron-builder#4445 (comment)

@Jai-tatum
Copy link
Author

Jai-tatum commented Jun 16, 2022

Thank you that worked for the silent install, however the /allusers flag doesn't work. It keeps installing as admin user when I run as admin. So if I have SCCM install as SYSTEM where does the folder install? I need a generic folder location or a MSI code for SCCM to verify if the program installed successfully.

@luis100
Copy link
Member

luis100 commented Jun 22, 2022

Hi, we are using electron builder NSIS target with mainly the default options:
https://www.electron.build/configuration/nsis.html
https://github.com/keeps/dbptk-desktop/blob/master/package.json#L62-L79

The feature is reported to work well:
electron-userland/electron-builder#845 (comment)

We don't have any way to currently test this as we don't have a Windows set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants