Re: [WiX-users] How to GAC .Net assemblies the correct way?

2009-03-17 Thread lesterbangs
\bin, you need another component. -Original Message- From: Wong Shao Voon [mailto:shaov...@yahoo.com] Sent: Wednesday, October 08, 2008 11:55 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to GAC .Net assemblies the correct way? Hey guys, I could use

Re: [WiX-users] How to GAC .Net assemblies the correct way?

2008-11-18 Thread Robert O'Brien
, 2008 7:07 AM To: [EMAIL PROTECTED]; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to GAC .Net assemblies the correct way? There is a complete example of how to do this in the WiX help file that ships with WiX. Look under the How To section. Neil

Re: [WiX-users] How to GAC .Net assemblies the correct way?

2008-11-18 Thread Rob Mensching
To: 'General discussion for Windows Installer XML toolset.'; '[EMAIL PROTECTED]' Subject: Re: [WiX-users] How to GAC .Net assemblies the correct way? I looked under the current wix help file how to section and could only find How To: NGen Managed Assemblies During Installation. This appears to cover

Re: [WiX-users] How to GAC .Net assemblies the correct way?

2008-11-18 Thread Robert O'Brien
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 8:07 AM To: General discussion for Windows Installer XML toolset.; '[EMAIL PROTECTED]' Subject: Re: [WiX-users] How to GAC .Net assemblies the correct way? Yeah, you have to search for global assembly cache in the WiX.chm to find it. GAC

Re: [WiX-users] How to GAC .Net assemblies the correct way?

2008-10-08 Thread Eitan Behar
:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 11:55 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to GAC .Net assemblies the correct way? Hey guys, I could use a custom action to gacutil the .Net dlls into the GAC. But I searched that WiX and MSI has the correct way

[WiX-users] How to GAC .Net assemblies the correct way?

2008-10-08 Thread Wong Shao Voon
Hey guys, I could use a custom action to gacutil the .Net dlls into the GAC. But I searched that WiX and MSI has the correct way of GAC'ing the dlls, instead of using gacutil.exe . After I googled, I still couldn't find a single example on how to do it. Could someone kind enough to enlighten

Re: [WiX-users] How to GAC .Net assemblies the correct way?

2008-10-08 Thread Neil Enns
] How to GAC .Net assemblies the correct way? Hey guys, I could use a custom action to gacutil the .Net dlls into the GAC. But I searched that WiX and MSI has the correct way of GAC'ing the dlls, instead of using gacutil.exe . After I googled, I still couldn't find a single example on how to do