Office XP command line Options. HELP ME PLEASE!!!

A

Adrian

Hello!

How I can install ONLY the "MS ACCESS" from the command line of the "MS Office XP Pro with FrontPage Installer"?

... and that in addition to that, does it in "quiet" way; that is to say, that shows the smaller possible information of which the installer is doing.

Thanks!
 
H

Heath Stewart [MSFT]

Office uses Windows Installer that lets you specify which features to install
using the ADDLOCAL property you can set on the command line using
msiexec.exe, which should be AccessFiles, and you can specify a silent
install using the /q switches like so:

msiexec.exe office.msi /qn ADDLOCAL=AlwaysInstall,AccessFiles

More may be required, however. I recommend using the Office XP Customization
Wizard which you can read about at
http://office.microsoft.com/en-us/assistance/HA011363101033.aspx. This helps
customize your installations for deployment and helps ensure all settings are
set correctly.
--
This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
DevDiv Customer Product-lifecycle Experience
Microsoft
 

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