Guide

Additional Information
Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 87
Command Line Options for updates
For more information on Command Line Options for updates, visit the Install Shield website: Applying
Patches.
How to install default tab and toolbar configurations
Tab configuration
You can create a tab configuration in the Tab Manager utility and send this configuration out for others to
use. This is done by exporting the tab settings (tab order and which tabs are active) as a configuration file
which can be imported by other users within Tab Manager. See the XMap Help section
Importing/Exporting Tab Manager Preferences for more details.
The tab configuration can be distributed with the setup by using the TAB_CONFIG_PATH
property.
If the application has already been installed and you want to change the tab configuration, then you can
use the tab_configuration.vbs script as a logon script for the users to which you want to apply the tab
configuration. The script will apply new tab configuration settings to the user context that runs the script.
This script can be found in the root of the installation media.
Note: The tab_configuration.vbs will try to delete the tab configuration file distributed with the
TAB_CONFIG_PATH property to prevent the new settings set with the script from getting overwritten on
first run. If this is not desired, then look for the fileSystem.DeleteFile line in the script and comment it out
before using this as a logon script.
Tab_configuration.vbs Usage
tab_configuration.vbs <short product name> <tab configuration path>
Required Parameters
<short product name> : XMap7 is the only short name supported at this time, but this should
work with future products that have the Tab Manager that was updated for XMap7.
<tab configuration path> : The fully-qualified path to the tab configuration file that was
exported from the DeLorme Tab Manager application for the product that you have installed.
Return Codes
0 - Is success.
999 - There should be at least two arguments passed to the script.
998 - The <short product name> is an empty string.
997 - The <tab configuration path> is an empty string.
996 - The <tab configuration path> does not exist, or is not accessible.
995 - The application path could not be found. The likely causes are the application is not
installed or the <short product name> is not correct. Look at the registry under
HKLM\Software\DeLorme for a list of installed applications. The keys directly under this key are
what are used for the short product names.