Jump to content

giuliano

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by giuliano

  1. This is my win2k svcpack.inf; not all update are installed but ie dirtectx an WMP are ok ;Windows 2000 [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=0 BuildNumber=2195 [SetupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] "ie6setup.exe /Q:A /R:N" "MP9ita.exe /Q:A /R:N" "dxsetup.exe /silent" KB823559.exe -u -z –q KB823182.exe -u -z –q KB824105.exe -u -z –q Q828026.exe /passive /norestart /quiet KB826232.exe /passive /norestart /quiet KB825119.exe -u -z –q KB828035.exe /passive /norestart /quiet KB329115.exe /passive /norestart /quiet KB828749.exe /passive /norestart /quiet "Q832483.exe /C:""dahotfix.exe /q /n"" /q:a" KB835732.exe /passive /norestart /quiet KB828741.exe /passive /norestart /quiet KB837001.exe /passive /norestart /quiet KB839645.exe /passive /norestart /quiet KB841533.exe /passive /norestart /quiet KB841872.exe /passive /norestart /quiet KB840987.exe /passive /norestart /quiet KB841356.exe /passive /norestart /quiet KB841873.exe /passive /norestart /quiet KB842526.exe /passive /norestart /quiet KB840315.exe /passive /norestart /quiet KB870669.exe /Q:A /R:N KB885835.exe /passive /norestart /quiet KB885836.exe /passive /norestart /quiet KB871250.exe /passive /norestart /quiet KB885492.exe /passive /norestart /quiet KB873339.exe /passive /norestart /quiet KB890175.exe /passive /norestart /quiet KB873333.exe /passive /norestart /quiet KB888113.exe /passive /norestart /quiet KB885250.exe /passive /norestart /quiet KB891781.exe /passive /norestart /quiet KB842773.exe /passive /norestart /quiet KB894320.exe /passive /norestart /quiet KB890859.exe /passive /norestart /quiet KB893086.exe /passive /norestart /quiet KB893066.exe /passive /norestart /quiet KB833989.exe /Q:A /R:N KB890923.exe /passive /norestart /quiet KB820888.exe -u -z -q KB822831.exe -u -z -q KB823980.exe -u -z -q KB824151.EXE /q KB887797.exe /q /n /z "dotnetfx.exe /q /c:""msiexec /I netfx.msi /qn""" "KB867460.exe /Q /I" KB886903.exe /Q "langpack.exe /q /c:""msiexec /I langpack.msi /qn""" "KB867460.exe /qb" Java5u2.exe qchain.exe Giuliano Please use codebox tag for such a long post. Thank you
  2. Ok this is true, I forgotten to show my batch file, in svcpack.inf I call sub-routine floppy.cmd that run update.cmd form floppy update.cmd: FOR %%i IN (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:\CDROMSP4.TST SET CDROM=%%i: ECHO. ECHO Installazione hotfix start /wait %CDROM%\I386\svcpack\Update\js56nit.exe /Q:A /R:N start /wait %CDROM%\I386\svcpack\Update\KB823353.exe /Q /O /N /Z ECHO. ECHO Installazione .Net Framework start /wait %CDROM%\I386\svcpack\Update\dotnetfx.exe /q:a /c:"install /l /q" ECHO. ECHO Installazione .Net Framework 1.1 SP1 start /wait %CDROM%\I386\svcpack\Update\KB867460.exe /qb ECHO. ECHO Rimuovo ASP.NET User Account creato da .NET Framework 1.1 net user aspnet /delete start /wait %CDROM%\I386\svcpack\Update\KB886903.exe /qi ECHO. ECHO Installazione .Net Framework language pack start /wait %CDROM%\I386\svcpack\Update\langpack.msi /qn ECHO. ECHO Installazione Flash player 7.0.19 start /wait %CDROM%\I386\svcpack\Update\Flash.EXE %SystemRoot%\regedit /s a:\gdi.reg %SystemRoot%\regedit /s a:\trucchi.reg EXIT My error is try to install KB814078 and KB823353 during T13 minute stage whit batch file? What about KB824105, KB823182, 823559 hotfixes? Entryes are in scvpack.inf and installed before possible error whit KB814078 and KB823353 hotfixes. Giuliano
  3. Hi guys, i try to make win2k unattended. All works fine but when I check Win dows Update not all updates are installed. Here my svcpack.inf ;Windows 2000 [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=0 BuildNumber=2195 [SetupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] "ie6setup.exe /Q:A /R:N" "MP9ita.exe /Q:A /R:N" "dxsetup.exe /silent" KB329115.exe /passive /norestart /quiet KB820888.exe -u -z -q KB822831.exe -u -z -q KB823182.exe -u -z –q KB823559.exe -u -z –q KB823980.exe -u -z -q KB824105.exe -u -z –q KB824151.EXE /q KB825119.exe -u -z –q KB826232.exe /passive /norestart /quiet KB828035.exe /passive /norestart /quiet KB828741.exe /passive /norestart /quiet KB828749.exe /passive /norestart /quiet KB833989.exe /Q:A /R:N KB835732.exe /passive /norestart /quiet KB837001.exe /passive /norestart /quiet KB839645.exe /passive /norestart /quiet KB840315.exe /passive /norestart /quiet KB840987.exe /passive /norestart /quiet KB841356.exe /passive /norestart /quiet KB841533.exe /passive /norestart /quiet KB841872.exe /passive /norestart /quiet KB841873.exe /passive /norestart /quiet KB842526.exe /passive /norestart /quiet KB842773.exe /passive /norestart /quiet KB870669.exe /Q:A /R:N KB871250.exe /passive /norestart /quiet KB873333.exe /passive /norestart /quiet KB873339.exe /passive /norestart /quiet KB885250.exe /passive /norestart /quiet KB885492.exe /passive /norestart /quiet KB885835.exe /passive /norestart /quiet KB885836.exe /passive /norestart /quiet KB887797.exe /q /n /z KB888113.exe /passive /norestart /quiet KB890175.exe /passive /norestart /quiet KB890859.exe /passive /norestart /quiet KB890923.exe /passive /norestart /quiet KB891781.exe /passive /norestart /quiet KB893066.exe /passive /norestart /quiet KB893086.exe /passive /norestart /quiet KB893803.exe /passive /norestart /quiet Q828026.exe /passive /norestart /quiet "Q832483.exe /C:""dahotfix.exe /q /n"" /q:a" Java2.exe floppy.cmd qchain.exe Updates not installed are: KB823353, KB825119, KB824105, KB823182, 823559, 814078. 818043. I sorted KB* entryes, can be this my error? Giuliano
  4. For italian guys [RegionalSettings] LanguageGroup=1 SystemLocale=00000410 UserLocale=00000410 InputLocale=00000410 per le altre cose scrivimi in privato perchè non ho capito molto bene il problema che ti si presenta. Giuliano
  5. Thanks boooggy for reply but Is this the only way to integrate IESP1 on win2k?
  6. No one can help me? Giuliano
  7. Hi to all forum members, i'm a junior sys admin in an italian school. I try to make an unattended installation of win2k, but i've got some doubts: i've integrated all hotfix from topic HOTFIXES: Win2000 SP4 – WinXP SP1 – WinXP SP2; at the begining i've read that WITH IE 6 & WMP 9 & DirectX 9.0c & MSN Messenger 6.2.0205 installed so i don't understand how i've to integrate IESP1 before the hotfix. Hotfix are integrated by svcpack.inf (obviusly) and if i try to install iesp1 via [GuiRunOnce] with a cmd file, ie is always istalled after hotfix. I've also read W2K IE6SP1 Total Slipstream topic and i've understanded that i have to replace some files, and so integrate hotfix (i'm right?), but i would not follow this way. I'm wrong? how can i do?
×
×
  • Create New...