greg677 Posted August 7, 2008 Posted August 7, 2008 hey guys it there any way to install all of the .NET Frameworks at T-13 of the XP Setup because ive tried it with1.01.0-SP31.1 (Made .NET Silent maker)1.1-SP11.1-SP1 V22.0 (Made .NET Silent maker)3.03.5 Full Versionbut it only installs 1.0 and the rest do not i have also put in these commands "\q and \norestart"any ideas?
radix Posted August 7, 2008 Posted August 7, 2008 hey guys it there any way to install all of the .NET Frameworks at T-13 of the XP Setup because ive tried it with1.01.0-SP31.1 (Made .NET Silent maker)1.1-SP11.1-SP1 V22.0 (Made .NET Silent maker)3.03.5 Full Versionbut it only installs 1.0 and the rest do not i have also put in these commands "\q and \norestart"any ideas?You need to import a registry key (place it on the top of your script):REG ADD "HKLM\SYSTEM\Setup" /v "SystemSetupInProgress" /t REG_DWORD /d "0" /for use this addon
deda Posted August 7, 2008 Posted August 7, 2008 Just a curiosity: what kind of app to install at T-13? I think that some apps that require reboots or some that require a download from the Internet and some little utilities are enough, because if you use some app like nLite to reduce the size of source, CD/DVD, and the time used to install the OS, IMHO, there's no sense to include apps that require a large amount of time, and space. Also believe that everybody has a "logic flow" or order in mind to install the apps after the OS installation, and this logical determines what must be included or not on the source CD/DVD.Of course, English isn't my native idiom.
mazmorbid Posted August 7, 2008 Posted August 7, 2008 The way I do it is with RunOnceEx:REG ADD %KEY%\001 /VE /D "Core Operating System Updates" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\dotnetfx.exe" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\NDP1.1sp1-KB867460-X86.exe /Q" /fREG ADD %KEY%\003 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\NDP1.1sp1-KB928366-X86.exe /Q" /fREG ADD %KEY%\004 /V 1 /D "%systemdrive%\SOFTWARE\INSTALL\FrameworkNET\Framework3.5_Eng.exe /quiet /NoRestart" /fdotnetfx.exe I made with iexpress as a silent install, Framework 3.5 is the 197mb full version ...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now