mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Installer]Install dotnet with /norestart (#16691)
* Add norestart for dotnet * Add norestart to spell-check * Add quite back for dotnet
This commit is contained in:
1
.github/actions/spell-check/expect.txt
vendored
1
.github/actions/spell-check/expect.txt
vendored
@@ -1447,6 +1447,7 @@ NOREMOVE
|
|||||||
norename
|
norename
|
||||||
NOREPEAT
|
NOREPEAT
|
||||||
NOREPOSITION
|
NOREPOSITION
|
||||||
|
norestart
|
||||||
NORMALDISPLAY
|
NORMALDISPLAY
|
||||||
NORMALUSER
|
NORMALUSER
|
||||||
Noronha
|
Noronha
|
||||||
|
|||||||
@@ -46,11 +46,11 @@
|
|||||||
Id="DotnetRuntime"
|
Id="DotnetRuntime"
|
||||||
DetectCondition="HasDotnet3122"
|
DetectCondition="HasDotnet3122"
|
||||||
DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/1c14e24b-7f31-42dc-ba3c-83295a2d6f7e/41b93591162dfe556cc160ae44fbe75e/windowsdesktop-runtime-3.1.22-win-x64.exe"
|
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"
|
InstallCommand="/install /quiet /norestart"
|
||||||
RepairCommand="/repair /passive"
|
RepairCommand="/repair /passive /norestart"
|
||||||
Permanent="yes"
|
Permanent="yes"
|
||||||
PerMachine="yes"
|
PerMachine="yes"
|
||||||
UninstallCommand="/uninstall /quiet">
|
UninstallCommand="/uninstall /quiet /norestart">
|
||||||
<ExitCode Value="1638" Behavior="success"/>
|
<ExitCode Value="1638" Behavior="success"/>
|
||||||
<RemotePayload
|
<RemotePayload
|
||||||
Description="Microsoft Windows Desktop Runtime - 3.1.22 (x64)"
|
Description="Microsoft Windows Desktop Runtime - 3.1.22 (x64)"
|
||||||
@@ -65,11 +65,11 @@
|
|||||||
Id="DotnetRuntime6"
|
Id="DotnetRuntime6"
|
||||||
DetectCondition="HasDotnet602"
|
DetectCondition="HasDotnet602"
|
||||||
DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/efa32b7a-6eec-4d97-9cdc-c7336a29a749/3df4296170397cf60884dae1be3d103b/windowsdesktop-runtime-6.0.2-win-x64.exe"
|
DownloadUrl="https://download.visualstudio.microsoft.com/download/pr/efa32b7a-6eec-4d97-9cdc-c7336a29a749/3df4296170397cf60884dae1be3d103b/windowsdesktop-runtime-6.0.2-win-x64.exe"
|
||||||
InstallCommand="/install /quiet"
|
InstallCommand="/install /quiet /norestart"
|
||||||
RepairCommand="/repair /passive"
|
RepairCommand="/repair /passive /norestart"
|
||||||
Permanent="yes"
|
Permanent="yes"
|
||||||
PerMachine="yes"
|
PerMachine="yes"
|
||||||
UninstallCommand="/uninstall /quiet">
|
UninstallCommand="/uninstall /quiet /norestart">
|
||||||
<ExitCode Value="1638" Behavior="success"/>
|
<ExitCode Value="1638" Behavior="success"/>
|
||||||
<RemotePayload
|
<RemotePayload
|
||||||
Description="Microsoft Windows Desktop Runtime - 6.0.2 (x64)"
|
Description="Microsoft Windows Desktop Runtime - 6.0.2 (x64)"
|
||||||
|
|||||||
Reference in New Issue
Block a user