zedox Posted October 27, 2005 Posted October 27, 2005 ECHO.ECHO Norton Antivirus Corporate Edition 7.6start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /SExecutes setup, but doesnt run silently.ECHO.ECHO Microsoft Office 2000 Professionalstart \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb-start \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb-Executes the first disc (setup) and installs silently. But as soon as its executed the other executes.How can I delay it until setup has finished?
visaversa Posted October 28, 2005 Posted October 28, 2005 (edited) Anyone?! PLEASE?wait...WAIT...WAIT a minute...seems obvious to me... Edited October 28, 2005 by visaversa
visaversa Posted October 28, 2005 Posted October 28, 2005 ECHO.ECHO Norton Antivirus Corporate Edition 7.6start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /SExecutes setup, but doesnt run silently.ECHO.ECHO Microsoft Office 2000 Professionalstart \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb-start ]\\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb-Executes the first disc (setup) and installs silently. But as soon as its executed the other executes.How can I delay it until setup has finished?ECHO Microsoft Office 2000 Professionalstart /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb-start /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb-[/See it?
visaversa Posted October 28, 2005 Posted October 28, 2005 sure about this "system files"\\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb-I don't understand the double quotes there???, remove them...aswel as the others.So if you have spaces in your path open and close with double quotes...start /wait " \\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\SETUP.EXE transforms=\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST /qb-"Try this one and let me know...dv
zedox Posted October 28, 2005 Author Posted October 28, 2005 Doesnt work.That just opens another commandprompt file which is directed to the location of the runonceex.cmd file.Which happens also when I add /wait to the script.
zedox Posted October 31, 2005 Author Posted October 31, 2005 So how can I stop both setups for office installing at the same time?
FaceMouth Posted October 31, 2005 Posted October 31, 2005 ECHO.ECHO Norton Antivirus Corporate Edition 7.6start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /SHere's mine, the swtches might help you out. REG ADD %KEY%\055 /VE /D "Norton Antivirus" /fREG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\nav\NAVSETUP.EXE /QB" /fREG ADD %KEY%\055 /V 2 /D "taskkill /F /IM CfgWiz.exe /QB" /f
zedox Posted November 1, 2005 Author Posted November 1, 2005 (edited) I think i've cracked it.I created 2 directorys to be copied to C:\ during unattended setup.Then at the end of the 1st runonceex it will copy another runonceex from one of the directories that will execute a silent install of office 2000 disc1 upon a restart, included in that runonceex is the code to restart the machine.After the restart it will install office 2000 disc1 silently, then copy the other runonceex from the other directory, which includes the code to run disc 2 setup silently, and restarts the machine.Then once its restarted again, Office installation disc 2 runs and restarts the machine for a 3rd and final time.Woop... now lets see if it works.REG ADD %KEY%\055 /VE /D "Norton Antivirus" /fREG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\nav\NAVSETUP.EXE /QB" /fREG ADD %KEY%\055 /V 2 /D "taskkill /F /IM CfgWiz.exe /QB" /fI usedstart /wait C:\Install\symantec\NAVCE.MSI /passive /qn /norestartThat seems to work. Edited November 1, 2005 by antonio_king
Sonic Posted November 1, 2005 Posted November 1, 2005 (edited) ECHO.ECHO Norton Antivirus Corporate Edition 7.6start "" /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /SExecutes setup, but doesnt run silently.ECHO.ECHO Microsoft Office 2000 Professionalstart "" /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc1\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc1\unattended.MST" /qb-start "" /wait \\192.168.58.1\"system files"\"Microsoft Office 2000 Professional"\Setup\Disc2\SETUP.EXE transforms="\\192.168.58.1\system files\Microsoft Office 2000 Professional\Setup\Disc2\unattended2.MST" /qb-start wait the first argument as Title of cmd windows ... so force it to blank with double comma "" , and after just type the path of your exe and the options ... Edited November 1, 2005 by sonic
zedox Posted November 4, 2005 Author Posted November 4, 2005 God, nothing works.It still doesn't work
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