Appendix B: Office 2003 Resource Kit Reference


The Microsoft Office 2003 Editions Resource Kit Reference, on http://www.microsoft.com and on the book companion CD, provides detailed information about the mechanics of the installation and maintenance processes. Use the Reference to look up definitions for options, properties, and settings. The Reference also provides information about text files and tools used both during and after installation.

Setup Command-line Options

When you run Setup for Microsoft Office 2003, you can use command-line options to change some of the parameters that Setup uses to install Office, such as display settings and default values for Setup properties.

Note

In most cases, command-line options override duplicate customizations in the Setup settings file (Setup.ini) or in a transform (MST file).

Information on the following command-line options is included in this section:

/a

/autorun

/f

/i

/j

/l

/noreboot

/p

/q

/settings

/skiplangcheck

/webinstall

/x

property=value

For more information about command-line options that you can use with Microsoft Windows Installer (Msiexec.exe), see the Platform SDK on the MSDN Web site at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/roadmap_to_windows_installer_documentation.asp.

/a [msifile]

Create an administrative installation point for the specified package (MSI file). The package must be in the same folder as Setup.exe, and both must be at the root of the administrative installation point.

Examples:

/a Pro11.msi

/autorun

Run Setup automatically when the Office CD is inserted into the CD-ROM drive; used only in the Autorun.inf file.

/f[options]
[msifile ]

Force repair of an application associated with the specified package (MSI file). The package must be in the same folder as Setup.exe, and both must be at the root of the administrative installation point. Alternatively, you can specify the product code for the package; the product code can be copied from the [Product] section of the Setup settings file.

Note

You must specify the same package that was used to install the application originally.

Valid values for options include the following:

a

Force reinstallation of all files regardless of checksum or version.

c

Reinstall file if missing or corrupt.

d

Reinstall file if missing or a different version is present.

e

Reinstall file if missing or an equal or older version is present.

m

Rewrite all required HKEY_LOCAL_MACHINE registry entries.

o

Reinstall file if missing or an older version is present.

p

Reinstall file only if missing.

s

Reinstall all shortcuts and overwrite existing shortcuts.

u

Rewrite all required HKEY_CURRENT_USER registry entries.

v

Retrieve the package from the original source and recache it on the local computer.

The Detect and Repair command (Help menu) in Office applications performs the same function as /focums. Running Setup and selecting Reinstall performs the same function as /fecums.

Important

If a user applies a client patch to a computer, you cannot use the /f switch to recache and reinstall Office on that computer from an updated administrative installation point. In this case, users must uninstall Office and reinstall from the updated administrative image.

Examples:

/fpiwae Pro11.msi /fvm {12345678-1234-1234-1234-123456789123} 

/i [msifile]

Install applications using the specified package. The package must be in the same folder as Setup.exe, and both must be at the root of the administrative installation point.

Note

By default, Setup.exe directs Windows Installer to perform the same function as /i.

Example:

/i Pro11.msi

/joption [msifile] [/t mstfile]

Advertise the application on the computer and install on first use; you must specify an option to advertise the application to either the computer or the user. You should use /j only when running Setup from an administrative installation point. If no package is specified, Setup uses the package specified in Setup.ini. To apply a transform to the advertised application, use the option /t and specify an MST file.

Valid values for option include the following:

m

Advertise to all users on the computer.

u

Advertise to the current user (not recommended for Office 2003).

Note

In addition to /t, you can use the following three command-line options when you use /j to advertise Office: /l, /q, and /settings.

For more information about advertising Office 2003 to users or computers, see “Running Setup from an Installation Image” in Chapter 5, “Installing Office 2003.”

Example:

/jm Pro11.msi /t Custom.mst

/l[options] logfile

Create a log of installation actions for Setup and a log file for each Windows Installer task. The /l option overrides default settings specified in the [Logging] section of Setup.ini.

Values for options include the following and capture the corresponding data:

a

Start of action notification

c

Initial UI parameters

e

Error messages

i

Information-only messages

m

Out-of-memory messages

o

Out-of-disk-space messages

p

Property table list in form property=value

r

Action data record; contains action-specific information

u

User request messages

v

Verbose; includes debug messages

w

Warning messages

*

Turn on all logging options except v

+

Append to existing log file

Logfile specifies the name and path of the log file to create. When you include (*) in the log file name, Setup creates a unique file name for each instance of Setup.

Example:

/lv* "%temp%\Office Setup(*).txt"

This command line creates the following log files:

  • Setup.exe log file

    "%temp%\OfficeSetup(0001).text"
  • Windows Installer log file for core Office 2003 package

    "%temp%\OfficeSetup(0001)_Task(0001).txt"

The following example shows default logging options for Office 2003:

/lpiwae

For more information about logging, see “Customizing How Setup Runs” in Chapter 4, “Customizing Office 2003.”

/noreboot

Do not restart the computer or display a restart dialog box at the end of the installation. The /noreboot option sets the Windows Installer REBOOT property to ReallySuppress for each package included in the Office installation except the last one.

/p [mspfile]

Apply an administrative update (MSP file) to a client installation of Office. You can also use /p to apply an update to an administrative installation by including the /a option and the name and path of the MSI file on the administrative installation point. To apply the patch quietly, include /qb on the command line; to generate a log file, include /l.

Examples:

msiexec /p [mspfile] /qb /l[options] msiexec /p [mspfile] /a [msifile] /qb /l[options]

For more information about patching Office installations, see “Distributing Office 2003 Product Updates” in Chapter 18, “Updating Users’ Office 2003 Configurations.”

/q[options]

Set the Setup user interface display level.

Valid values for options include the following:

b

Display only simple progress indicators and error messages (basic).

f

Display all dialog boxes and messages; equivalent to omitting the /q option (full).

n

Display no user interface; equivalent to specifying /q with no options (none).

r

Display all progress indicators and error messages but collect no user information (reduced).

-

Suppress all modal dialog boxes; use only with b.

+

Add completion message to the n or b option.

!

Hide the Cancel button; use only with /qb.

Note

The completion message is displayed only when Setup does not have to restart the computer after the installation.

For more information about display settings, see “Customizing How Setup Runs” in Chapter 4, “Customizing Office 2003.”

/settings file

Specify a custom Setup settings file for Setup.exe to use in place of Setup.ini. The settings file must be in the same folder as Setup.exe, or the path must be included on the command line.

Example:

/settings MyApp.ini

For more information about creating a custom Setup INI file, see “Methods of Customizing Office” in Chapter 4, “Customizing Office 2003.”

/skiplangcheck

For information about this command-line option, see SKIPLANGCHECK later in this appendix.

/webinstall path

No longer supported by Setup. For security reasons, Microsoft no longer supports installing Office from an administrative installation point on a Web server (HTTP source). Installing from an HTTP source is not recommended for Office or any other Windows Installer package (MSI file).

You can still use a hyperlink on a Web page to point to an Office administrative installation point that is hosted on a file server (for example, a UNC path).

/x [msifile]

Remove the application associated with the specified package. The package must be in the same folder as Setup.exe, and both must be at the root of the administrative installation point.

Note

You must specify the same package that was used to install the application originally.

Example:

/x Pro11.msi

property=value

Specify a property value on the command line. If the value contains spaces, enclose it in quotation marks ("). To specify two or more property-value pairs, separate them with spaces.

For more information about properties you can set for Office, see “Setup Properties” in the next section.

Example:

TRANSFORMS="C:\Acct Dept.mst" DISABLEROLLBACK=1 USERNAME="Manager"




Microsoft Office 2003 Resource Kit 2003
Microsoft Office 2003 Editions Resource Kit (Pro-Resource Kit)
ISBN: 0735618801
EAN: 2147483647
Year: 2004
Pages: 196

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net