cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deecole
Level 4

How to digitally sign a transform?

I've created a transform using the InstallShield 2011 Transform Wizard, but to successfully apply the transform I need to digitally sign it, just as I do for the .msi file itself. But, how does one do that?

Thanks,

David Cole
Labels (1)
0 Kudos
(1) Reply
deecole
Level 4

I'll answer my own question...

You can use signtool.exe in the InstallShield\System folder with arguments like this:

Signtool.exe sign /f "cert.pfx" /du "http://example.com" /p "password" /d "name" "file.mst"

Signtool.exe timestamp /q /t "http://timestamp.verisign.com/scripts/timstamp.dll" "file.mst"
0 Kudos