Jump to content

Recommended Posts

Posted

as the title says WMP10 - msn messenger and java install, but nothing else does.

also screen resolution sets to 8-bit and 1152x864????? (anything to do with it being virtual pc on the screen settings?)

I've left the .sif and start command copies

any ideas?

cheers

Lee

WINNT_START.txt


Posted

1. Maybe your batch-file is not saves as ANSI text.

2. Check if the relevant files/folders are present on the HD at all, during the START.CMD's run.

3. You can use ryanvm's packs for adobe acrobat reader (updated to 6.02), and JRE and .NET

4. MSN messenger has been updated - 6.0 is not the best version to use. :P

Posted

I have Redit Your File

Hope This Works Better The Stuff In Red Was a Correction

I would recommend putting this in A to Z Order For The Install

@echo off

cls

color 9f

mode con: Cols=67 Lines=8

TITLE Windows XP SP2 - Unattended Installation

> Rest1.vbs echo Wscript.sleep 925

> Rest2.vbs echo Wscript.sleep 1925

set R1=start /w Rest1.vbs

set R2=start /w Rest2.vbs

set SD1=%systemdrive%\install\

ECHO.

ECHO Over the next few minutes you will see automated installations && ECHO of various sofware applications, windows updates, and registry

ECHO tweaks being implemented. The computer will restart automatically && ECHO once the whole process has finished!

%R2%

:Nebula

ECHO. && ECHO Installing Nebula DigiTV

ECHO Please wait...

start/w %SD1%Applications\Nebula\SETUP.exe /s

ECHO.

cls && echo. && echo Completed! && %R1%

:AdobeReader6

ECHO Installing Adobe Reader 6

ECHO Please wait...

start/w %SD1%Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

cls && echo. && echo Completed! && %R1%

:MSJavaVM

ECHO Installing Microsoft JavaVM - Build 3810

ECHO Please wait...

start/w %SD1%JavaVM\MSJavaVM_3810.exe

cls && echo. && echo Completed! && %R1%

::MsnMsgs

ECHO Installing MSN Messenger 6.0.0602 Final && ECHO Please wait...

start/w %SD1%MSN\MsnMsgs.msi /QB

cls && echo. && echo Completed! && %R1%

::THIS WAS MIXED IN WITH THE TOP ONE

:NetFramework

ECHO Installing .NET Framework v1.1 && ECHO Please wait...

start/w %SD1%NetFramework\netfx.msi /qb

cls && echo. && echo Completed! && %R1%

:WMP10

ECHO Installing Windows Media Player 10 && ECHO Please wait...

start/w %SD1%WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

cls && echo. && echo Completed! && %R1%

:WinRAR

ECHO Installing WinRAR 3.20

ECHO Please wait...

start/w %SD1%Applications\WinRAR\wrar33b5.exe /s

cls && echo. && echo Completed! && %R1%

:j2re

ECHO Installing Sun Java VM 1.4.2

ECHO Please wait...

start/w j2re-1_4_2_06-windows-i586.exe /s /v/qn

::THIS ONE HAD NO LOCATION

start/w %SD1%j2re-1_4_2_06-windows-i586.exe /s /v/qn

::MAKE SURE IT IN THIS LOCATION I ADDED THIS SD1=%systemdrive%\install\

cls && echo. && echo Completed! && %R1%

:DX9

ECHO Installing Direct X 9.0c && ECHO Please wait...

start/w %SD1%hotfixes\dx9c\dxwsetup.exe /silent

cls && echo. && echo Completed! && %R1%

:Nero1

ECHO Registering Nero Burning ROM...

REGEDIT/S %SD1%Applications\Nero\register.reg

cls && echo. && echo Nero Registartion Completed?! && %R1%

:Nero2

ECHO Installing Nero Burning ROM v6.3.1.1.7 && ECHO Please wait...

start/w %SD1%Applications\Nero\Nero63117.exe /silent /noreboot /no_ui /sn= xxxx-0xxx-xxxx-xxxx-0xxx-xxxx/write_sn

cls && echo. && echo Completed! && %R1%

:Nero3

ECHO Installing Nerovision Express v2.1.2.1.8 && ECHO Please wait...

start/w %SD1%Applications\Nero\NerovisionExpress21218.exe /silent /noreboot

cls && echo. && echo Completed! && %R1%

:Office

ECHO Installing Office 2003 Professional && ECHO Please wait...

start/w %SD1%Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

cls && echo. && echo Completed! && %R1%

:Frontpage

ECHO Installing Frontpage 2003 Professional

ECHO Please wait...

start/w %SD1%Applications\Frontpage2003\setup.exe TRANSFORMS=Unattended.MST /qb-

cls && echo. && echo Completed! && %R1%

:ZAReg

ECHO Applying Registry Tweaks...

REGEDIT/S %SD1%RegTweaks.reg

cls && echo. && echo Registry Tweaks Completed?! && %R1%

:ZClean

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!"

cls && echo. && echo Processing The Last Command! && %R1%

:ZFinal

ECHO. && ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

cls && echo. && echo Removing The Folder from Install! && %R1%

del Rest*.vbs

ping -n 1 .127.0.0.1>nul

EXIT

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