Jump to content

Integrating .Net v1.1 into XP SP2 CD


Recommended Posts

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

Link to comment
Share on other sites


I guess you didn't search that hard, otherwise you would have found your answer

The easiest way to install it is using RyanVM's switchless install and the RunOnceEx.cmd

To get RyanVM's file go here

http://ryanvm.msfn.org/

Then just do a Reg Add

ie.

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

REG ADD %KEY%\015 /VE /D "Microsoft .Net 1.1 SP1" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Netfxsp1.exe" /f

Edited by Gee
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...