Skip to content

Commit 1f28613

Browse files
committed
No var.
1 parent cfa8ab7 commit 1f28613

File tree

1 file changed

+3
-3
lines changed
  • src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup

1 file changed

+3
-3
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/include.wxi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<?define NativeMachine_x64=34404?>
88
<?define NativeMachine_arm64=43620?>
99

10-
<?if $(var.Platform) = "x64"?>
10+
<?if $(Platform) = "x64"?>
1111
<?define IsWin64 = yes ?>
1212
<?define Bitness = always64 ?>
1313
<?define PlatformArchitecture = x64 ?>
@@ -17,15 +17,15 @@
1717
<?define SysWow64Folder = SystemFolder ?>
1818
<?define PlatformValue = x64 ?>
1919
<?define ANCMInstallerVersion = 400 ?>
20-
<?elseif $(var.Platform) = "x86" ?>
20+
<?elseif $(Platform) = "x86" ?>
2121
<?define IsWin64 = no ?>
2222
<?define Bitness = always32 ?>
2323
<?define PlatformArchitecture = x86 ?>
2424
<?define ProgramFilesFolder = ProgramFilesFolder ?>
2525
<?define SystemFolder = SystemFolder ?>
2626
<?define PlatformValue = Intel ?>
2727
<?define ANCMInstallerVersion = 400 ?>
28-
<?elseif $(var.Platform) ~= "arm64" ?>
28+
<?elseif $(Platform) ~= "arm64" ?>
2929
<?define IsWin64 = yes ?>
3030
<?define Bitness = always64 ?>
3131
<?define PlatformArchitecture = ARM64 ?>

0 commit comments

Comments
 (0)