aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-10-27 17:56:17 -0400
committerBob Arnson <bob@firegiant.com>2020-10-27 18:01:22 -0400
commitf33b26a3640011cac36c0a657838ed8760a0928b (patch)
treedb8fbf45d589f48948240a0e17a19a7816c67f73 /src/wixext
parent79bc46ce89435b275888c7914a07f3e47e5af0fb (diff)
downloadwix-f33b26a3640011cac36c0a657838ed8760a0928b.tar.gz
wix-f33b26a3640011cac36c0a657838ed8760a0928b.tar.bz2
wix-f33b26a3640011cac36c0a657838ed8760a0928b.zip
Update project for Package/SummaryInformation change.
Diffstat (limited to 'src/wixext')
-rw-r--r--src/wixext/DifxAppCompiler.cs4
1 files changed, 0 insertions, 4 deletions
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
143 case Platform.X64: 143 case Platform.X64:
144 this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers_x64"); 144 this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers_x64");
145 break; 145 break;
146 case Platform.IA64:
147 case Platform.ARM:
148 this.Messaging.Write(ErrorMessages.UnsupportedPlatformForElement(sourceLineNumbers, this.Context.Platform.ToString(), node.Name.LocalName));
149 break;
150 } 146 }
151 147
152 var symbol = section.AddSymbol(new MsiDriverPackagesSymbol(sourceLineNumbers) 148 var symbol = section.AddSymbol(new MsiDriverPackagesSymbol(sourceLineNumbers)