mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
[Setup] Update WIX to require at least build 18362
This commit is contained in:
parent
f3915043dd
commit
3c3859e840
@ -35,8 +35,8 @@
|
|||||||
<Property Id="WINDOWSBUILDNUMBER" Secure="yes">
|
<Property Id="WINDOWSBUILDNUMBER" Secure="yes">
|
||||||
<RegistrySearch Id="BuildNumberSearch" Root="HKLM" Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion" Name="CurrentBuildNumber" Type="raw" />
|
<RegistrySearch Id="BuildNumberSearch" Root="HKLM" Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion" Name="CurrentBuildNumber" Type="raw" />
|
||||||
</Property>
|
</Property>
|
||||||
<Condition Message="This application is only supported on Windows 10 version 1803 (build 17134) or higher.">
|
<Condition Message="This application is only supported on Windows 10 version 1903 (build 18362) or higher.">
|
||||||
<![CDATA[(WINDOWSBUILDNUMBER >= 17134)]]>
|
<![CDATA[(WINDOWSBUILDNUMBER >= 18362)]]>
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|
||||||
<Icon Id="powertoys.exe" SourceFile="$(var.BinX64Dir)svgs\icon.ico"/>
|
<Icon Id="powertoys.exe" SourceFile="$(var.BinX64Dir)svgs\icon.ico"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user