Regielya Posted October 2, 2004 Posted October 2, 2004 "For a faster .NET Framework installation, and setup files occupying 11 MB on the CD, you can download this 7-Zip SFX package created by RyanVM from the MSFN Forums (thanks for taking the time to do this!). By default, this installs silently, so no switches are required.Download: .NET Framework 1.1 with SP1"where should i put the file: netfxsp1.exeor i need to extract it ???? and is it surely slipstreamed with SP1 ?
RyanVM Posted October 2, 2004 Posted October 2, 2004 Yes, it is surely integrated with SP1 Put it wherever you normally run files from on your unattended CD. It runs like any other EXE, it just requires no switches.
Regielya Posted October 2, 2004 Author Posted October 2, 2004 i have never run any files from my CD so your file is my first one.... do i need to write a batch file or something and include the file's path on it ? i really dont know where to put the file /:
RyanVM Posted October 2, 2004 Posted October 2, 2004 What are you doing reading a section on unattended XP installs if you don't have an unattended CD? Or am I misreading you? If you have one, put the EXE in the same place you put all the other ones you run during unattended setup.
Regielya Posted October 2, 2004 Author Posted October 2, 2004 i have an unattended CD but i dont have any EXE files i run during the installation... i just have the winnt.sif, and SP1 integrated and reg tweaks... no EXE files... help me plzzzzzz
mazin Posted October 2, 2004 Posted October 2, 2004 On CD:X:\XPCD\$OEM$\$1\Install\DotNet\netfxsp1.exeBatch:start /wait %systemdrive%\Install\DotNet\netfxsp1.exe
RyanVM Posted October 2, 2004 Posted October 2, 2004 http://unattended.msfn.org/xp/batch_commands.htmStart reading.
Regielya Posted October 2, 2004 Author Posted October 2, 2004 is it good if i put on the cmdlines.txt:[COMMANDS]start /wait %systemdrive%\Install\DotNet\netfxsp1.exe"REGEDIT /S regtweaks.reg"
RyanVM Posted October 2, 2004 Posted October 2, 2004 is it good if i put on the cmdlines.txt:[COMMANDS]start /wait %systemdrive%\Install\DotNet\netfxsp1.exe"REGEDIT /S regtweaks.reg"cmdlines.txt doesn't support start /wait
Regielya Posted October 2, 2004 Author Posted October 2, 2004 and in the winnt.sif, GUIsomething ?????
RyanVM Posted October 2, 2004 Posted October 2, 2004 Put it in a batch file as outlined in the link I gave you. Then run that batch file from GuiRunOnce in winnt.sif.
Regielya Posted October 2, 2004 Author Posted October 2, 2004 ok i think i understand this.... i put this on winnt.sif:[GuiRunOnce] Command0="diskperf -N" Command1="%systemdrive%\install\batchfile.cmd"good ? ? ? ?? ? ? ??or i need to write: systemdrive%\install\batchfile.cmd Command0="diskperf -N"?i think the first one is good... mmmm make me sure dudes...
RyanVM Posted October 2, 2004 Posted October 2, 2004 I have guiupdate.cmd in my $OEM$\$1 folder on my CD. This the command I use in winnt.sif to call it:[GuiRunOnce]%systemdrive%\guiupdate.cmdEDIT: BTW, I strongly recommend you download MS VirtualPC 2004 or VMWare so you can test this stuff out before burning a CD.
Regielya Posted October 2, 2004 Author Posted October 2, 2004 so why do i have to write "diskperf -N" after "Command0=" ?? ?
RyanVM Posted October 2, 2004 Posted October 2, 2004 I have no clue where you're getting that diskperf line from, but I can tell you that it's not required for anything.
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