Re: [WiX-users] rouble registering .NET assembly from GAC into COM+

2009-02-20 Thread Rob Mensching
Windows Installer does not commit files to the GAC until InstallFinalize (the end of the transaction). This prevents GAC assemblies from being used or even referenced really during the installation transaction. I think this design limitation is the root of your issue. Don Benson wrote: > I am

[WiX-users] rouble registering .NET assembly from GAC into COM+

2009-02-19 Thread Don Benson
I am trying to generate a COM+ App that includes a .NET DLL that is installed in the GAC. I am able to get the following project sample to successfully install on Windows 2000 with .NET 2.0. This sample does not put the COM+ DLL in the GAC, but it does put a dependency (CSLA) in the GAC. http: