Sounds like that MSI has it's digital signature messed up. Microsoft made
that mistake a few times. You can work around the issue by adding the
SuppressSignature attribute (it's called something like that) to the
MsiPackage element.


On Wed, May 29, 2013 at 6:30 AM, andy smith <andysmi...@gmail.com> wrote:

> Using Burn 3.6, I'm trying to install three Microsoft MSI's  (The SSDT May
> 2013 Update -
>
> http://blogs.msdn.com/b/ssdt/archive/2013/05/03/sql-server-data-tier-application-framework-may-2013-available.aspx
> )
>
> When attempting to install these files, on two of them I get the same error
> -
>
> 0x8009200d - Not a cryptographic message or the cryptographic message is
> not formatted correctly
>
> In the log I get...
>
> [0C0C:0984][2013-05-29T11:44:07]: Acquiring package: msi_SQLSysClrTypes,
> payload: msi_SQLSysClrTypes, copy from: C:\Documents and
> Settings\[user]\Desktop\Builds\6.0.189.0 - mine\SQLSysClrTypes.msi
> [0C0C:0984][2013-05-29T11:44:07]: Setting string variable
> 'WixBundleLastUsedSource' to value 'C:\Documents and
> Settings\[user]\Desktop\Builds\6.0.189.0 - mine\'
> [015C:0B30][2013-05-29T11:44:07]: Error 0x8009200d: Failed authenticode
> verification of payload: C:\Documents and Settings\All Users\Application
> Data\Package Cache\.unverified\msi_SQLSysClrTypes
> [015C:0B30][2013-05-29T11:44:07]: Error 0x8009200d: Failed to verify
> signature of payload: msi_SQLSysClrTypes
> [015C:0B30][2013-05-29T11:44:07]: Failed to verify payload:
> msi_SQLSysClrTypes at path: C:\Documents and Settings\All Users\Application
> Data\Package Cache\.unverified\msi_SQLSysClrTypes, error: 0x8009200d.
> Deleting file.
> [015C:0B30][2013-05-29T11:44:07]: Error 0x8009200d: Failed to cache
> payload: msi_SQLSysClrTypes
> [0C0C:0984][2013-05-29T11:44:07]: Failed to cache payload:
> msi_SQLSysClrTypes from working path:
>
> C:\DOCUME~1\[user]\LOCALS~1\Temp\{22d2891a-82d2-4599-a170-d2fe80f6b75d}\msi_SQLSysClrTypes,
> error: 0x8009200d.
>
> When I run the failing MSI's directly (i.e. not via my bootstrapper) they
> show a security message :
> "The publisher could not be verified. Are you sure you want to run this
> software?"
>
> These two files also do not have a digital signatures tab in the properties
> dialog in windows XP, though as this does show up on Windows 7 this could
> just be that the digital signatures were added using a security catalog
> file (filetype .CAT).
>
> I'm assuming this is all linked...
>
> An example of my MSIPackage in my chain is...
>
>       <MsiPackage
>         Id="msi_SQLSysClrTypes"
>         After="msi_PreRequisites"
>         SourceFile="C:\External
>
> References\MSI\Microsoft\SSDT\SQLSysClrTypes\11.1.2825.1.May2013\x86\SQLSysClrTypes.msi"
>         InstallCondition="(VersionNT64) OR (NOT VersionNT64)"
>         DownloadUrl="
>
> http://ourCompany.com/updates/Microsoft/SSDT/11.1.2825.1.May2013/x86/SQLSysClrTypes.msi
> "
>         DisplayName="Sql CLR Types"
>         Compressed="no"
>         Vital="yes"
>         Permanent="no"/>
>
> I've seen that a resolution to the "0x8009200d - Not a cryptographic
> message... " issue is to  run the following commands..
>
> Click Start >> Run >>
> Type the follow command in the Open box.
> "REGSVR32 WINTRUST.DLL" (w/o quotes)
> Press Ok
> Type "REGSVR32 SOFTPUB.DLL" (w/o quotes)
> Press Ok
> "REGSVR32 INITPKI.DLL" (w/o quotes)
> Press Ok
> "REGSVR32 MSSIP32.DLL" (w/o quotes)
>
> But this doesn't work.
>
>
> Does anyone have any clues as to what I need to do to resolve?
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to