Christof is correct that WiX doesn't own the process of signing any particular 
file - signtool.exe does that job. If you don't have any external cabinets, 
just use signtool.exe to sign your MSI, and you're done.

If you do have external cabinets (i.e. you have Media elements where 
Media/@EmbedCab is set to "no") and intend to sign your MSI, your MSI should 
contain information about the expected digital signatures of its associated 
external cabs. To do this, see the documentation for the "DigitalSignature" 
element, or in WiX 3.5, there is a new tool called "Insignia" to make this 
process easier - see wix.chm for more information about Insignia in WiX 3.5.

Thanks,
Mike Carlson

-----Original Message-----
From: Christof Schmutz [mailto:christof.schm...@cstsoft.de] 
Sent: Tuesday, April 13, 2010 11:07 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Adding Digital Signature to MSI

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


------------------------------------------------------------------------------
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