File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 <?define NativeMachine _x64=34404?>
88 <?define NativeMachine _arm64=43620?>
99
10- <?if $(var. Platform) = " x64" ?>
10+ <?if $(Platform) = " x64" ?>
1111 <?define IsWin 64 = yes ?>
1212 <?define Bitness = always 64 ?>
1313 <?define PlatformArchitecture = x 64 ?>
1717 <?define SysWow 64Folder = SystemFolder ?>
1818 <?define PlatformValue = x 64 ?>
1919 <?define ANCMInstallerVersion = 400 ?>
20- <?elseif $(var. Platform) = " x86" ?>
20+ <?elseif $(Platform) = " x86" ?>
2121 <?define IsWin 64 = no ?>
2222 <?define Bitness = always 32 ?>
2323 <?define PlatformArchitecture = x 86 ?>
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 IsWin 64 = yes ?>
3030 <?define Bitness = always 64 ?>
3131 <?define PlatformArchitecture = ARM 64 ?>
You can’t perform that action at this time.
0 commit comments