From f33b26a3640011cac36c0a657838ed8760a0928b Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 27 Oct 2020 17:56:17 -0400 Subject: Update project for Package/SummaryInformation change. --- src/wixext/DifxAppCompiler.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/wixext') diff --git a/src/wixext/DifxAppCompiler.cs b/src/wixext/DifxAppCompiler.cs index e3687a49..e056988f 100644 --- a/src/wixext/DifxAppCompiler.cs +++ b/src/wixext/DifxAppCompiler.cs @@ -143,10 +143,6 @@ namespace WixToolset.DifxApp case Platform.X64: this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers_x64"); break; - case Platform.IA64: - case Platform.ARM: - this.Messaging.Write(ErrorMessages.UnsupportedPlatformForElement(sourceLineNumbers, this.Context.Platform.ToString(), node.Name.LocalName)); - break; } var symbol = section.AddSymbol(new MsiDriverPackagesSymbol(sourceLineNumbers) -- cgit v1.2.3-55-g6feb