diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
| commit | 2bb37beda887d120a0ddabf874ad25357101faa1 (patch) | |
| tree | c35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core.WindowsInstaller/Inscribe | |
| parent | df7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff) | |
| download | wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2 wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip | |
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Inscribe')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs b/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs index 40901d7c..72c876e0 100644 --- a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs | |||
| @@ -47,8 +47,8 @@ namespace WixToolset.Core.WindowsInstaller.Inscribe | |||
| 47 | Dictionary<string, string> certificates = new Dictionary<string, string>(); | 47 | Dictionary<string, string> certificates = new Dictionary<string, string>(); |
| 48 | 48 | ||
| 49 | // Reset the in-memory tables for this new database | 49 | // Reset the in-memory tables for this new database |
| 50 | Table digitalSignatureTable = new Table(null, this.TableDefinitions["MsiDigitalSignature"]); | 50 | Table digitalSignatureTable = new Table(this.TableDefinitions["MsiDigitalSignature"]); |
| 51 | Table digitalCertificateTable = new Table(null, this.TableDefinitions["MsiDigitalCertificate"]); | 51 | Table digitalCertificateTable = new Table(this.TableDefinitions["MsiDigitalCertificate"]); |
| 52 | 52 | ||
| 53 | // If any digital signature records exist that are not of the media type, preserve them | 53 | // If any digital signature records exist that are not of the media type, preserve them |
| 54 | if (database.TableExists("MsiDigitalSignature")) | 54 | if (database.TableExists("MsiDigitalSignature")) |
