Jump to content

.NET framework from %cdrom%.


Recommended Posts


.NET are already on a Windows XP SP2 CD....

I call this script on my cmdlines.txt

cmdlines.txt

---------------------------------

[COMMANDS]

".\1.CMD"

1.cmd

----------------------------------

CMDOW @ /HID

@ECHO OFF

FOR %%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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

The security update from February called NDP1.1sp1-KB886903-X86.exe

Do 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%\Install

and

NDP1.1sp1-KB867460-X86.exe /Q

NDP1.1sp1-KB886903-X86.exe /Q

Link to comment
Share on other sites

http://msdn.microsoft.com/library/default....edistdeploy.asp

Launching a silent installation of Dotnetfx.exe

The 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...