diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:20:31 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:24:09 -0400 |
| commit | 27124207afa517da564cdce557dd21654f1a9078 (patch) | |
| tree | 463cc9e3faf129fe7969f29c75a8c77f1ae21cbc /src/WixToolset.Core.WindowsInstaller/Decompile | |
| parent | 3f05c650723ecd0a8fe7ab151c67db6c13cb5d75 (diff) | |
| download | wix-27124207afa517da564cdce557dd21654f1a9078.tar.gz wix-27124207afa517da564cdce557dd21654f1a9078.tar.bz2 wix-27124207afa517da564cdce557dd21654f1a9078.zip | |
Remove 32-bit ARM support.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompile')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs | 6 |
1 files changed, 0 insertions, 6 deletions
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; |
