Hello!
 
All msm modules for VS 2005 distro are installed into
 
["System Drive"]:\Program Files\Common Files\Merge Modules
 
including ATL 8.0 and CRT 8.0
 
rgrds


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Ludlow
Sent: Friday, July 21, 2006 7:54 PM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installing ATL 8.0 and CRT 8.0

Not for v8.  There's merge modules for ATL and CRT versions 6 and (I guess) 7, but not 8 (and it's 8 that we need).
 
Of course, if you know where there are some merge modules for these assemblies...  ;)
 
Thanks
 
On 7/21/06, Derek Cicerone <[EMAIL PROTECTED]> wrote:

I thought VS distributed merge modules for those assemblies?

 

Derek

 


From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of John Ludlow
Sent: Friday, July 21, 2006 9:42 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Installing ATL 8.0 and CRT 8.0

 

Hi, all

 

I'm battling with getting ATL 8.0 and CRT 8.0 installed.  They're Win32 assemblies going into the WinSxS folder.  This is my component:

 

Component Id=' atl80.dll' DiskId=' 1 ' Guid ='25C6258C-7D97-41B7-A9F0-5A733D5BEE32 '>

File Id=' atl80.dll' Name=' atl80.dll ' KeyPath= 'yes ' src ='C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.ATL\atl80.dll ' Assembly='win32 ' AssemblyManifest='Microsoft.VC80.ATL.manifest ' />

File Id=' Microsoft.VC80.ATL.manifest' Name= ' ATL80.man' LongName ='Microsoft.VC80.ATL.manifest ' src ='C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.ATL\Microsoft.VC80.ATL.manifest ' />

</

Component>Now, when I run my installation, it brings up an error.  I found this line in the log:

 

MSI (s) (58:9C) [17:31:02:107]: Assembly Error:Assembly Protection Error : The catalog for an assembly is missing.

 

Now, how do I get hold of this catalog (I'm assuming it's a .cat, right?) and what do I do with it once I have it?


Thanks

 

John


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to