(%mssdk%\bin). Windows Installer is still your best bet to employ
>From: "Nico Cizik" <support@digital-metaphors.com>
>Subject: Re: Deploy satellite assemblies into the GAC
>Date: Fri, 22 Sep 2006 08:48:53 -0600
>Newsgroups: microsoft.public.dotnet.internationalization
>
>Hi Garrett,
>
>Thanks for the response.
>
>The reason I wanted to steer clear of using gacutil.exe is: A.) it is not
>redistributable, and B.) I have yet to determine a reliable way to find
>where on a user's hard drive the application is installed. I have two
PC's
>and gacutil is installed in two different places. One in the VS directory
>and one in the .NET directory. Is there perhaps a registry setting I can
>check to see where it is located?
>
>--
>Regards,
>
>Nico Cizik
>Digital Metaphors
>
http://www.digital-metaphors.com >
>"Garrett McGowan[MSFT]" <GarrMc@online.microsoft.com> wrote in message
>news:%23HLY3XS2GHA.4464@TK2MSFTNGXA01.phx.gbl...
>>I wouldn't rely on the EnterpriseServices.Internal namespace, if for no
>> other reason than it's been deprecated.
>>
>> While not automated, you could use the .NET Framework Configuration MMC
>> snap-in to add assemblies to the GAC. It sounds like you want to deploy
>> these programmatically though. Out of curiosity, is there a particular
>> reason you don't want to leverage gacutil.exe?
>>
>> Garrett McGowan [MSFT Developer International]
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Use of included script samples are subject to the terms specified at
>>
http://www.microsoft.com/info/cpyright.htm >> --------------------
>>>From: "Nico Cizik" <support@digital-metaphors.com>
>>>Subject: Deploy satellite assemblies into the GAC
>>>Date: Fri, 15 Sep 2006 09:50:49 -0600
>>>Newsgroups: microsoft.public.dotnet.internationalization
>>>
>>>Hello,
>>>
>>>Is there a way to deploy strong named satellite assemblies into the GAC
of
>> a
>>>user's machine without the use of gacutil.exe or the windows installer?
I
>>>have tried using the GacInstall() routine of the Publish class in the
>>>EnterpriseServices.Internal namespace, but this seems to only work with
>>>normal assemblies, not satellite assemblies. Do I have any other
options?
>>>
>>>--
>>>Regards,
>>>
>>>Nico Cizik
>>>Digital Metaphors
>>>
http://www.digital-metaphors.com >>
>
>
>
This posting is provided "AS IS" with no warranties, and confers no rights.