diff options
Diffstat (limited to 'src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs')
-rw-r--r-- | src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs index 672bb235..67a6cb4a 100644 --- a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs +++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs | |||
@@ -231,6 +231,10 @@ namespace WixToolset.Core.Burn.Bundles | |||
231 | writer.WriteEndElement(); | 231 | writer.WriteEndElement(); |
232 | } | 232 | } |
233 | 233 | ||
234 | writer.WriteStartElement("longPathAware", ws2016Namespace); | ||
235 | writer.WriteString("true"); | ||
236 | writer.WriteEndElement(); | ||
237 | |||
234 | writer.WriteEndElement(); // </windowSettings> | 238 | writer.WriteEndElement(); // </windowSettings> |
235 | writer.WriteEndElement(); // </application> | 239 | writer.WriteEndElement(); // </application> |
236 | } | 240 | } |