jasonken Posted May 8, 2007 Posted May 8, 2007 not install method. it's same to integrate drives or hot fix.how to integrate .net framework 2.0 to xp disk by nlite?
#rootworm Posted May 8, 2007 Posted May 8, 2007 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 /freg 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 /fwhere "%cdrom%\$oem$\dotnet2.exe" is the path to your .net 2.0 installeryou'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.aspxas for a no-install method, i think you'd have to create your own.
Pauldog Posted April 29, 2011 Posted April 29, 2011 All I've ever needed is 2.0. I only use two apps that need .NET at all, and one requires 2.0. The other is nlite, which can use 2.0.
Sp0iLedBrAt Posted April 29, 2011 Posted April 29, 2011 There are a few add-ons, like this one http://www.ryanvm.net/forum/viewtopic.php?t=7746&highlight=net or even better, this true add-on http://www.ryanvm.net/forum/viewtopic.php?t=8316&highlight=net+framework that integrates into the install disk and works with nLite.Cheers
Pauldog Posted May 11, 2011 Posted May 11, 2011 I'm also wondering what files I need to use in order to install a completely updated .NET 2.0 on a running XP system. I'll post that question in a new thread.
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