diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs | 6 | ||||
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs index 63691016..6af2dc7a 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs | |||
| @@ -154,15 +154,9 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 154 | case "x64": | 154 | case "x64": |
| 155 | return Platform.X64; | 155 | return Platform.X64; |
| 156 | 156 | ||
| 157 | case "Arm": | ||
| 158 | return Platform.ARM; | ||
| 159 | |||
| 160 | case "Arm64": | 157 | case "Arm64": |
| 161 | return Platform.ARM64; | 158 | return Platform.ARM64; |
| 162 | 159 | ||
| 163 | case "Intel64": | ||
| 164 | return Platform.IA64; | ||
| 165 | |||
| 166 | case "Intel": | 160 | case "Intel": |
| 167 | default: | 161 | default: |
| 168 | return Platform.X86; | 162 | return Platform.X86; |
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs b/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs index e471d924..40643abd 100644 --- a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs +++ b/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs | |||
| @@ -3011,15 +3011,9 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 3011 | case "Intel": | 3011 | case "Intel": |
| 3012 | xPackage.SetAttributeValue("Platform", "x86"); | 3012 | xPackage.SetAttributeValue("Platform", "x86"); |
| 3013 | break; | 3013 | break; |
| 3014 | case "Intel64": | ||
| 3015 | xPackage.SetAttributeValue("Platform", "ia64"); | ||
| 3016 | break; | ||
| 3017 | case "x64": | 3014 | case "x64": |
| 3018 | xPackage.SetAttributeValue("Platform", "x64"); | 3015 | xPackage.SetAttributeValue("Platform", "x64"); |
| 3019 | break; | 3016 | break; |
| 3020 | case "Arm": | ||
| 3021 | xPackage.SetAttributeValue("Platform", "arm"); | ||
| 3022 | break; | ||
| 3023 | case "Arm64": | 3017 | case "Arm64": |
| 3024 | xPackage.SetAttributeValue("Platform", "arm64"); | 3018 | xPackage.SetAttributeValue("Platform", "arm64"); |
| 3025 | break; | 3019 | break; |
