Hi Jeff

I use the program signtool from windows.sdk
See example

set FileEinzelMsi="setup.msi"
set TimeURL=http://timestamp.comodoca.com/authenticode
signtool.exe sign /f "certificat.pfx" /p password /t "%TimeURL%" /v  
"%FileEinzelMsi%"

Christof

-----Ursprüngliche Nachricht-----
Von: jeff00seattle [mailto:jeff_tan...@earthlink.net] 
Gesendet: Dienstag, 13. April 2010 18:04
An: wix-users@lists.sourceforge.net
Betreff: [WiX-users] Adding Digital Signature to MSI


Hi

Curious, does WiX provide a way to add a digital signature to resulting MSI
output?

-----
Thanks
Jeff in Seattle
-- 
View this message in context: 
http://n2.nabble.com/Adding-Digital-Signature-to-MSI-tp4896947p4896947.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to