Hi There,

 

I'm fairly new to Wix and in the middle of moving our application's
installer from Installshield to Wix.

 

We have a handful of Assemblies that we install in the GAC - 4 of these
install fine - but I have another that gives the following error when
running the actual msi :

 

An error occurred during the installation of assembly
'MonisCorbaAPI1000,version="10.0.3694.22741",culture="neutral",publicKey
Token="bcd12630...@abfa",processorArchitecture="x86"'. One or more
modules of the assembly could not be found. HRESULT:0x80131042.

 

This assembly does have multiple components included with it - all of
these are installed in the same directory as the assembly itself.

 

My xml for the installing the assembly looks like this:

<File Id="file_BB26380229634C83A7BB227A5519C1CC" Checksum="yes"
Source="C:\Wix Builds\Analyzer 10.20\Server API GAC
Files\MonisCorbaAPI1000.dll" Assembly=".net"
AssemblyManifest="file_BB26380229634C83A7BB227A5519C1CC" KeyPath="yes"
BindPath="[INSTALLDIRAPIGAC]"/>

 

I've tried various variations on this - all with the same effect. 

The other module files are installed as ordinary files in the same
directory.

 

Note that if I change the assembly files to normal files, I can add them
to the GAC after the install using gacutil.exe with no problems.

 

Any help with this would be very much appreciated.

 

Jonathan.

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