mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[Installer]Upgrade to Windows App SDK 1.1.0 (#18603)
* Move to WinAppSDK-1.1.0
* expect.txt
* Revert "[Settings]Don't launch if explorer is running elevated"
This reverts commit c485da2816.
* Make copyright header analyze suppression module scope
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<?define Dotnet6PayloadSize="57791288"?>
|
||||
<?define Dotnet6PayloadHash="B5B1819CCA753B070181F50411375B80412860A3"?>
|
||||
|
||||
<?define WinAppSDKPayloadSize="57090456"?>
|
||||
<?define WinAppSDKPayloadHash="1269BB136655325EF6D66A018269BDAB3921E56B"?>
|
||||
<?define WinAppSDKPayloadSize="59625472"?>
|
||||
<?define WinAppSDKPayloadHash="8696DA7FE75464E8729FFB487A6E3A6247BC53D0"?>
|
||||
|
||||
<?define VCRedistDownloadUrl="https://download.visualstudio.microsoft.com/download/pr/6b6923b0-3045-4379-a96f-ef5506a65d5b/426A34C6F10EA8F7DA58A8C976B586AD84DD4BAB42A0CFDBE941F1763B7755E5/VC_redist.x64.exe"?>
|
||||
<?define VCRedistPayloadSize="25337776"?>
|
||||
@@ -27,8 +27,8 @@
|
||||
<?define Dotnet6PayloadSize="51774400"?>
|
||||
<?define Dotnet6PayloadHash="62C15858951B123AFD4D3E14F8BE4829A7CAFF18"?>
|
||||
|
||||
<?define WinAppSDKPayloadSize="57092528"?>
|
||||
<?define WinAppSDKPayloadHash="377ACE2157BE077C63C650588A18CBEFD93B5B51"?>
|
||||
<?define WinAppSDKPayloadSize="59625472"?>
|
||||
<?define WinAppSDKPayloadHash="29F1CD6782CF840C652343C9C718DFE9D155D2F3"?>
|
||||
|
||||
<?define VCRedistDownloadUrl="https://download.visualstudio.microsoft.com/download/pr/6b6923b0-3045-4379-a96f-ef5506a65d5b/6114C0A7A526EA47D9ADD78C718BEA0BA32EEF0826AA5610AF76877CC5FEB7F3/VC_redist.arm64.exe"?>
|
||||
<?define VCRedistPayloadSize="11596400"?>
|
||||
@@ -110,18 +110,19 @@
|
||||
UninstallCommand="/silent /uninstall">
|
||||
</ExePackage>
|
||||
<ExePackage
|
||||
Name="WindowsAppRuntimeInstall-1.0.3.exe"
|
||||
Name="WindowsAppRuntimeInstall-1.1.0.exe"
|
||||
Compressed="no"
|
||||
Id="WinAppSDK101"
|
||||
DownloadUrl="https://aka.ms/windowsappsdk/1.0/1.0.3/windowsappruntimeinstall-1.0.3-$(var.PowerToysPlatform).exe"
|
||||
Id="WinAppSDK110"
|
||||
DownloadUrl="https://aka.ms/windowsappsdk/1.1/1.1.0/windowsappruntimeinstall-1.1.0-$(var.PowerToysPlatform).exe"
|
||||
InstallCommand="--force"
|
||||
RepairCommand=""
|
||||
Permanent="yes">
|
||||
<ExitCode Value="-2147009274" Behavior="success"/>
|
||||
<RemotePayload
|
||||
Description="Windows App SDK 1.0.3 Runtime Install"
|
||||
ProductName="Windows App SDK 1.0.3 Runtime Install"
|
||||
Description="Windows App SDK 1.1.0 Runtime Install"
|
||||
ProductName="Windows App SDK 1.1.0 Runtime Install"
|
||||
Size="$(var.WinAppSDKPayloadSize)"
|
||||
Version="1.0.3.0"
|
||||
Version="1.1.0.0"
|
||||
Hash="$(var.WinAppSDKPayloadHash)" />
|
||||
</ExePackage>
|
||||
<ExePackage
|
||||
|
||||
Reference in New Issue
Block a user