Well you can install assemblies (that supply COM interfaces) into the GAC. But 
you are trying to install a Win32 COM DLL into the GAC? That won't work, and 
it's not a WiX issue - it doesn't matter what you use to build your MSI file 
because it's MSI that's doing the install.  

If it's Win32 COM, just install it in CommonFiles for your Company. 

Phil W 

-----Original Message-----
From: Sam Youtsey [mailto:sam.yout...@gmail.com] 
Sent: Thursday, April 26, 2012 1:41 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install Failed, Log Attached

Ah, I wasn't aware COM DLLs couldn't be installed into the GAC. What's an 
appropriate course of action for using them on the client system if I still 
wanted to use WiX?


> And the TLB file is in the same component as the assembly or is 
> somehow being installed to the GAC? That could explain an error 
> FUSION_E_UNEXPECTED_MODULE_FOUND.
> Phil W
> -----Original Message-----
> From: John Cooper [mailto:JoCooper@...]
> Sent: Thursday, April 26, 2012 12:35 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Install Failed, Log Attached A TLB files 
> strongly suggests that this is a COM and/or native DLL. I don't think 
> that's a candidate for the GAC either way.
> --
> John Merryweather Cooper
> Build & Install Engineer - ESA
> Jack Henry & Associates, Inc.(r)
> Shawnee Mission, KS 66227
> Office: 913-341-3434 x791011
> JoCooper@...
> http://www.jackhenry.com
> -----Original Message-----
> From: Sam Youtsey [mailto:sam.youtsey@...]
> Sent: Thursday, April 26, 2012 2:28 PM
> To: wix-users@...
> Subject: Re: [WiX-users] Install Failed, Log Attached Yeah, it's a 
> DLL. There don't seem to be any config files associated, just the TLB 
> file. Anything else to look for?
> That HRESULT is FUSION_E_UNEXPECTED_MODULE_FOUND.
> > http://blogs.msdn.com/b/astebner/archive/2004/11/10/255346.aspx
> > Is there a config file associated with the assembly (maybe because 
> > it's a policy assembly)?
> > Is it actually a Dll?
> > Phil W
> > -----Original Message-----
> > From: Sam Youtsey [mailto:sam.youtsey@...]
> > Sent: Thursday, April 26, 2012 10:35 AM
> > To: wix-users@...
> > Subject: [WiX-users] Install Failed, Log Attached Hi all, My 
> > installer doesn't seem to be installing anything properly. Any 
> > chance I could get some help with it?
> > Here's the .wxs file:
> > <?xml version="1.0" encoding="UTF-8"?> <Wix 
> > xmlns="http://schemas.microsoft.com/wix/2006/wi";>
> > <Product Id="MyGuid"
> > Name="MyProg"
> > Language="1033"
> > Version="$(var.ProductVersion)"
> > Manufacturer="MyCompany"
> > UpgradeCode="MyGuid2">
> > <Package InstallerVersion="200" Compressed="yes"
> InstallScope="perMachine"
> > />
> > <MajorUpgrade DowngradeErrorMessage="A newer version of 
> > [ProductName] is already installed." /> <MediaTemplate 
> > EmbedCab="yes"/> <Feature Id="ProductFeature" Title="MyProg" 
> > Level="1"> <ComponentGroupRef Id="ProductComponents" /> </Feature> 
> > </Product> <Fragment> <Directory Id="TARGETDIR" Name="SourceDir"> 
> > <Directory Id="ProgramFilesFolder"
> > Name="Program Files"> <Directory Id="COMPANYFOLDER"
> > Name="MyCompany"> <Directory Id="INSTALLFOLDER" Name="MyProg" /> 
> > </Directory> </Directory> </Directory> </Fragment> <Fragment> 
> > <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
> > <!-- TODO: Remove the comments around this Component element and the 
> > ComponentRef below in order to add resources to this installer. --> 
> > <Component Id="ProductComponent" Guid="MyGuid3"> <File Id="MyProgDLL"
> > Source="..\MyProg\bin\Debug\MyProg.dll" KeyPath="yes"
> > Assembly=".net"></File>
> > <File Id="MyProgTLB"
> > Source="..\MyProg\bin\Debug\MyProg.tlb"></File>
> > <File Id="F_JavascriptNET" KeyPath="no"
> > Source="..\$(var.JavascriptNET)\Noesis.Javascript.dll" /> <File 
> > Id="MyProg_Demo" Source="..\MyProg_Demo.xlsm"></File>
> > </Component>
> > </ComponentGroup>
> > </Fragment>
> > </Wix>
> > And here's around the error that I'm seeing in the log:
> > MSI (s) (CC:68) [10:04:32:829]: Executing op:
> > UpgradeCodePublish(UpgradeCode={MyGuid3})
> > MSI (s) (CC:68) [10:04:32:829]: Executing op:
> > SourceListPublish(,,,,NumberOfDisks=1)
> > MSI (s) (CC:68) [10:04:32:839]: Note: 1: 1402 2:
> > UNKNOWN\Installer\Products\xxx\SourceList 3: 2 MSI (s) (CC:68)
> > [10:04:32:859]: Executing op: ProductPublishClient(,,) MSI (s) 
> > (CC:68)
> > [10:04:32:879]: Executing op:
> >
> > SourceListRegisterLastUsed(SourceProduct={MyGuid3},LastUsedSource=C:
> > \U
> > sers\Clean\Downloads\) MSI (s) (CC:68) [10:04:32:919]: Entering 
> > CMsiConfigurationManager::SetLastUsedSource.
> > MSI (s) (CC:68) [10:04:32:939]: Setting cached product context:
> > machine assigned for product: xxx MSI (s) (CC:68) [10:04:32:949]:
> > Specifed source is already in a list.
> > MSI (s) (CC:68) [10:04:32:979]: User policy value 'SearchOrder' is 'nmu'
> > MSI (s) (CC:68) [10:04:32:989]: Adding new sources is allowed.
> > MSI (s) (CC:68) [10:04:33:009]: Set LastUsedSource to:
> > C:\Users\Clean\Downloads\.
> > MSI (s) (CC:68) [10:04:33:029]: Set LastUsedType to: n.
> > MSI (s) (CC:68) [10:04:33:039]: Set LastUsedIndex to: 1.
> > MSI (s) (CC:68) [10:04:33:059]: Executing op:
> > End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=4286641)
> > MSI (s) (CC:68) [10:04:33:089]: Note: 1: 1935 2: {MyGuid3} 3: 
> > 0x80131043
> 4:
> > IAssemblyCacheItem 5: Commit
> > 6:
> >
> MyProg,version="1.0.0.0",culture="neutral",publicKeyToken="1BC84BAF13B2B399",processorArchitecture="MSIL"
> > MSI (s) (CC:68) [10:04:33:280]: Note: 1: 2205 2: 3: Error MSI (s)
> > (CC:68)
> > [10:04:33:350]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM 
> > `Error` WHERE `Error` = 1935 MSI (c) (20:B0) [10:04:34:051]: Font
> created. Charset:
> > Req=0, Ret=0, Font:
> > Req=MS Shell Dlg, Ret=MS Shell Dlg
> > Error 1935. An error occurred during the installation of assembly
> >
> 'MyProg,version="1.0.0.0",culture="neutral",publicKeyToken="1BC84BAF13B2B399",processorArchitecture="MSIL"'.
> > Please refer to Help and Support for more information. HRESULT:
> 0x80131043.
> > assembly interface: IAssemblyCacheItem, function: Commit, component:
> > {MyGuid3}
> > MSI (s) (CC:68) [10:04:35:623]: Note: 1: 2205 2: 3: Error MSI (s)
> > (CC:68)
> > [10:04:35:633]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM 
> > `Error` WHERE `Error` = 1709 MSI (s) (CC:68) [10:04:35:643]: Product:
> > MyProg -- Error 1935. An error occurred during the installation of 
> > assembly
> 'MyProg,version="1.0.0.0",culture="neutral",publicKeyToken="1BC84BAF13B2B399",processorArchitecture="MSIL"'.
> > Please refer to Help and Support for more information. HRESULT:
> 0x80131043.
> > assembly interface: IAssemblyCacheItem, function: Commit, component:
> > {MyGuid3}
> > Action ended 10:04:35: InstallFinalize. Return value 3.
> >
> > --------------------------------------------------------------------
> > --
> > --------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and 
> > threat landscape has changed and how IT managers can respond.
> > Discussions will include endpoint security, mobile security and the 
> > latest in malware threats.
> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@...
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> > *** Confidentiality Notice: This e-mail, including any associated or 
> > attached files, is intended solely for the individual or entity to 
> > which it is addressed. This e-mail is confidential and may well also 
> > be legally privileged. If you have received it in error, you are on 
> > notice of its status. Please notify the sender immediately by reply 
> > e-mail and then delete this message from your system. Please do not 
> > copy it or use it for any purposes, or disclose its contents to any 
> > other person. This email comes from a division of the Invensys 
> > Group, owned by Invensys plc, which is a company registered in 
> > England and Wales with its registered office at 3rd Floor, 40 
> > Grosvenor Place,
> London, SW1X 7AW (Registered number 166023).
> > For a list of European legal entities within the Invensys Group, 
> > please go to http://www.invensys.com/en/legal/default.aspx.
> > You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
> > reception@
> ....
> > This e-mail and any attachments thereto may be subject to the terms 
> > of any agreements between Invensys (and/or its subsidiaries and
> > affiliates) and the recipient (and/or its subsidiaries and affiliates).
>
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@...
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it 
> are intended exclusively for the individual or entity to which it is 
> addressed.
> The message, together with any attachment, may contain confidential 
> and/or privileged information.
> Any unauthorized review, use, printing, saving, copying, disclosure or 
> distribution is strictly prohibited. If you have received this message 
> in error, please immediately advise the sender by reply email and 
> delete all copies.
>
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@...
> https://lists.sourceforge.net/lists/listinfo/wix-users
> *** Confidentiality Notice: This e-mail, including any associated or 
> attached files, is intended solely for the individual or entity to 
> which it is addressed. This e-mail is confidential and may well also 
> be legally privileged. If you have received it in error, you are on 
> notice of its status. Please notify the sender immediately by reply 
> e-mail and then delete this message from your system. Please do not 
> copy it or use it for any purposes, or disclose its contents to any 
> other person. This email comes from a division of the Invensys Group, 
> owned by Invensys plc, which is a company registered in England and 
> Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, 
> SW1X 7AW (Registered number 166023).
> For a list of European legal entities within the Invensys Group, 
> please go to http://www.invensys.com/en/legal/default.aspx.
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail reception@....
> This e-mail and any attachments thereto may be subject to the terms of 
> any agreements between Invensys (and/or its subsidiaries and 
> affiliates) and the recipient (and/or its subsidiaries and affiliates).
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to http://www.invensys.com/en/legal/default.aspx.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to