blarcum Posted October 24, 2004 Posted October 24, 2004 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 offTITLE Automatische installatie van Windows XP Servicepak 2 en alle favoriete toepassingenECHO.ECHO///////////////////////////////////////////////////////////////////////////////////////////ECHO Welkom bij de automatische installatie van Windows XP Servicepack 2 en alle favorieteECHO programma's. Even geduld a.u.b.Echo///////////////////////////////////////////////////////////////////////////////////////////ECHO.ECHO Bezig met het installeren van Office XP ProfessionalECHO 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 2004ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\Northon Internet Security\NAV\NAV.msi /QBECHO.ECHO Bezig met installeren van Kaaza Lite K-plus-plus 2.43ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\Kazaa Lite\2_2_KaZaA Lite 2.4.3 [K++ Edition] Nederlands.exe /silentECHO.ECHO Bezig met installeren van Adobe Acrobat Reader 6.0ECHO 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 MachineECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Java Virtual Machine\MSJavaVM_3810.exeECHO.ECHO Bezig met installeren van NeroECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\Nero\Nero63125.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SNECHO.ECHO Bezig met registreren van Nero REGEDIT /S %systemdrive%\install\Applications\Nero\register.regECHO.ECHO.ECHO Bezig met installeren van Ad-Aware 6 Build 180ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\AdAware\Adaware 6180.exe /sECHO.ECHO Bezit met installeren van SpybotECHO een moment geduld a.u.b....start /wait %systemdrive%\install\Applications\Spybot\spybotsd13.exe /s=====================================================Just see the enclosure to look after my directory structureCan somebody tell my why i can install Nero 6 and Spybot and i cannot install the rest of the applications?Directory_structure.doc
BritishBulldog Posted October 24, 2004 Posted October 24, 2004 Hicommands that have blank spaces between them for examplestart /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 offTITLE Automatische installatie van Windows XP Servicepak 2 en alle favoriete toepassingenECHO.ECHO///////////////////////////////////////////////////////////////////////////////////////////ECHO Welkom bij de automatische installatie van Windows XP Servicepack 2 en alle favorieteECHO programma's. Even geduld a.u.b.Echo///////////////////////////////////////////////////////////////////////////////////////////ECHO.ECHO Bezig met het installeren van Office XP ProfessionalECHO 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 2004ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\NorthonInternetSecurity\NAV\NAV.msi /QBECHO.ECHO Bezig met installeren van Kaaza Lite K-plus-plus 2.43ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\KazaaLite\2_2_KaZaA Lite 2.4.3 [K++ Edition] Nederlands.exe /silentECHO.ECHO Bezig met installeren van Adobe Acrobat Reader 6.0ECHO 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 MachineECHO een moment geduld a.u.b...start /wait %systemdrive%\install\JavaVirtualMachine\MSJavaVM_3810.exeECHO.ECHO Bezig met installeren van NeroECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\Nero\Nero63125.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SNECHO.ECHO Bezig met registreren van Nero REGEDIT /S %systemdrive%\install\Applications\Nero\register.regECHO.ECHO.ECHO Bezig met installeren van Ad-Aware 6 Build 180ECHO een moment geduld a.u.b...start /wait %systemdrive%\install\Applications\AdAware\Adaware6180.exe /sECHO.ECHO Bezit met installeren van SpybotECHO een moment geduld a.u.b....start /wait %systemdrive%\install\Applications\Spybot\spybotsd13.exe /sbut dont forget to change your directory structureand look at Adaware6180.exe too
blarcum Posted October 24, 2004 Author Posted October 24, 2004 What do you mean by "change your directory structure", what is wrong about it and what is wrong about Adaware?
BritishBulldog Posted October 24, 2004 Posted October 24, 2004 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....
blarcum Posted October 24, 2004 Author Posted October 24, 2004 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now