diff options
Diffstat (limited to 'src/ext/DifxApp/wixext/DifxAppCompiler.cs')
-rw-r--r-- | src/ext/DifxApp/wixext/DifxAppCompiler.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ext/DifxApp/wixext/DifxAppCompiler.cs b/src/ext/DifxApp/wixext/DifxAppCompiler.cs index 7d000f67..6f32a60b 100644 --- a/src/ext/DifxApp/wixext/DifxAppCompiler.cs +++ b/src/ext/DifxApp/wixext/DifxAppCompiler.cs | |||
@@ -137,15 +137,7 @@ namespace WixToolset.DifxApp | |||
137 | 137 | ||
138 | if (!this.Messaging.EncounteredError) | 138 | if (!this.Messaging.EncounteredError) |
139 | { | 139 | { |
140 | switch (this.Context.Platform) | 140 | this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers"); |
141 | { | ||
142 | case Platform.X86: | ||
143 | this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers"); | ||
144 | break; | ||
145 | case Platform.X64: | ||
146 | this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.CustomAction, "MsiProcessDrivers_x64"); | ||
147 | break; | ||
148 | } | ||
149 | 141 | ||
150 | var symbol = section.AddSymbol(new MsiDriverPackagesSymbol(sourceLineNumbers) | 142 | var symbol = section.AddSymbol(new MsiDriverPackagesSymbol(sourceLineNumbers) |
151 | { | 143 | { |