February 11, 200521 yr 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...
February 11, 200521 yr .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!
February 11, 200521 yr Author 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.
February 11, 200521 yr Author Well, I don't have that dir either man :/Just inserted my original XP CD, and there is no dir there either.
February 11, 200521 yr .NET are already on a Windows XP SP2 CD....I dont think DOTNETFX are on earlier version...
February 11, 200521 yr 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
February 11, 200521 yr Author That don't say nothing about language though. I need to install the norwegian language pack.
February 11, 200521 yr Author 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
February 11, 200521 yr 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.
Create an account or sign in to comment