Basic Customization > User Interface Customization > Configurable Links > Configurable Link Tables > Installing the Configurable Links Example
  
Installing the Configurable Links Example
Use the following procedure to install the configurable links example.
1. Open a windchill shell.
2. Enter the following command:
xconfmanager -i
<Windchill>/codebase/com/ptc/windchill/enterprise/ConfigurableLinkExamples.xconf -p
3. Restart your method server.
4. Load the loadfile:
windchill wt.load.LoadFromFile -d
<Windchill>/loadFiles/configurableLinks/ConfigurableLinkExamples.xml
* 
The actionmodels.xml file overrides the Customize menu on information pages with the Configurable Link Examples menu on the end. If you have customized your third-level navigation menus, then these lists must match or your customizations will be overridden. As an alternative, you could add the Configurable Link third-level navigation to the actions entry for your info pages.
Uninstalling the Configurable Links Example
Use the following procedure to uninstall the configurable links example. This procedure involves manually editing the files that were loaded when the example was installed.
1. Open the <Windchill>/declarations.xconf file.
2. Remove the entry containing the string: "ConfigurableLinkExamples.xconf"
3. Save and close the <Windchill>/declarations.xconf file.
4. Open the <Windchill>/codebase/wt.properties file.
5. Remove the following entries from the file:
config/actions/ConfigurableLinkExamples-actions.xml
config/actions/ConfigurableLinkExamples-actionmodels.xml
6. Save and close the <Windchill>/codebase/wt.properties file.
7. Restart the method server.
The example has been uninstalled and the third-level navigation Configurable Link Examples will no longer display.