Jump to content

Recommended Posts

Posted

I have just finished my unattended Windows XP Service Pack 2 DVD. Yesterday I have tested this DVD on MS Virtual PC. The installing of Windows XP is going well but when my setup.cmd is trying to install my applications i have some problems.

The only applications the setup.cmd can install are Nero 6 and Spybot.

I will give some information about my setup.cmd

=====================================================

cls

@echo off

TITLE Automatische installatie van Windows XP Servicepak 2 en alle favoriete toepassingen

ECHO.

ECHO///////////////////////////////////////////////////////////////////////////////////////////

ECHO Welkom bij de automatische installatie van Windows XP Servicepack 2 en alle favoriete

ECHO programma's. Even geduld a.u.b.

Echo///////////////////////////////////////////////////////////////////////////////////////////

ECHO.

ECHO Bezig met het installeren van Office XP Professional

ECHO een moment geduld a.u.b....

start /wait %systemdrive%\install\Applications\Office XP\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Bezig met het installeren van Northon Internet Security 2004

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Applications\Northon Internet Security\NAV\NAV.msi /QB

ECHO.

ECHO Bezig met installeren van Kaaza Lite K-plus-plus 2.43

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Applications\Kazaa Lite\2_2_KaZaA Lite 2.4.3 [K++ Edition] Nederlands.exe /silent

ECHO.

ECHO Bezig met installeren van Adobe Acrobat Reader 6.0

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Applications\Adobe Acrobat Reader 6\AdbeRdr60_enu.exe -p"-s /v\"/qn\""

ECHO.

ECHO Bezig met installeren van Java Virtual Machine

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Java Virtual Machine\MSJavaVM_3810.exe

ECHO.

ECHO Bezig met installeren van Nero

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Applications\Nero\Nero63125.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN

ECHO.

ECHO Bezig met registreren van Nero

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

ECHO.

ECHO.

ECHO Bezig met installeren van Ad-Aware 6 Build 180

ECHO een moment geduld a.u.b...

start /wait %systemdrive%\install\Applications\AdAware\Adaware 6180.exe /s

ECHO.

ECHO Bezit met installeren van Spybot

ECHO een moment geduld a.u.b....

start /wait %systemdrive%\install\Applications\Spybot\spybotsd13.exe /s

=====================================================

Just see the enclosure to look after my directory structure

Can somebody tell my why i can install Nero 6 and Spybot and i cannot install the rest of the applications?

Directory_structure.doc


Posted

Hi

commands that have blank spaces between them for example

start /wait %systemdrive%\install\Applications\Office[color=red] [/color]XP\setup.exe TRANSFORMS=Unattended.MST /qb-

between Office and XP, should be between "

so ist should read

start /wait "%systemdrive%\install\Applications\Office XP\setup.exe TRANSFORMS=Unattended.MST /qb-"

better is to get rid of all spaces

=====================================================
cls
@echo off
TITLE Automatische installatie van Windows XP Servicepak 2 en alle favoriete toepassingen

ECHO.
ECHO///////////////////////////////////////////////////////////////////////////////////////////
ECHO Welkom bij de automatische installatie van Windows XP Servicepack 2 en alle favoriete
ECHO programma's. Even geduld a.u.b.
Echo///////////////////////////////////////////////////////////////////////////////////////////

ECHO.
ECHO Bezig met het installeren van Office XP Professional
ECHO een moment geduld a.u.b....
start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.
ECHO Bezig met het installeren van Northon Internet Security 2004
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\Applications\NorthonInternetSecurity\NAV\NAV.msi /QB

ECHO.
ECHO Bezig met installeren van Kaaza Lite K-plus-plus 2.43
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\Applications\KazaaLite\2_2_KaZaA Lite 2.4.3 [K++ Edition] Nederlands.exe /silent

ECHO.
ECHO Bezig met installeren van Adobe Acrobat Reader 6.0
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\Applications\AdobeAcrobatReader6\AdbeRdr60_enu.exe -p"-s /v\"/qn\""

ECHO.
ECHO Bezig met installeren van Java Virtual Machine
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\JavaVirtualMachine\MSJavaVM_3810.exe

ECHO.
ECHO Bezig met installeren van Nero
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\Applications\Nero\Nero63125.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN

ECHO.
ECHO Bezig met registreren van Nero
REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg
ECHO.

ECHO.
ECHO Bezig met installeren van Ad-Aware 6 Build 180
ECHO een moment geduld a.u.b...
start /wait %systemdrive%\install\Applications\AdAware\Adaware6180.exe /s

ECHO.
ECHO Bezit met installeren van Spybot
ECHO een moment geduld a.u.b....
start /wait %systemdrive%\install\Applications\Spybot\spybotsd13.exe /s

but dont forget to change your directory structure

and look at Adaware6180.exe too

Posted

I meant change the directory names so that there are no more gaps between them to match the setup.cmd that i wrote.

the Adaware i changed to read 'Adaware6180.exe' and not 'Adaware 6180.exe' You need to change that too....

Posted

Thank you very much for being loud and clear. I follow you're instructions and most of the problems i had have been solved.

I have just one problem with installation of Norton. Maybe I have to install this application in the normal way.

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