Jump to content

Start x problem


Recommended Posts


Here I Changed What You Have It Should Work Fine As Long As You Have The Correct Locations

@echo off && CLS && Color F2 && Mode 59,9 && TITLE Windows XP SP2 - Unattended Installation

Set CD1=%systemdrive%\install\

ECHO. && ECHO Over the next few minutes you will see automated

ECHO installations of various sofware applications, and

ECHO windows updates, and registry tweaks being implemented.

ECHO The computer will restart automatically

ECHO once the whole process has finished! && ECHO.

set /p = Press Key To Go On

CLS && Mode 55,4 && color 7B && Title Installing Software

ECHO. && ECHO Installing DVD Decrypter

ECHO Please wait...

start /w %CD1%DVD Decrypter\SetupDVDD.exe /S/NCRC

ECHO. && ECHO Installing DVD2one

ECHO Please wait...

start /w %CD1%DVD2one\DVD2one.exe /S/NCRC

ECHO. && ECHO Installing Isobuster

ECHO Please wait...

start /w %CD1%Isobuster\Setup.exe /VERYSILENT/SP/NOCANCEL/NORESTART

ECHO. && ECHO Installing Shareaza

ECHO Please wait...

start /w %CD1%Shareaza\Setup.exe /VERYSILENT/SP/NOCANCEL/NORESTART

ECHO. && ECHO Installing Codec Pack

ECHO Please wait...

start /w %CD1%Codec Pack\Setup.exe /VERYSILENT/SP/NOCANCEL/NORESTART

ECHO. && ECHO Installing TMPG Enc

ECHO Please wait...

start /w %CD1%TMPG\Enc\i setup.msi/qb

ECHO. && ECHO Installing TMPG DVD Author

ECHO Please wait...

start /w %CD1%TMPG\DVD Author\i setup.msi/qb

ECHO. && ECHO Installing TMPG MPEG Editor

ECHO Please wait...

start /w %CD1%TMPG\MPEG Editor\i setup.msi/qb

ECHO. && ECHO Installing iTunes

ECHO Please wait...

start /w %CD1%iTunes\i setup.msi/qb

ECHO. && ECHO Installing Adobe Reader 6

ECHO Please wait...

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

ECHO. && ECHO Installing Microsoft JavaVM - Build 3810

ECHO Please wait...

start /w %CD1%JavaVM\MSJavaVM_3810.exe

ECHO. && ECHO Installing MSN Messenger 6.2.0137

ECHO Please wait...

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

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

ECHO Please wait...

start /w %CD1%NetFramework\netfxsp1.exe /qb

Echo. && Echo Completed The Software Install && ping -n 4 127.0.0.1>nul

Edited by gunsmokingman
Link to comment
Share on other sites

ECHO Installing .NET Framework v1.1
ECHO Please wait...
start/wait %systemdrive%\install\NetFramework\netfxsp1.exe /qb
ECHO.

If you are using RyanVM's repackaged .Net Framework installer that includes SP1, it is already silent. Just run the installer, no switches needed. Remove "/qb" from the end of the line and it should work perfectly.

ECHO Installing Microsoft JavaVM - Build 3810
ECHO Please wait...
start/wait %systemdrive%\install\JavaVM\MSJavaVM_3810.exe
ECHO.

I'm not at all familiar with Microsoft's Java Virtual Machine, so I won't be much help with this one. I did find a guide (I believe it was written by MSFN Member baliktad) posted here that may be of assistance. Don't know whether you've seen it before or not.

If you are not 100% comitted to Microsoft's version, RyanVM has also created a switchless installer for Sun Java2 Runtime Environment 5.0 that can be downloaded here.

Good luck, I hope this helps. :)

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