Hello Guru's 

I have begun my journey with wix and have found it very powerful. 
I intend to sign my MSI package with a valid cert. My code below is how I am
doing it right now. 

<PackageCertificates> 
<DigitalCertificate Id="MyCert"
SourceFile="D:\SourceFiles\Certificate\My.cer" /> 
</PackageCertificates> 

the question is: 

1. is this the valid way of achieving it? 
2. what is the difference between the MSIPackageCertificate and
MSIDigitalCertificate. Does the MSIPackageCertificate depend on the
MSIdigitalCertificate? 
3. If I choose to have multiple cabs for my package, do i have to sign each
of the cab files? 
4. Or am i better off manually signing the MSI package using signtool or
else? 

thanks in advance and please excuse if this is a noob question, my googling
skilss have failed me on this..
-- 
View this message in context: 
http://n2.nabble.com/Signing-MSI-s-tp4849477p4849477.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; 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