[Installer] Clarify dotnet installation step name (#20659)

* [Installer] Clarify dotnet installation step

* Update installer/PowerToysSetup/PowerToys.wxs
This commit is contained in:
Andrey Nekrasov
2022-09-21 16:27:28 +03:00
committed by GitHub
parent 28e6545f6f
commit 7ada904271

View File

@@ -73,6 +73,7 @@
<Chain> <Chain>
<ExePackage <ExePackage
DisplayName="Closing PowerToys application"
Name="terminate_powertoys.cmd" Name="terminate_powertoys.cmd"
Cache="no" Cache="no"
Compressed="yes" Compressed="yes"
@@ -83,6 +84,7 @@
Vital="no"> Vital="no">
</ExePackage> </ExePackage>
<ExePackage <ExePackage
DisplayName="Downloading and installing .NET 6 Desktop Runtime"
Name="windowsdesktop-runtime-6.0.8-win-$(var.PowerToysPlatform).exe" Name="windowsdesktop-runtime-6.0.8-win-$(var.PowerToysPlatform).exe"
Compressed="no" Compressed="no"
Id="DotnetRuntime6" Id="DotnetRuntime6"
@@ -102,6 +104,7 @@
Hash="$(var.Dotnet6PayloadHash)" /> Hash="$(var.Dotnet6PayloadHash)" />
</ExePackage> </ExePackage>
<ExePackage <ExePackage
DisplayName="Installing Microsoft Edge WebView2"
Name="MicrosoftEdgeWebview2Setup.exe" Name="MicrosoftEdgeWebview2Setup.exe"
Compressed="yes" Compressed="yes"
Id="WebView2" Id="WebView2"
@@ -114,6 +117,7 @@
UninstallCommand="/silent /uninstall"> UninstallCommand="/silent /uninstall">
</ExePackage> </ExePackage>
<ExePackage <ExePackage
DisplayName="Downloading and installing Microsoft Visual C++ 2015-2022 Redistributable"
Name="VCRedist-14.32.31332.exe" Name="VCRedist-14.32.31332.exe"
DetectCondition="DetectedVCRedistVersion >= 32" DetectCondition="DetectedVCRedistVersion >= 32"
Compressed="no" Compressed="no"
@@ -131,6 +135,7 @@
Hash="$(var.VCRedistPayloadHash)" /> Hash="$(var.VCRedistPayloadHash)" />
</ExePackage> </ExePackage>
<MsiPackage <MsiPackage
DisplayName="Installing PowerToys"
SourceFile="$(var.PowerToysPlatform)\Release\PowerToysSetup-$(var.Version)-$(var.PowerToysPlatform).msi" SourceFile="$(var.PowerToysPlatform)\Release\PowerToysSetup-$(var.Version)-$(var.PowerToysPlatform).msi"
Compressed="yes" Compressed="yes"
DisplayInternalUI="no"> DisplayInternalUI="no">