Vumad Posted July 2, 2005 Posted July 2, 2005 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
Gee Posted July 2, 2005 Posted July 2, 2005 (edited) 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, 2005 by Gee
Sonic Posted July 2, 2005 Posted July 2, 2005 yes Ryan's packed .NET ... and you havn't the ASP.NET user bug too ...
Vumad Posted July 2, 2005 Author Posted July 2, 2005 Thanks Gee - I'm already holding my head in shame for missing this one!Cheers,Vumad
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