Hello Gurus,
I wanted to install the framework on a network pc that does not have any
keyboard/mouse. I believe Service Packs can be applied in such scenarios, is
it possible to do so for the framework?

any help/hints is greatly apreciated..

thank you,

Re: install framework 2.0 over network by emorgoch

emorgoch
Fri May 12 14:23:29 CDT 2006

I built myself my own unattended install disc for XP, which integrated
.NET 2.0 into it. To do so, I downloaded the installer, and then during
the first login, I run it with the following command line which
installs it silently:
dotnetfx.exe /q:a /c:"install /q"

Not exactly sure how you want to deploy it to your network computer,
but I'm sure that command will help you.


Re: install framework 2.0 over network by Henok

Henok
Fri May 12 14:48:11 CDT 2006

if this works on 2000, it might help, i can put an entry in RunOnce.. how
do you find out about the command line params availible for these
distributables? what about for the MSI 3.0.. because for .net to be
installed, requires MSI 3.0..

basically, what i am trying to do is get uptodate a buch of pcs on a network
to have .net 2.0 framework. these pcs include some XP, and mostly windows
2000.

<emorgoch.public@gmail.com> wrote in message
news:1147461809.942468.108800@g10g2000cwb.googlegroups.com...
>I built myself my own unattended install disc for XP, which integrated
> .NET 2.0 into it. To do so, I downloaded the installer, and then during
> the first login, I run it with the following command line which
> installs it silently:
> dotnetfx.exe /q:a /c:"install /q"
>
> Not exactly sure how you want to deploy it to your network computer,
> but I'm sure that command will help you.
>



Re: install framework 2.0 over network by emorgoch

emorgoch
Fri May 12 15:08:16 CDT 2006

appdeploy.com and msfn.org helped me a lot when looking for this kind
of info. Could usually find the switches I needed there.


Re: install framework 2.0 over network by Henok

Henok
Fri May 12 16:31:17 CDT 2006

thanks a bunch for all the help..

<emorgoch.public@gmail.com> wrote in message
news:1147464496.127178.226130@y43g2000cwc.googlegroups.com...
> appdeploy.com and msfn.org helped me a lot when looking for this kind
> of info. Could usually find the switches I needed there.
>



Re: install framework 2.0 over network by Michael

Michael
Mon May 15 08:06:51 CDT 2006


You can install the framework via Group Policy.

Mike Ober.

"Henok Girma" <reply@newsgroup.only.thanks> wrote in message
news:%D59g.942759$x96.103382@attbi_s72...
>
> if this works on 2000, it might help, i can put an entry in RunOnce.. how
> do you find out about the command line params availible for these
> distributables? what about for the MSI 3.0.. because for .net to be
> installed, requires MSI 3.0..
>
> basically, what i am trying to do is get uptodate a buch of pcs on a
network
> to have .net 2.0 framework. these pcs include some XP, and mostly windows
> 2000.
>
> <emorgoch.public@gmail.com> wrote in message
> news:1147461809.942468.108800@g10g2000cwb.googlegroups.com...
> >I built myself my own unattended install disc for XP, which integrated
> > .NET 2.0 into it. To do so, I downloaded the installer, and then during
> > the first login, I run it with the following command line which
> > installs it silently:
> > dotnetfx.exe /q:a /c:"install /q"
> >
> > Not exactly sure how you want to deploy it to your network computer,
> > but I'm sure that command will help you.
> >
>
>
>