File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<WixLocalization Culture =" en-US" Codepage =" 1252" xmlns =" http://schemas.microsoft.com/wix/2006/localization" >
3
3
<String Id =" Error32bit" Overridable =" yes" >This installer is only for 32-bit version of Windows. For 64-bit Windows you need to run Setup64.</String >
4
+ <String Id =" Error64bit" Overridable =" yes" >This installer is only for 64-bit version of Windows. For ARM64 Windows you need to run SetupARM64.</String >
4
5
<String Id =" ErrorWin7" Overridable =" yes" >Open-Shell requires Windows 7 or above.</String >
5
6
<String Id =" ErrorNewVersion" Overridable =" yes" >A newer version of [ProductName] is already installed. The setup will now exit.</String >
6
7
<String Id =" ExplorerTitle" Overridable =" yes" >Classic Explorer</String >
Original file line number Diff line number Diff line change 27
27
<Package Description =" Open-Shell" Comments =" Start Menu Replacement" InstallerVersion =" 500" Compressed =" yes" Platform =" $(var.CS_PLATFORM)" />
28
28
<Media Id =" 1" Cabinet =" cshell.cab" EmbedCab =" yes" CompressionLevel =" high" />
29
29
<Media Id =" 2" Cabinet =" simple.cab" EmbedCab =" yes" CompressionLevel =" high" />
30
+ <PropertyRef Id =" WIX_NATIVE_MACHINE" />
30
31
<?if $(var.x64)=0 And $(var.ARM64)=0 ?>
31
32
<Condition Message =" !(loc.Error32bit)" >not Msix64</Condition >
32
33
<?endif ?>
34
+ <?if $(var.x64)=1 ?>
35
+ <Condition Message =" !(loc.Error64bit)" >NOT (WIX_NATIVE_MACHINE AND WIX_NATIVE_MACHINE="43620")</Condition >
36
+ <?endif ?>
33
37
<Condition Message =" !(loc.ErrorWin7)" >VersionNT> =601</Condition >
34
38
<Condition Message =" !(loc.ErrorNewVersion)" >NOT NEWERPRODUCTFOUND OR Installed</Condition >
35
39
<Directory Id =" TARGETDIR" Name =" SourceDir" >
You can’t perform that action at this time.
0 commit comments