473,395 Members | 1,763 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Installing assembly on remote machine

Is it possible to install an assembly on a remote machine's GAC? I don't see
an option for it using gacutil.exe

--
McGeeky
http://mcgeeky.blogspot.com

Jul 21 '05 #1
5 6320
hi,

Yes its possible to istalled an assembly to a remote machine but only with
Windows Installer 2.0.
CacUtil is used only during developement purpose but not for deployement.

Fro deploying an assembly on the remote machine you need to build an msi
project that will first detect if the correct framework is installed and then
instlled your aseembly.

..Net framework runtime dotnetfx.exe can be installed separatly

Regards
serge

"McGeeky" wrote:
Is it possible to install an assembly on a remote machine's GAC? I don't see
an option for it using gacutil.exe

--
McGeeky
http://mcgeeky.blogspot.com

Jul 21 '05 #2
I don't use Windows Installer in this particular case. Is there a way of
installing remotely without Windows Installer?

--
McGeeky
http://mcgeeky.blogspot.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:F9**********************************@microsof t.com...
hi,

Yes its possible to istalled an assembly to a remote machine but only with
Windows Installer 2.0.
CacUtil is used only during developement purpose but not for deployement.

Fro deploying an assembly on the remote machine you need to build an msi
project that will first detect if the correct framework is installed and
then
instlled your aseembly.

.Net framework runtime dotnetfx.exe can be installed separatly

Regards
serge

"McGeeky" wrote:
Is it possible to install an assembly on a remote machine's GAC? I don't
see
an option for it using gacutil.exe

--
McGeeky
http://mcgeeky.blogspot.com

Jul 21 '05 #3
I don't use Windows Installer in this particular case. Is there a way of
installing remotely without Windows Installer?

--
McGeeky
http://mcgeeky.blogspot.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:F9**********************************@microsof t.com...
hi,

Yes its possible to istalled an assembly to a remote machine but only with
Windows Installer 2.0.
CacUtil is used only during developement purpose but not for deployement.

Fro deploying an assembly on the remote machine you need to build an msi
project that will first detect if the correct framework is installed and
then
instlled your aseembly.

.Net framework runtime dotnetfx.exe can be installed separatly

Regards
serge

"McGeeky" wrote:
Is it possible to install an assembly on a remote machine's GAC? I don't
see
an option for it using gacutil.exe

--
McGeeky
http://mcgeeky.blogspot.com

Jul 21 '05 #4
No its the only way to deploy an assembly in the gac for runtime.
On solution of course would be also to install all your developement
environemtn on the remote machine but then you are not deploying.

serge

"McGeeky" wrote:
I don't use Windows Installer in this particular case. Is there a way of
installing remotely without Windows Installer?

--
McGeeky
http://mcgeeky.blogspot.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:F9**********************************@microsof t.com...
hi,

Yes its possible to istalled an assembly to a remote machine but only with
Windows Installer 2.0.
CacUtil is used only during developement purpose but not for deployement.

Fro deploying an assembly on the remote machine you need to build an msi
project that will first detect if the correct framework is installed and
then
instlled your aseembly.

.Net framework runtime dotnetfx.exe can be installed separatly

Regards
serge

"McGeeky" wrote:
Is it possible to install an assembly on a remote machine's GAC? I don't
see
an option for it using gacutil.exe

--
McGeeky
http://mcgeeky.blogspot.com


Jul 21 '05 #5
Thanks for the feedback.

Its a shame that remote deployment is not supported. Is it possible to
harness the same APIs that Windows Installer uses to install remotely?

--
McGeeky
http://mcgeeky.blogspot.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:F7**********************************@microsof t.com...
No its the only way to deploy an assembly in the gac for runtime.
On solution of course would be also to install all your developement
environemtn on the remote machine but then you are not deploying.

serge

"McGeeky" wrote:
I don't use Windows Installer in this particular case. Is there a way of
installing remotely without Windows Installer?

--
McGeeky
http://mcgeeky.blogspot.com
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:F9**********************************@microsof t.com...
> hi,
>
> Yes its possible to istalled an assembly to a remote machine but only
> with
> Windows Installer 2.0.
> CacUtil is used only during developement purpose but not for
> deployement.
>
> Fro deploying an assembly on the remote machine you need to build an
> msi
> project that will first detect if the correct framework is installed
> and
> then
> instlled your aseembly.
>
> .Net framework runtime dotnetfx.exe can be installed separatly
>
> Regards
> serge
>
> "McGeeky" wrote:
>
>> Is it possible to install an assembly on a remote machine's GAC? I
>> don't
>> see
>> an option for it using gacutil.exe
>>
>> --
>> McGeeky
>> http://mcgeeky.blogspot.com
>>
>>
>>
>>


Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JimA | last post by:
I have an application that needs to execute dtsrun from a remote machine. Basically I have a batch file on the remote box, which handles the execute. This works fine on a machine with client tools...
1
by: Kent Rollins | last post by:
I am writing a server and an MMC console app that use remoting to talk to each other. The MMC client and the server share a couple of assemblies: one has the interface that is remoted from the...
4
by: Claire | last post by:
Hi, I know this isn't strictly C# language related, but my service IS written in c# and I checked out the list of microsoft newsgroups for win2000 and couldn't really see one that applies. I'm...
2
by: James | last post by:
I have tried various solution without any luck I have tried the following suggestions: http://support.microsoft.com/default.aspx?scid=kb;en-us;833977&Product=vsnet...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
5
by: McGeeky | last post by:
Is it possible to install an assembly on a remote machine's GAC? I don't see an option for it using gacutil.exe -- McGeeky http://mcgeeky.blogspot.com
0
by: JJ | last post by:
Hi guys, Does anyone know why this occur (I found this in the event viewer): The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the...
5
by: Josef Brunner | last post by:
Hi everybody, I tried to publich my application to a simple file location. (no online publishing or anything like that.) Running the setup that VS generates for me works fine on my machine...
3
by: Leon_Amirreza | last post by:
Hi, Suppose in a scenario that security is not an issue; if I deploy a copy of the Whole assembly that contains remote objects to clients which of the following would happen? 1- The calls to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.