diff options
author | Rob Mensching <rob@firegiant.com> | 2020-02-26 11:34:48 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-02-26 11:41:00 -0800 |
commit | 987fc682cb5255e1e81ed71b02c8a9ca8541886d (patch) | |
tree | 4ca58e83b418afc52461f6c0d61139db4318beaa | |
parent | f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3 (diff) | |
download | wix-987fc682cb5255e1e81ed71b02c8a9ca8541886d.tar.gz wix-987fc682cb5255e1e81ed71b02c8a9ca8541886d.tar.bz2 wix-987fc682cb5255e1e81ed71b02c8a9ca8541886d.zip |
Integrate latest change to WixToolset.Data API
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index fecf3efd..67985df6 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
@@ -600,7 +600,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
600 | 600 | ||
601 | output.Save(wixout); | 601 | output.Save(wixout); |
602 | 602 | ||
603 | wixout.Reopen(System.IO.Compression.ZipArchiveMode.Read); | 603 | wixout.Reopen(); |
604 | 604 | ||
605 | return wixout; | 605 | return wixout; |
606 | } | 606 | } |