Help - Search - Members - Calendar
Full Version: PLEASE HELP! Norton Antivirus 7.56 / Office 2000 silent install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
zedox
CODE
ECHO.
ECHO Norton Antivirus Corporate Edition 7.6
start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S

Executes setup, but doesnt run silently.

CODE
ECHO.
ECHO Microsoft Office 2000 Professional
start \\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?
zedox
Anyone?! PLEASE?
visaversa
QUOTE (antonio_king @ Oct 28 2005, 12:38 PM) *
Anyone?! PLEASE?


wait...WAIT...WAIT a minute...seems obvious to me...
visaversa
QUOTE (antonio_king @ Oct 27 2005, 11:22 AM) *
CODE
ECHO.
ECHO Norton Antivirus Corporate Edition 7.6
start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S

Executes setup, but doesnt run silently.

CODE
ECHO.
ECHO Microsoft Office 2000 Professional
start \\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 Professional
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-
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?
zedox
Oh yea, forgot to say... Tried that!
visaversa
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
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
So how can I stop both setups for office installing at the same time?
FaceMouth
QUOTE
CODE
ECHO.
ECHO Norton Antivirus Corporate Edition 7.6
start /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S


Here's mine, the swtches might help you out.

CODE
REG ADD %KEY%\055 /VE /D "Norton Antivirus" /f
REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\nav\NAVSETUP.EXE /QB" /f
REG ADD %KEY%\055 /V 2 /D "taskkill /F /IM CfgWiz.exe /QB" /f
zedox
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.

QUOTE
REG ADD %KEY%\055 /VE /D "Norton Antivirus" /f
REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\nav\NAVSETUP.EXE /QB" /f
REG ADD %KEY%\055 /V 2 /D "taskkill /F /IM CfgWiz.exe /QB" /f[/code]

I used
CODE
start /wait C:\Install\symantec\NAVCE.MSI /passive /qn /norestart

That seems to work. smile.gif
Sonic
ECHO.
ECHO Norton Antivirus Corporate Edition 7.6
start "" /wait \\192.168.58.1\vphome\clt-inst\WIN32\SETUP.EXE /S
Executes setup, but doesnt run silently.

ECHO.
ECHO Microsoft Office 2000 Professional
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-
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-


CODE
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 ...
zedox
God, nothing works.
It still doesn't work sad.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.