-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Test Windows installer for brave-core; ensure silent install possible #1538
Comments
Looks like silent install would be done with However, when running the above it fails for me. If I remove |
If I launch using I'm looking in the source now to try and find more command line options. Would like to do this silently |
OK verified with @simonhong that this will likely need to be done when creating the stub installer. We'll want to have two installers created:
At that point, the above args would work ( When generating the installer, we'll need to append the following arg (to allow it to work properly): For example: |
This is definitely possible. We'll need to change the code creating the Omaha stub installer to allow Once a binary is available, it would be installable like so: |
We'll want to try (via CLI) the stub installer on Windows to ensure we can do a silent install. We can capture the exact shell command ran here too
If (for some reason) we run into problems doing that, we can ask folks who may be familiar with the installer (ex: @simonhong or @emerick) for help 😄
The text was updated successfully, but these errors were encountered: