Article ID: 119275
Article Last Modified on 6/22/2007
APPLIES TO
- Microsoft Office 95 Standard Edition
- Microsoft Office 4.2 Standard Edition
- Microsoft Office 4.3 Standard Edition
- Microsoft PowerPoint 4.0 Standard Edition
- Microsoft PowerPoint 4.0a
- Microsoft Word 6.0 Standard Edition
- Microsoft Excel 5.0 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Project 4.0 Standard Edition
- Microsoft Office 97 Standard Edition
This article was previously published under Q119275
SYMPTOMS
When you perform a "silent" installation (by using the SETUP /Q command) of
any of the applications listed at the beginning of this article, the
following error message is displayed
Setup cannot update an installation in batch mode (/Q)
Setup cannot update an installation interactively in quiet mode
followed by:
Processing Top Level information failed
When you choose OK, the following message may be displayed
<application> Setup was not completed successfully
where <application> is the name of the application for which you attempted
to run a silent installation.
CAUSE
You can use the /Q switch only when you perform a new installation of an
application. That is, you will receive the above error messages if you
attempt to perform a silent mode installation of an application if that
application is already installed on the workstation.
WORKAROUND
To avoid receiving these error messages, follow the appropriate procedure
below.
Method 1:
To perform a maintenance-mode installation such that you can manually select the components you want to add or remove, do the
following:
- From the File menu in Program Manager, choose Run.
- In the Command Line box, type the following
where <x> is the drive containing the Setup program for the
application from which you want to remove or to which you
want to add components.
Method 2:
To run a maintenance-mode installation based on a script:
- Run the Installation Maintenance program and select Remove
All to remove the application from your system.
- Run Setup again using a script.
Method 3:
To perform a new installation on a system which has one
of the applications above already installed, do the following:
- Make a backup copy of the WIN.INI file.
- Open WIN.INI in a text editor.
- Search for the section that contains the word "ACME".
The title of the section is [MS Setup (ACME) Table Files].
- This section contains a path to the SETUP.STF file for
the application. Remark out the line that refers to
SETUP.STF by placing a ";" (semi-colon) at the beginning
of the line. Change the line:
MSOFFICE.EXE@v4.3.0.1027(1033)=C:\MSOFFICE\SETUP\SETUP.STF
-to-
;MSOFFICE.EXE@v4.3.0.1027(1033)=C:\MSOFFICE\setup\setup.stf
- ave the WIN.INI file and exit your text editor.
- Restart SETUP.
MORE INFORMATION
PowerPoint
Page 212 of the PowerPoint "User's Guide," version 4.0, lists the different
types of installations with which you can use a "silent" installation:
Typical, Complete/Custom, Laptop, and Workstation. If you run SETUP /Q,
Setup uses whichever of these four types of installation is designated as
the default in the SETUP.STF file.
A fifth type of installation, Installation Maintenance, is not included
because it is designed to interact with the user to reconfigure the
installed components. After you have installed PowerPoint 4.0, all
subsequent installations on the same system are Installation Maintenance
installations.
How the WIN.INI is Involved
When Setup is run, it looks in the [MS Setup (ACME) Table Files] section of
the WIN.INI to see if there is a path to an STF. If it finds one, it enters
the existing STF at the Maintenance Mode Root ID and you get maintenance
mode setup. If it does not find an entry, or it can't find the resulting
STF file, it creates a new STF and enters from the appropriate (non-
maintenance) Root ID.
General Information
For more information about custom installation scripts, order Application
Note WC1046, "How to Create a Custom Installation Script."
Additional query words: 1.0 1.00 2.00 4.00a quiet powerpoint powerpt office word excel acmsetup.exe maintenance mode
Keywords: kbsetup KB119275