The information in this article applies to:
SUMMARYThis article explains how you can force the Microsoft Office 7.0 Setup program to create shortcuts for the various Microsoft Office applications in a subgroup of the Start menu, rather than directly in the Start menu itself. MORE INFORMATION
When you install Microsoft Office for Windows 95, version 7.0, the Setup
program creates shortcuts for the various Microsoft Office applications
directly in the Start menu. This behavior is different from that used in
earlier versions of Microsoft Office; in earlier versions, icons for the
applications are created in a separate group in Program Manager.
and so on. The default hierarchy used by earlier versions of Microsoft
Office appears as follows:
It is possible to change the behavior of the Microsoft Office 7.0 Setup
program, so that it creates application shortcuts in a separate subgroup in
the Start menu, rather than in the Start menu itself:
By making certain changes to the STF file used by Microsoft Office 7.0
Setup, you can force the Setup application to create the application
shortcuts in any desired subgroup of the Start menu.
WARNING: This modification may not be supported by Microsoft Product Support Services (PSS). PSS will support some modifications to a BACKUP copy of the SETUP.STF file. Note also that while PSS may help customers modify specific lines of an STF, we will not rewrite the entire file in order to achieve a desired configuration. As a general rule, support is limited to options that can normally be changed by a user during a standard installation of the application. For more information about customizing the location of the Office shortcuts on the Start menu after installing Microsoft Office, please see the following article in the Microsoft Knowledge Base: Q132979 OFF95: Customizing Start Menu to Create Microsoft Office Menu Opening and Saving the STF FileNOTE: Do NOT make changes to the original SETUP.STF file. Before making any modifications to an STF file, make a copy of the file and modify the copy.After you have made a copy of the STF file, you can open the copy of the STF file in Microsoft Excel by following these steps:
Setup /T N:\Office\Custom.stf Manual Modification of the STF FileIn the Microsoft Office 7.0 (Standard Edition) STF file, the following ObjIDs control the location of the following application shortcuts.
The first six items listed above are, by default, created directly under
the Programs menu. The last two items (New Office Document, Open Office
Document) are created on the Start menu itself.
By changing the value in the Destination column (column K), you can change the location where the shortcut will be created. The first part of the destination (preceding the comma) determines where the shortcut will be created. You can add additional pathing to the values, changing the locations that they refer to. For example, to create the Microsoft Binder shortcut in a subgroup called "Microsoft Office 95," you would change the value in column K from %860,%dto: %860\Microsoft Office 95,%dThe "\Microsoft Office 95" changes the path where the shortcut should be created. To install ALL of the shortcuts listed above into a separate subgroup ("Microsoft Office 95", for example) under the Programs menu, make the following changes to the values in column K:
Note that the Destinations for ObjIDs 6280 and 6284 have been changed to
"%860\Microsoft Office 95," instead of "%6260\Microsoft Office 95." This is
necessary in this case because using %6260 would cause a new subgroup to be
created at the top of the Start menu, not within the Programs menu.
After you have modified the STF file, save the file by following the steps in the "Opening and Saving an STF File" section above. Automated Modification of the STF FileYou can use the following Visual Basic, Applications Edition, macro to make the necessary modifications to the values in column K of the STF file.NOTE: This macro is designed to work with the STF file used by Microsoft Office version 7.0 for Windows 95, Standard Edition. If you are using a different version of Microsoft Office 7.0 (the Professional Edition, for example), you will need to use different values in the ItemArray variable used in this macro. Microsoft provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. This Visual Basic procedure is provided 'as is' and Microsoft does not guarantee that it can be used in all situations. Microsoft does not support modifications of this procedure to suit customer requirements for a particular purpose.
To use this macro, do the following:
Additional query words: officeinterop word6 powerpt admin
Keywords : kbsetup offwin |
Last Reviewed: June 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |