electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.57k stars 1.73k forks source link

Question: What are the command line parameters for Silent Install and All Users for Windows Installer .exe #8075

Closed kirannatarajan closed 3 weeks ago

kirannatarajan commented 6 months ago

We are using the command electron-builder --win --publish never command to generate Windows Installer exe. What are the command line parameters that can be used with this installer for Silent Install, Install for All Users and Silent Uninstall.

mmaietta commented 6 months ago

These are the command line arguments provided to the installer https://github.com/electron-userland/electron-builder/blob/8e51ba508f39abb670bb145a79b2a3c0d4af19c9/packages/electron-updater/src/NsisUpdater.ts#L128-L147

Silent Uninstall and Install for All Users are not command line args

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 3 weeks ago

This issue was closed because it has been stalled for 30 days with no activity.