July 2, 200521 yr Hi, I'm new to the forum so I hope I have posted this in the correct area.I have just built an unattended XP SP2 installation CD with all the current hotfixes integrated and I'm now trying to figure out how to slipstream / integrate .Net v1.1. Any pointers would be welcome as Google has failed me on this one.Thanks - Vumad
July 2, 200521 yr I guess you didn't search that hard, otherwise you would have found your answerThe easiest way to install it is using RyanVM's switchless install and the RunOnceEx.cmdTo get RyanVM's file go herehttp://ryanvm.msfn.org/Then just do a Reg Addie.cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /fREG ADD %KEY%\010 /VE /D "Alcohol 120" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /fREG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /fREG ADD %KEY%\015 /VE /D "Microsoft .Net 1.1 SP1" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Netfxsp1.exe" /f Edited July 2, 200521 yr by Gee
July 2, 200521 yr Author Thanks Gee - I'm already holding my head in shame for missing this one!Cheers,Vumad
Create an account or sign in to comment