
.NET framework v1.1 SP1
.NET framework v2.0 SP1
------------------------------ from svcpack mode.
DOWNLOAD
----------
1- goto microsoft.com and download dotnetfx1.exe.
2- goto microsoft.com and download dotnetfx2.exe.
3- goto microsoft.com and download NDP1.1sp1-KB867460-X86.exe. <<<< OPTIONAL
4- goto microsoft.com and download NDP20-KB917283-X86.exe. <<<< OPTIONAL
5- goto msfn download sleep.zip. <<<< OPTIONAL
FOLDERS
----------------------
6- creat folder in Partition c: call it netfx.
7- creat 2 subfolder in netfx call them fx1 & fx2.
.NET framework v1.1
----------------------
8- run "dotnetfx1.exe" with the "/C" switch (to extract contents).
9- run "NDP1.1sp1-KB867460-X86.exe" with the "/XP" switch (to extract contents).
10- A dialog box asking you where to save the MSP (update patch) comes up,choose where you want to save it.
11- Rename that MSP to SP1.MSP,and place the extracted contents of dotnetfx1.exe in the same directory.
12- open ur command prompet and type that
A-- msiexec /a netfx.msi TARGETDIR="c:\netfx\fx1"
B-- msiexec /p sp1.msp /a c:\netfx\fx1\netfx.msi
.NET framework v2.0
----------------------
13- run "dotnetfx2.exe" with the "/C" switch (to extract contents).
14- open ur command prompet and type that
A-- msiexec /a netfx.msi TARGETDIR="c:\netfx\fx2"
Finalising
-------------
15- EXTRACT sleep.zip to directory c:\netfx\
16- RENAME NDP20-KB917283-X86.exe TO sp21.exe and put it in directory c:\netfx\fx2\
17- OPEN ur notepad and paste this code.
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
%windir%\system32\cmdow @ /HID
@echo off
echo EDIT BY { B.H } <<<< THOS IS FOR ME U CAN DEL IT
echo NET Framework 1.1 sp1
echo ------------------------
START/WAIT %windir%\system32\netfx\fx1\netfx.msi /quiet /norestart
%windir%\system32\netfx\sleep.exe 10
echo NET Framework 2.0 sp1
echo ------------------------
reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
START/WAIT %windir%\system32\netfx\fx2\netfx.msi ADDEPLOY=1 /quiet /norestart
START/WAIT%windir%\system32\netfx\fx2\sp21.exe /q
%windir%\system32\netfx\sleep.exe 5
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f
reg add HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW\Installed /v DW0200 /t REG_SZ /d C:\PROGRA~1\COMMON~1\MICROS~1\DW\DW20.EXE /f
exit
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
18- save it to what ever u like i will call it z.bat in directory c:\netfx\
19- u now have in directory c:\netfx 2 folders and 2 files ( fx1,fx2,sleep.exe,z.bat )
20- to do the rest u must have winrar
21- add this "fx1 - fx2 - sleep.exe - z.bat" to archive
22- in general select creat sfx archive
23- in advanced select sfx option
A-- PATH TO EXTRACT ENTAR %windir%\system32\netfx
B-- RUN AFTER EXTRACTION %windir%\system32\netfx\z.bat
C-- goto modes select 1- hide all 2- overwrite all files
<<THE CODE WILL BE LIKE>>
----------------------------------------------------------
;The comment below contains SFX script commands
Path=%windir%\system32\netfx
SavePath
Setup=%windir%\system32\netfx\z.bat
Silent=1
Overwrite=1
----------------------------------------------------------
D-- HIT OK AND A SFX WILL RENAME IT TO NETFX.EXE
24- PUT NETFX.EXE IN \I386\svcpack directory
25- EDIT UR SVCPACK.INI AND UNDER [SetupHotfixesToRun] ADD netfx.exe
26- SAVE AND COMPRESS WITH CABINET TO SVCPACK.IN_
27- PUT SVCPACK.IN_ IN \I386 directory
28- u can add del code in the end of batch file to remove all the directory found in ( %windir%\system32\netfx )
THANKES TO prathapml - RyanVM THIR


EXP and i hope it can help

<< BLACK HAWK >>