Jump to content

I ve just made NetFramework 1.1, 2.1, 3.1, 3.5 svcpack.inf installer


Recommended Posts

what i did?

just old net framework 2.0 trick and it works.

Batch:

REGEDIT.EXE /S 1.REG

start /wait DNF11.exe /q:a /c:"install /l /q"

start /wait dotNetFx35setup.exe /qb /norestart

REGEDIT.EXE /S 2.REG

exit

1.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup]

"SystemSetupInProgress"=dword:00000000

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW]

2.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup]

"SystemSetupInProgress"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW]

Net 1.1 instalation was prepared as described here:

http://www.msfn.org/board/Silent-NET-Maker...2-2-t90779.html

Net 3.5 simply extracted with eg. winrar, you can remove all x64 bit files if you need x86 install or vice versa.

Recompressed it with nLite Add-On Maker, running .bat file.

Works fine.

download it here:

http://ibach.my2gig.com/index.files/NetFx3_5.html

Edited by ibach
Link to comment
Share on other sites


This cant work with svcpack. It will install fine but it will also break WebClient service. Installation of this was never problem, problem was WebClient service. If you can confirm that this service works after svcpack installation then you done a good job.

Cheers ;)

Link to comment
Share on other sites

You can check if it installed in Add/Remove programs in Control Panel. And WebClient is service in Windows, which will stop to work if .NET Framework 3.0 is installed via svcpack. When this service is broken it cause that after logon Windows is unresponsive about 5-10 minutes. You can check if service is working by clicking on Start-Run and type "services.msc".

Cheers ;)

Link to comment
Share on other sites

i have tried to do the same once and what happened to me was that it would run xp with classic theme and some other services not working, internet explorer would never run, so i just put the frameworks to run witn gui runonce on first login and wmp11

Link to comment
Share on other sites

ic. Well I don't use the WebClient svc anyway, I've found it's disabled. otoh, yeh, 3.5 wasn't installed properly, and from what I see if it's an addin then it's installing via svcpack right? which means we can only slipstream up to .net 2.0 so far?

Link to comment
Share on other sites

  • 1 month later...
  • 1 year 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...