diff options
Diffstat (limited to 'src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs')
-rw-r--r-- | src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs index b802f556..aed539ae 100644 --- a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs +++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs | |||
@@ -56,12 +56,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
56 | 56 | ||
57 | var stubPlatform = this.BundleSymbol.Platform.ToString(); | 57 | var stubPlatform = this.BundleSymbol.Platform.ToString(); |
58 | var stubFile = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), stubPlatform, "burn.exe"); | 58 | var stubFile = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), stubPlatform, "burn.exe"); |
59 | |||
60 | if (stubPlatform != "X86") | ||
61 | { | ||
62 | this.Messaging.Write(WarningMessages.ExperimentalBundlePlatform(stubPlatform)); | ||
63 | } | ||
64 | |||
65 | var bundleTempPath = Path.Combine(this.IntermediateFolder, bundleFilename); | 59 | var bundleTempPath = Path.Combine(this.IntermediateFolder, bundleFilename); |
66 | 60 | ||
67 | this.Messaging.Write(VerboseMessages.GeneratingBundle(bundleTempPath, stubFile)); | 61 | this.Messaging.Write(VerboseMessages.GeneratingBundle(bundleTempPath, stubFile)); |