Jump to content

Recommended Posts

Posted

start .cmd - change language version (_PLK )

CLS

@echo off

TITLE Windows XP SP1a - Unattended Installation

ECHO.

ECHO Over the next few minutes you will see automated installations of various sofware applications.

ECHO Windows Updates, and Registry Tweaks being implemented.

ECHO The computer will restart automatically once the whole process has finished!

ECHO.

ECHO Installing System Components...

ECHO.

ECHO Copying deluser utility...

COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"

ECHO.

ECHO Copying psshutdown utility...

COPY "%systemdrive%\Install\Tools\psshutdown.exe" "%systemroot%\"

ECHO.

ECHO Installing TweakUI 2.10 Powertoy...

ECHO Please wait...

start /wait %systemdrive%\install\Powertoys\TweakUI.msi /qn

ECHO.

ECHO Installing Task Switcher Powertoy...

ECHO Please wait...

start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qn

ECHO.

ECHO Installing nVidia Detonator...

ECHO Please wait...

start /wait %systemdrive%\install\Detonator56_72\setup.exe -b -s

ECHO Installing .NET Framework v1.1...

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\netfx.msi /QB

ECHO Installing .NET Framework v1.1 langpack...

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\langpack\langpack.msi /QB

ECHO Installing .NET Framework v1.1 langpack_postcore...

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\langpack_postcore\langpack.msi /QB

ECHO.

ECHO Installing Windows Media Player 9...

ECHO Please wait...

start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N

ECHO.

ECHO Installing MDAC...

ECHO Please wait...

start /wait %systemdrive%\install\MDAC\MDAC_TYP.EXE /Q:A /C:"dasetup /Q /N"

ECHO.

ECHO Installing Sun Java VM 1.4.2...

ECHO Please wait...

start /wait %systemdrive%\install\Applications\SunJava\j2re-1_4_2_03-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

ECHO.

ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...

net user aspnet /delete

ECHO.

ECHO Applying Hotfixes...

ECHO.

ECHO Installing Q832483 MDAC x86...

start /wait %systemdrive%\install\Hotfixes\PLK_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

ECHO.

ECHO Installing ASN.1 Vulnerability...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB828028-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Update for Windows Media Player URL Script Command...

start /wait %systemdrive%\install\Hotfixes\WindowsMedia-KB828026-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Q819639...

start /wait %systemdrive%\install\Hotfixes\WindowsMedia9-KB819639-x86-PLK.exe /Q:A /R:N

ECHO.

ECHO Installing KB826942...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB826942-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing KB829558 Jet SP8...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB829558-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing KB822603 Availability of the Windows XP SP1 USB 1.1 and 2.0 Update...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB822603-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Q821253 Windows Error Reporting Update...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821253-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing KB820291 New "Set Program Access and Defaults" Start Menu Icon and Help Content Available...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820291-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Q817778 Advanced Networking Pack for Windows XP...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB817778-x86-PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Q814995...

start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing IE6.0sp1 Update...

start /wait %systemdrive%\install\Hotfixes\q820223.exe /Q:A /R:N

ECHO.

ECHO Installing Q322011 Fax Console...

start /wait %systemdrive%\install\Hotfixes\Q322011_WXP_SP2_x86_PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing Journal_Viewer...

start /wait %systemdrive%\install\JournalViewer\Microsoft_Windows_Journal_Viewer.msi /qb

ECHO.

ECHO Installing Q327979...

start /wait %systemdrive%\install\Hotfixes\Q327979_WXP_SP2_x86_PLK.exe /Q /N /Z /O

ECHO.

ECHO Installing KB828741 Zbiorcza poprawka dla Microsoft RPC_DCOM...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB828741-x86-PLK.EXE /Q /N /Z /O

ECHO.

ECHO Installing IE6.0sp1 Update...

start /wait %systemdrive%\install\Hotfixes\Q831167.exe /Q:A /R:N

ECHO.

ECHO Installing KB835732 Poprawka zabezpieczeñ dla Microsoft Windows...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB835732-x86-PLK.EXE /Q /N /Z /O

ECHO.

ECHO Installing KB837001 Usterka w MS Jet Database Engine mo¿e zezwoliæ na wywo³anie kodu...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB837001-x86-PLK.EXE /Q /N /Z /O

ECHO.

ECHO Installing KB837009 Zbiorcza poprawka zabezpieczeñ dla Outlook Express...

start /wait %systemdrive%\install\Hotfixes\KB837009-x86-PLK.exe /Q:A /R:N

ECHO.

ECHO Installing KB832353 Windows Media Player Update...

start /wait %systemdrive%\install\Hotfixes\WindowsMedia-KB832353-PLK.exe /Q /N /Z /O

ECHO.

ECHO Starting installation of Applications...

ECHO.

ECHO Installing Adobe Reader 6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\AR6.msi /QB

ECHO.

ECHO Installing Flashget 1.6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Flashget\fgf160.exe /S

ECHO.

ECHO Registering Flashget 1.6...

REGEDIT /S %systemdrive%\install\Applications\Flashget\register.reg

ECHO.

ECHO Installing WinRAR 3.30

ECHO Please wait...

start /wait %systemdrive%\install\Applications\WinRAR\wrar330pl.exe /s

ECHO.

ECHO Installing **** NFO Viewer

ECHO Please wait...

start /wait %systemdrive%\install\Applications\DamnNFOViewer\****.msi /qn

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\install\Applications\NeroBurning\register.reg

ECHO.

ECHO Installing Nero Burning ROM v6.3.1.6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\NeroBurning\Nero6316.exe /silent /noreboot

ECHO.

ECHO Removing Wallpapers and Screensavers...

DEL "%systemroot%\*.bmp"

DEL "%systemroot%\Web\Wallpaper\*.jpg"

DEL "%systemroot%\system32\*.scr"

ECHO.

ECHO Installing Office 2003 ...if you really need make O2k3 unattended .

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office11\SETUP.EXE TRANSFORMS=%systemdrive%\install\Applications\Office11\Unattended.MST /qb-

ECHO.

ECHO Applying Registry Tweaks... or not

REGEDIT /S %systemdrive%\install\RegTweaks.reg

ECHO.

ECHO Restarting the PC in 3 minutes...

shutdown.exe -r -f -t 180 -c "Windows XP will now restart in 3 minutes, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\install

EXIT

Registering Nero

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]

"User"="xxxxxxx"

"Company"="hxxxxx"

"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

Registering FlashGet

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\JetCar\JetCar\General]

"RegName"="xxxxx@xxxxx.xxx"

"RegPass"="fgc-gyp0uX72zyk8eTggZiBmNJP1pvINA3PVNMX7JxBb"

"RegDisp"="xxxxxxx"

*************************************

Rollup built-in needed!!!!

*************************************

Promise RAID for Soltek -2RL and eq. controllers/ASUS ,ABIT... never more!!!!!! F6 !!!!! tomarow


Posted

[Version]

Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumber=2600

[setupData]

CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

KB826939.cat

[setupHotfixesToRun]

update.exe -q -n

DX9NTopk.exe

Q832894.exe /Q:A /R:N

q330994.exe /Q:A /R:N

Q828035.exe /Q /N /Z /O

Q825119.exe /Q /N /Z /O

Q828026.exe /Q /N /Z /O

Q824105.exe /Q /N /Z /O

Q823182.exe /Q /N /Z /O

Q824141.exe /Q /N /Z /O

js56npl.exe /Q:A /R:N

qchain.exe

and nothing more in polish version.

Posted

I have nearly the same svcpack.inf. The Funny thing is, that the hotfixes are not shown as installed software, that i can undesrtand, but when i run Windows Update, it says all the hotfixes are not installed.

Is it that MS Update just checks a software entry, or is something wrong with my installation ?!

[Version]Signature="$Windows NT$"
[setupData]CatalogSubDir="i386\Update"
[ProductCatalogsToInstall]
[setupHotfixesToRun]Q330994.exe /Q:A /R:NJS56NDE.exe /Q:A /R:NKB823182.exe /Q /N /Z /OKB824105.exe /Q /N /Z /OKB824141.exe /Q /N /Z /OKB825119.exe /Q /N /Z /OKB826939.exe /Q /N /Z /OKB828028.exe /Q /N /Z /OKB828035.exe /Q /N /Z /OQ832894.exe /Q:A /R:Nqchain.exeQ828026.exe /Q /N /Z /O
Posted

hi,

the next thing to do is to migrate to XPlode to install hotfixes and apps, which looks way more professional than anything else i tried.

U can find XPlode here on the forums - give it a try

cya

Killer Bee

Posted

svcpack.inf :

[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600
[setupData]CatalogSubDir="\I386\SvcPack"
[ProductCatalogsToInstall]
[setupHotfixesToRun]q330994.exe /Q:A /R:Njs56nen.exe /Q:A /R:Nmdac.cmdq823182.exe /Q /O /N /Zq824105.exe /Q /O /N /Zq824141.exe /Q /O /N /Zq825119.exe /Q /O /N /Zq826939.exe /Q /O /N /Zq828028.exe /Q /O /N /Zq828035.exe /Q /O /N /Zq828741.exe /Q /O /N /Zq831167.exe /Q:A /R:Nq832894.exe /Q:A /R:Nq835732.exe /Q /O /N /Zq837001.exe /Q /O /N /Zq837009.exe /Q:A /R:NWMP9MM2.exeq828026.exe /Q /O /N /Zqchain.exeDX9NTopk.exe

Make sure you include all the information under [Version]... also, make sure that under [setupData] the CatalogSubDir is set to the correct directory (in my example, the service packs are on the CD in the folder I386\SvcPack)

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