You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --copy-portable-config command line parameter to automatically copy the portable configuration with a silent installation (#9679)
* gui.installerGui.doInstall, kwargs
* Added command line parameter to copy the portable configuration when installing
* Fix linting issues
* Fix linting
Co-authored-by: Leonard de Ruijter <leonard@babbage.com>
| None | --install-silent | Silently installs NVDA (does not start the newly installed copy) |
3130
3130
| None | --enable-start-on-logon=True|False | When installing, enable NVDA's [Use NVDA during Windows sign-in #StartAtWindowsLogon] |
3131
+
| None | --copy-portable-config | When installing, copy the portable configuration from the provided path (--config-path, -c) to the current user account |
3131
3132
| None | --create-portable | Creates a portable copy of NVDA (starting the newly created copy). Requires --portable-path to be specified |
3132
3133
| None | --create-portable-silent | Creates a portable copy of NVDA (does not start the newly installed copy). Requires --portable-path to be specified |
3133
3134
| None | --portable-path=PORTABLEPATH | The path where a portable copy will be created |
0 commit comments