Installing .NET Framework 2.0 from SVCPACK
#1
Posted 22 August 2006 - 01:22 PM
How to install .NET Framework 2.0 silently from SVCPACK,
i put the dotnetfx.exe to SVCPACK but i guess there have to be some syntaxs?
Cheers,
pete
#3
Posted 22 August 2006 - 01:43 PM
dotnetfx.exe /q:a /c:"install.exe /qb"
Now, if you extract dotnetfx first, it all comes down to
install.exe /qb
On a side note, I'd recommend doing an administrative installation of the dotnet framework and integrating KB917283 into it.
Edit: Yes, I do recommend RunOnceEx - leave svcpack for the updates.
This post has been edited by legionaire: 22 August 2006 - 01:45 PM
#4
Posted 22 August 2006 - 03:08 PM
#5
Posted 22 August 2006 - 04:07 PM
#6
Posted 22 August 2006 - 04:15 PM
T D, on Aug 22 2006, 03:08 PM, said:
here:
http://www.msfn.org/...showtopic=59614
for this:
Microsoft .NET Framework All-in-One
to run all of the released DotNet including all hotfixes/updates from svcpack.inf; I am typing this on such an install
This post has been edited by RickSteele: 22 August 2006 - 04:18 PM
#7
Posted 22 August 2006 - 05:34 PM
@echo off
SETLOCAL ENABLEEXTENSIONS
FOR /F "tokens=2* delims= " %%A IN ('reg query "HKLM\SYSTEM\Setup" /v SystemSetupInProgress') DO SET SSIP=%%B
IF /I '%SSIP%'=='0x0' SET SSIP=0
IF /I '%SSIP%'=='0x1' (
SET SSIP=1
) ELSE (
SET SSIP=1
)
IF /I '%SSIP%'=='1' (
reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
)
hidec.exe /w msiexec /i netfx2.msi /qn
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d %SSIP% /f
I wrote this. Been using it for a while. It works. Note the second to last line, hidec.exe /w msiexec /i netfx2.msi /qn. I am using that hidec.exe that RogueSpear includes in all of his silent installers. If you don't want to use that, just modify the syntax of that line. Save this script as a .cmd and put it in with your dnfw2 SFX.
#8
Posted 22 August 2006 - 11:08 PM
Silent command: You can extract the EXE and create a SFX with the following arguments:
Setup=install.exe /q /1033
TempMode
Silent=1
Overwrite=1
Or: You can use the original EXE to install .NET Framework 2.0 by its MSI directly:
dotnetfx.exe /q /c:"msiexec.exe /i netfx.msi ADDEPLOY=1 /qn"
The reference for MSI idea.
PreNTFX.reg said:
[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"SystemSetupInProgress"=dword:00000000
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DW]
PostNTFX.reg said:
[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"SystemSetupInProgress"=dword:00000001
The reg entries were provided by GreenMachine, if I remember correctly.
#9
Posted 23 August 2006 - 12:19 AM
#10
Posted 23 August 2006 - 03:14 AM
#11
Posted 23 August 2006 - 04:36 AM
#12
Posted 23 August 2006 - 06:00 AM
#13
Posted 24 August 2006 - 07:22 AM
i ahve a question pls do help me or guide me in this i have tried to make my own xp cd and all goes fine. i have integrate sp2 latest version and even wm10 but the prob now is the net frame v 2.0 i want to know how to integrate this netframe and guide or step by step tutor for this i have download a netframe v2.0 7 zip set up file but i dont know how to integrate that into N lite any1 here can let me know it would be mucly appreciate
Thanks
Maran
#14
Posted 24 August 2006 - 12:13 PM
And RogueSpear has all the dot net addons you need http://www.msfn.org/...showtopic=59614
This post has been edited by ricktendo64: 24 August 2006 - 12:14 PM
#15
Posted 26 August 2006 - 09:35 AM
during my cd installation i always have to enter computer name and user thats can it be done unatteded and one more is the workgroup domain thing its so anoying how to by pass it without entering anything during installation
Any1
Thanks
maran
#16
Posted 27 August 2006 - 11:02 AM
- just double click, then with 1 click it will install everything (One-Click Installer).
- install silently, with or without progressbars, you can even choose (not) to keep the extraction progressbar.
- install silently @T13 (SVCPACK or RunOnceEx or whatever, I use RunOnceEx@T13).
If anyone is interested, after wednesday I'll put it on my site, Dutch and English version, incl 1.1 or only 2.0 (so 2 versions in Dutch and 2 in English language), so you can use it. It's a fast and clean method, just extract and install, no bul*****
This post has been edited by ZileXa: 27 August 2006 - 11:03 AM
#17
Posted 27 August 2006 - 02:45 PM
#18
Posted 28 August 2006 - 05:53 AM
http://www.msfn.org/...showtopic=75109
Sorry for giving an alternative link than to what you worked at ZilaXa.
#19
Posted 25 September 2006 - 05:14 AM
why if I run silent instalation of Net framework 2.0 from RunOnceEx my system doesn`t start. It normally boots and very close to showing my desktop I get error message "System not completely installed, please run setup again" I know what it causes as explained here: Framework 2.0 but I need to know what to do to eliminate it...
This post has been edited by embe: 25 September 2006 - 07:11 AM
#20
Posted 25 September 2006 - 04:49 PM
- ← dvd playback media player 10
- Unattended Windows 2000/XP/2003
- installation with programs serial numbers →



Help

Back to top









