@joebigelow / wix-1 / commits / c3a73e59

Support reopening WixOutputs, to be able to read after creation.

Bob Arnson committed Feb 13, 2020 at 21:44 UTC c3a73e59713e19101a4998c46964759a686e552f
1 file changed +2
src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
+2
@@ -600,6 +600,8 @@ namespace WixToolset.Core.WindowsInstaller.Bind
600
601 output.Save(wixout);
602
603 + wixout.Reopen(System.IO.Compression.ZipArchiveMode.Read);
604 +
605 return wixout;
606 }
607