Jump to content

how to integrate .net framework 2.0 to xp disk by nlite?


jasonken

Recommended Posts


does t-13 count as integrated?

i use RyanVM's .net 2.0 installer and a batch file like this:

example.bat:

for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:
reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
"%cdrom%\$oem$\dotnet2.exe"
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f

where "%cdrom%\$oem$\dotnet2.exe" is the path to your .net 2.0 installer

you'd put example.bat in your svcpack.inf, for discussion about why you need to fuss with the registry read this: http://blogs.msdn.com/astebner/archive/200.../06/591694.aspx

as for a no-install method, i think you'd have to create your own.

Link to comment
Share on other sites

  • 3 years later...
  • 2 weeks later...

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...