My first thought was a dependent file was missing.  However, I can add
the DLL listed in the error message manually to the GAC with no errors.
Wouldn't the manual install (using the MMC snap-in) also fail if the
file require another DLL?

___________
Doug Watts

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Phil
Sent: Monday, October 30, 2006 7:29 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installing into GAC gives 0x80131043

Does the error description make any sense in your context?

/// When installing multi-file assemblies into the GAC, the hash of each
module is 
/// checked against the hash of that file stored in the manifest. If the

/// hash of one of the files in the multi-file assembly does not match
what is recorded 
/// in the manifest, FUSION_E_UNEXPECTED_MODULE_FOUND will be returned. 
                                  
 /// The name of the error, and the text description of it, are somewhat
confusing. 
 /// The reason this error code is described this way is that the
internally, 
/// Fusion/CLR implements installation of assemblies in the GAC, by
installing 
/// multiple "streams" that are individually committed. 
/// Each stream has its hash computed, and all the hashes found 
/// are compared against the hashes in the manifest, at the end of the
installation. 
/// Hence, a file hash mismatch appears as if an "unexpected" module was
found. 

 FUSION_E_UNEXPECTED_MODULE_FOUND = 0x80131043,
 

Phil Wilson 
 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas
Watts
Sent: Monday, October 30, 2006 2:46 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Installing into GAC gives 0x80131043



I am installing an application that requires a number of DLLs to be
installed into the GAC.  I install each DLL in its own component.  The
first c component listed (I don't know if they install in order listed)
contains the DLL that appears in the error in the install log.  The
error is show below.

 

Does anyone know what this could be?  By the way, I can use the MMC
snap-in to add this DLL into the GAC with no problems.

 

 

Error 1935. An error occurred during the installation of assembly
'Advectis.Extensions,version="1.0.0.0",culture="neutral",publicKeyToken=
"EBB64FDA47CD2F28"'. Please refer to Help and Support for more
information. HRESULT: 0x80131043. assembly interface:
IAssemblyCacheItem, function: Commit, component:
{CEEF3186-A2AF-4363-BBE0-42472A220301}

 

MSI (s) (D0:30) [17:34:21:183]: Product: BlitzDocs -- Error 1935. An
error occurred during the installation of assembly
'Advectis.Extensions,version="1.0.0.0",culture="neutral",publicKeyToken=
"EBB64FDA47CD2F28"'. Please refer to Help and Support for more
information. HRESULT: 0x80131043. assembly interface:
IAssemblyCacheItem, function: Commit, component:
{CEEF3186-A2AF-4363-BBE0-42472A220301}

 

 

__________ 

Doug Watts

 



------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to