Bat file installation of .net framework

  • Thread starter Thread starter nenzax
  • Start date Start date
N

nenzax

Hi all,

i have requirment of installing .net framework on 100 client machines,
i have stored the setup on a share and i am using a bat file with the
silent option..

How do i check if the framework is already present from a bat file, if
present skip or else install the framework.

Thanks
Nen
 
Read here: http://dotnet.mvps.org/dotnet/faqs/?id=deployframework&lang=en
especially there
http://msdn.microsoft.com/library/d...ry/en-us/dnnetdep/html/dotnetframedepguid.asp
and there http://blogs.msdn.com/astebner/archive/2006/02/10/529987.aspx

hope smth helps

i have requirment of installing .net framework on 100 client machines,
i have stored the setup on a share and i am using a bat file with the
silent option..

How do i check if the framework is already present from a bat file, if
present skip or else install the framework.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top