\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK PROGRAM FILES - SUNDRY
SDK: MsiCert.exe (C:\Program Files\Microsoft Platform SDK\Bin\)
This is an MSI related SDK EXE file (matched "msi*.exe) installed via the "Platform SDK" (click to see a list of others).
| "C:\Program Files\Microsoft Platform SDK\Bin\MsiCert.exe" -? |
Copyright (c) Microsoft Corporation. All Rights Reserved
MsiCert will populate the MsiDigitalSignature and MsiDigitalCertificate tables
for a given Media entry and cabinet
Syntax: msicert -d {database} -m {media entry} -c {cabinet} [-H]
-d: the database to update
-m: the media entry in the Media table representing the cabinet
-c: the digitally signed cabinet
-h: (optional) include the hash of the digital signature
The default behavior is to populate the MsiDigitalSignature
and MsiDigitalCertificate tables with the signer certificate
information from the digitally signed cabinet. The MsiDigitalSignature
and MsiDigitalCertificate tables will be created if necessary.