Help - Search - Members - Calendar
Full Version: Microsoft .NET Framework Version 2.0
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
MohamedYousri
Hi

I Wanna to add Microsoft .NET Framework Version 2.0 to my Unattended Windows Cd is there any one try to do it ??

i hope any one answer me soon

Thanks a lot
kof94
Download the switchless installer from RyanVM's site and add it to RunOnceEx at first logon.

This is how I do it.
Dobby
RyanVM has a silent installer for it
kof94
Just beat you to it Dobby! biggrin.gif
MohamedYousri
so all i ned to download this file
Microsoft .NET Framework 2.0 Self-extracting switchless installer. This installer cannot be run from svcpack.inf.
and add it to Cd
Thank U very much for this fast help
Jedi82
QUOTE (Dobby @ Feb 18 2006, 03:08 PM) *
RyanVM has a silent installer for it



so if i download this file, in my install.cmd i must just add this command:

ECHO.
ECHO [FM 2.0]
ECHO wait...
start /wait %systemdrive%\install\dotnet2.exe
ECHO fatto!

or what?
kof94
Yes, it has an install bar that I think RogueSpear put in (I might be wrong I'd have to read the sub-forum again, sorry if I'm giving credit to the wrong person).

You must install this at first logon though, thats why I use RunOnceEx. Your batch will work fine.
Dobby
QUOTE (kof94 @ Feb 18 2006, 08:09 AM) *
Just beat you to it Dobby! biggrin.gif


Yes I saw that smile.gif I was creating an nLited CD on my main machine so I was using the laptop. I'm a bit slower on the small keyboard smile.gif
ajua
i made a post a few days ago for the multilanguage download from microsoft.
check it out. http://www.msfn.org/board/index.php?showtopic=67723

i installed spanish language with it. you can use this instructions to install in other language than english (suppoted in the multilanguage setup obviouly).
kernel-panic
there is the switch install for framework 2.0

CODE
ECHO Installing .NET Framework 2.0
ECHO Please wait...
start /wait %systemdrive%\install\NetFramework\netfx.msi /qb


have fun !!
RaBBiT
QUOTE (MohamedYousri @ Feb 18 2006, 02:55 PM) *
Hi

I Wanna to add Microsoft .NET Framework Version 2.0 to my Unattended Windows Cd is there any one try to do it ??

i hope any one answer me soon

Thanks a lot


Unpack the dotnetfx.exe to a folder run install.exe /?
Scubar
does anyone know of a place to get a silent .NET 2.0 that can be called from svcpack.inf as im avoiding ugly runonceex at all costs.
RyanVM
I'm pretty certain that installing from svcpack.inf is plain impossible.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.