BoardBabe Posted February 11, 2005 Posted February 11, 2005 How do I install MS .NET framwork 1.1 with SP1 and SP1 update as well as .NET norwegian langpack from CD? I can make it install from HDD, but not CD...
FeTT! Posted February 11, 2005 Posted February 11, 2005 .NET are already on a Windows XP SP2 CD....I call this script on my cmdlines.txtcmdlines.txt---------------------------------[COMMANDS]".\1.CMD"1.cmd----------------------------------CMDOW @ /HID@ECHO OFFFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD1.txt SET CDROM=%%i:START /WAIT %CDROM%\DOTNETFX\dotnetfx.exe /q:a /c:"install /l /q"START /WAIT %CDROM%\DOTNETFX\LangPack.exe /q:a /c:"inst /l /q"START /WAIT %CDROM%\DOTNETFX\NDP1.1sp1-KB867460-X86.exe /q*** You need to put your Update and language pack in the DOTNETFX folder!Good luck!
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 I don't have an APPS dir in my SUPPORT dir. There's only a TOOLS dir.I have a Norwegian XP disk. Made from Norwegian XP Pro CD and SP2.
FeTT! Posted February 11, 2005 Posted February 11, 2005 I make some modifications on my previous post....
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 Well, I don't have that dir either man :/Just inserted my original XP CD, and there is no dir there either.
FeTT! Posted February 11, 2005 Posted February 11, 2005 .NET are already on a Windows XP SP2 CD....I dont think DOTNETFX are on earlier version...
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 Oh, ****! So my CD is too old?I have cmpnents\netfx\i386\netfx.cab
Astalavista Posted February 11, 2005 Posted February 11, 2005 http://www.msfn.org/board/index.php?showtopic=38681pls read
FeTT! Posted February 11, 2005 Posted February 11, 2005 Thx astalavista B) ------or---------Why dont you dont create a DOTNETFX folder and put your .net files in?Or in the $1\"folder that you use for you installation"Good luck!... you got the /switch from my first post
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 That don't say nothing about language though. I need to install the norwegian language pack.
FeTT! Posted February 11, 2005 Posted February 11, 2005 http://www.microsoft.com/downloads/details...&displaylang=no
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 The security update from February called NDP1.1sp1-KB886903-X86.exeDo i replace it with NDP1.1sp1-KB867460-X86.exe, or install it the same way just after NDP1.1sp1-KB886903-X86.exe?Also: Are you sure your sutre these are correct?....dotnetfx.exe /q:a /c:"install /l /q"....LangPack.exe /q:a /c:"inst /l /q"shouldnt it be ....dotnetfxp.exe /Q /T:%systemdrive%\Install....LangPack.exe /Q /T:%systemdrive%\InstallandNDP1.1sp1-KB867460-X86.exe /QNDP1.1sp1-KB886903-X86.exe /Q
FeTT! Posted February 11, 2005 Posted February 11, 2005 http://msdn.microsoft.com/library/default....edistdeploy.aspLaunching a silent installation of Dotnetfx.exeThe following command launches a silent installation of Dotnetfx.exe.dotnetfx.exe /q:a /c:"install /l /q"A silent install suppresses the display of all user interface and error messages returned by Dotnetfx.exe and Install.exe, which is contained within Dotnetfx.exe. Specifying the /q:a and /q options for a silent install allows for a standardized user installation experience. Specifying the /l option creates a setup log file, netfx.log, in the %temp% directory where all errors are logged.
BoardBabe Posted February 11, 2005 Author Posted February 11, 2005 OK. Got those triggers from doing netfx.exe /?
Astalavista Posted February 11, 2005 Posted February 11, 2005 does anyone have a link to the dutch language pack?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now