Jump to content

How to install .Net 2.0 at t-12


#rootworm

Recommended Posts

came across this blog which mentioned the subject, tried it out and it works great.

i don't make or use nlite addons, but figured someone would like to do it the proper way instead of the current addons that do it at guirunonce.

svcpack.inf method:

[SetupHotfixesToRun]
reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
dotnetfx.exe /Q /C:"install.exe /Q"
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f

doesn't work for me in vmware, for testing purposes i had to put the commands in a batch script, but after that it did work.

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