Skip to content

Installer arguments for EXE

Clint Rutkas edited this page Sep 16, 2020 · 8 revisions

Our EXE installer has a list of arguments you can chain on to accomplish different tasks such as a silent install.

  • --silent Use completely silent installation
  • --no_full_ui Do not use MSI wizard dialog, use reduced progress bar instead
  • --no_start_pt Do not start PowerToys after the installation is complete
  • --skip_dotnet_install Do not install dotnet, even if it's detected that it's not installed
  • --help Shows the list of supported command-line arguments

Example

A command that would not install dotnet core and be silent would be the following:

PowerToysSetup-0.21.0-x64.exe --silent --skip_dotnet_install