Admin Installation Update

  • Thread starter Rodney W. Butler
  • Start date
R

Rodney W. Butler

I am trying to update my Office 2000 Admin install to SP3.

The Admin install is on the network
f:\Office 2000 Standard Install

The Update is on my hd
c:\adminUpdate

the command line I use is
msiexec /a f:\office 2000 standard install\data1.msi /p
C:\adminupdate\mainsp3ff.msp shortfilenames=1

The result is
Incorrect command line parameters.
Windows Installer V 2.00.2600.1183

I have read Microsoft Knowledge Base Article 304165, in
fact I have it printed out, I cant see what I have done
wrong, could use some help.

Rodney W. Butler
 
G

Gary Smith

Rodney W. Butler said:
the command line I use is
msiexec /a f:\office 2000 standard install\data1.msi /p
C:\adminupdate\mainsp3ff.msp shortfilenames=1

You need to put the name with imbedded spaces in quotes:
msiexec /a "f:\office 2000 standard install\data1.msi" /p C:\adminupdate\mainsp3ff.msp shortfilenames=1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top