Jump to content

HeLp Needed


Recommended Posts

CLS

@echo off

TITLE jOhn-e's Windows XP SP1 - Unattended Installation

ECHO.

ECHO Over the next few minutes you will see how much of a legend i am

ECHO in making this Windows Installation hehe =)

ECHO The computer will restart automatically

ECHO once the whole process has finished!

ECHO.

ECHO Removing useless shortcuts...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

ECHO.

ECHO Starting installation of Drivers

ECHO.

ECHO Installing Netcomm ADSL Modem Drivers

ECHO Please Wait...

start /wait %systemdrive%\drivers\000_network\Setup.exe /s

ECHO.

ECHO Installing NVidia DET Drivers

ECHO Please Wait...

start /wait %systemdrive%\drivers\001_graphics\Setup.exe /s

ECHO.

ECHO Installing SB LIVE! Drivers

ECHO Please Wait...

start /wait%systemdrive%\drivers\002_sound\setup.exe /s

ECHO Starting installation of Applications

ECHO.

ECHO Installing MSN Messenger

ECHO Please wait...

start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

ECHO.

ECHO Install MSN Messenger Plus

ECHO Please Wait...

start /wait %systemdrive%\install\MSNPlus\MsgPlus254.exe /SilentInstallNoSponsor

ECHO.

ECHO Installing ICQ Pro 2003

ECHO Please Wait...

start /wait%systemdrive%\install\ICQ\icq.exe /s

pskill icq.exe

ECHO.

ECHO Installing Winamp

start /wait%systemdrive%\install\Winamp\winamp.exe /s

ECHO Installing TweakUI 2.10 Powertoy

ECHO Please wait...

start /wait %systemdrive%\install\PowerToys\TweakUI.msi /qb

ECHO.

ECHO Installing TweakUI 2.10 Powertoy

ECHO Please wait...

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

ECHO.

ECHO Registering Nero Burning ROM...

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

ECHO.

ECHO Registering Nero Burning ROM...

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

ECHO.

ECHO Installing Nero Burning ROM v6.3.1.6

ECHO Please wait...

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

ECHO.

ECHO Applying Registry Tweaks...

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

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, 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%\Drivers

RD /S /Q %systemdrive%\install

EXIT

Do u guy see anything wrong ??

It wont work for me for some reasons :)

Link to comment
Share on other sites


1st does that winamp need to be pskilled as well?

this shouldn't matter but u're executing the nero's registry twice.. as well as tweakui with different switches??

and what's not working?

Link to comment
Share on other sites

if the TweakUI you're using is truly a MSI then /qn is fine. It was just a doulbe entry, just like nero's reg.

as for pskill.....you could jsut as well use taskkill/

taskkill /i (processtokilll)

so what doens't work? or did you just want us to critique it?

Link to comment
Share on other sites

just wanted u guy to have a look at it since it was my first and it didnt seem like it worked when i tested it...

ill test it out later tonight and see how it goes

thanks alot for your help

Link to comment
Share on other sites

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