Jump to content

PLEASE HELP! Norton Antivirus 7.56 / Office 2000 silent install


zedox

Recommended Posts

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 \\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?

Link to comment
Share on other sites


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 \\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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

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

Link to comment
Share on other sites

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" /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

I used

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

That seems to work. :)

Edited by antonio_king
Link to comment
Share on other sites

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-

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