Title: Message

Matthew,

 

The assembly should be signed with a strong name when you download it.  If not generate a key pair using the sn.exe tool, and recompile the assembly.  Then use gacutil.exe to install into the GAC.  If you’re not familiar with either of these tools, check msdn.microsoft.com for documentation.

 

Regards,

Michael Stricklen

Architect, Business Solutions

Office of the CTO

Computer Associates

 


From: Matthew Easlea [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 11:53 PM
To: 'Log4NET User'
Subject: RE: Any plans for an MSI package?

 

Jiho,

 

I’m wondering how you went deploying Log4Net.dll into the GAC.

I have found some references to using Strong Names in the log4net code, but I haven’t seen any documentation in the FAQ about how to install log4net into the GAC. Did you have to recompile log4net to be able to install it into the GAC?

 

And if you have created a merge module for log4net it would be excellent if you could share it with the community.

 

Cheers

 

Matthew James Easlea

 

 


From: Jiho Han [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 22 June 2004 1:48 AM
To: Log4NET User
Subject: RE: Any plans for an MSI package?

 

I am using WiX toolset to create my MSI package and from what I can tell, it's as easy as changing <Product> tag to <Module> tag.

 

Here's a link to the project website:

 

-----Original Message-----
From: Chad Myers [mailto:[EMAIL PROTECTED]
Sent: Monday, June 21, 2004 11:42 AM
To: Log4NET User
Subject: RE: Any plans for an MSI package?

Actually, log4net should ship with both an MSI for itself and an merge module to include in other installations.

 

The MSI is pretty easy, but I don’t know much about merge modules.

 

-c

 


From: Jiho Han [mailto:[EMAIL PROTECTED]
Sent: Monday, June 21, 2004 9:45 AM
To: [email protected]
Subject: Any plans for an MSI package?

 

I need to deploy log4net to the GAC and I am looking to make this part of an overall MSI package.  Is there an MSI distribution for log4net?

I would include it as part of my MSI package.  However, in discussing this on various windows installers newsgroups, I've been told that the best way to approach this is for the producer of the component to provide an MSI.

It's sort of like why one should obtain a Primary Interop Assembly from the manufacturer for a COM component if you are going to use one in your .NET project.

I would volunteer to do it but I'm a newbie to the whole installer thing myself.

Any ideas?
Thanks

Jiho Han

Reply via email to