@joebigelow / wix / commits / 987fc682

Integrate latest change to WixToolset.Data API

Rob Mensching committed Feb 26, 2020 at 11:34 UTC 987fc682cb5255e1e81ed71b02c8a9ca8541886d
1 file changed +1 -1
src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
+1 -1
@@ -600,7 +600,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
600
601 output.Save(wixout);
602
603 - wixout.Reopen(System.IO.Compression.ZipArchiveMode.Read);
603 + wixout.Reopen();
604
605 return wixout;
606 }