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.
>