MohamedYousri
Feb 18 2006, 07:55 AM
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
Feb 18 2006, 08:07 AM
Download the switchless installer from
RyanVM's site and add it to
RunOnceEx at first logon.
This is how I do it.
Dobby
Feb 18 2006, 08:08 AM
RyanVM has a silent installer for it
kof94
Feb 18 2006, 08:09 AM
Just beat you to it Dobby!
MohamedYousri
Feb 18 2006, 08:29 AM
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
Feb 18 2006, 08:51 AM
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
Feb 18 2006, 09:23 AM
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
Feb 18 2006, 11:57 AM
QUOTE (kof94 @ Feb 18 2006, 08:09 AM)

Just beat you to it Dobby!

Yes I saw that

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
ajua
Feb 19 2006, 06:38 PM
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=67723i 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
Apr 7 2006, 10:41 AM
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
Apr 8 2006, 06:17 AM
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
Apr 8 2006, 06:36 AM
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
Apr 8 2006, 10:46 AM
I'm pretty certain that installing from svcpack.inf is plain impossible.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.