diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index fea84a9d93..1114179e85 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1447,6 +1447,7 @@ NOREMOVE norename NOREPEAT NOREPOSITION +norestart NORMALDISPLAY NORMALUSER Noronha diff --git a/installer/PowerToysSetup/PowerToys.wxs b/installer/PowerToysSetup/PowerToys.wxs index f7eb721af7..f5edec3f88 100644 --- a/installer/PowerToysSetup/PowerToys.wxs +++ b/installer/PowerToysSetup/PowerToys.wxs @@ -46,11 +46,11 @@ Id="DotnetRuntime" DetectCondition="HasDotnet3122" DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/1c14e24b-7f31-42dc-ba3c-83295a2d6f7e/41b93591162dfe556cc160ae44fbe75e/windowsdesktop-runtime-3.1.22-win-x64.exe" - InstallCommand="/install /quiet" - RepairCommand="/repair /passive" + InstallCommand="/install /quiet /norestart" + RepairCommand="/repair /passive /norestart" Permanent="yes" PerMachine="yes" - UninstallCommand="/uninstall /quiet"> + UninstallCommand="/uninstall /quiet /norestart"> + UninstallCommand="/uninstall /quiet /norestart">