- Uninstall the core IDL 7.0 software installation files on your system.
Windows
- On Microsoft Windows, run the Windows Add/Remove Software control panel utility as a user with administrative privileges and remove "IDL 7.0".
- After uninstalling IDL 7.0, manually delete the remnant 'idl70' directory and any files and subdirectories stored therein, if the uninstaller itself did not already remove them.
- If you are using a 64-bit Windows installation, manually delete the IDL 7.0 Start menu items that remain after you have uninstalled IDL 7.0.
Solaris, Linux, Mac OS X
- Delete the '.idl/itt/idlworkbench-config-idl70' directory, which is stored in your home directory.
Removing the configuration directory will remove any customizations you may have made to the layout of the IDL Workbench, but will not remove any IDL source files.
- Rename your IDL Workspace directory and create a new workspace directory when you install the IDL 7.0 release version. The default name and location of the IDL Workspace directory is "IDLWorkspace" located in your home directory. For Solaris, Linux and Mac OS X, you can rename the IDL Workspace directory with a command like:
mv ~/IDLWorkspace ~/IDLWorkspace.bak
If there are IDL source code or other files in the old workspace directory, you can import them into the new workspace directory using the File->Import menu item. Once you have imported your files into the new workspace directory, delete the old workspace directory.
- Delete your "idl.pref" file that is located under the ".idl" directory tree, that can be found in your home directory.
On Windows your IDL 7.0 "idl.pref" file is located at:
C:\Documents and Settings\<user_name>\.idl\itt\pref-10-idl_7_0-windows\idl.pref
On Solaris, Linux and Mac OS X, delete your IDL 7.0 "idl.pref" file by issuing the following command at a terminal shell prompt:
rm ~/.idl/itt/pref-10-idl_7_0-unix/idl.pref
- Undefine IDL related system environment variables that can affect IDL behavior. Environment variables defined in a user's session environment such as IDL_PATH, IDL_DLM_PATH and IDL_STARTUP (and others) can affect the behavior on IDL sessions.
If your user environment has definitions for IDL-related environment variables variables, you may wish to remove the definition for these variables.
On Windows, you can delete the variables through the Windows System control panel utility under the Advanced tab and then clicking the Environment Variables button. Environment variables may be defined as User and/or System variables.
On Solaris, Linux and Mac OS X, definitions for IDL_PATH, IDL_DLM_PATH, IDL_STARTUP and other IDL-related variables may exist as lines in your shell resource file in your home directory. For example, C shell uses .cshrc, TC shell can use .tcshrc or .cshrc, Bash shell uses .bashrc.