Adding Application Path Statements to the System Path - Intergraph Smart Review - Installation

Intergraph Smart Review Installation

Language
English
Product
Intergraph Smart Review
Search by Category
Installation & Upgrade
Smart Review Version
13.x(2018)

Windows stores system path statements for individual executable files under the following registry path (depending on the platform):

  • 32-bit O/S: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\App_name.exe

  • 64-bit O/S: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\App_name.exe

When a program registers an application path this way, Windows adds the path statement to the search path whenever the application is run. This path information becomes part of the System Search Path search order.

When applications are launched through Terminal Services (or Citrix), these path statements are not automatically added. If an application requires this path, then the path information from the appropriate AppPath registry key must be added to the path variable of the System Environment.

Ensure that you back up the current value of the system path to a file for later reference if there is an issue. Making a mistake during the modification of the system path variable can render the computer unusable. It is essential to know the path contents prior to the modification to bring the computer back with any real confidence if there is a problem.

  1. In the Registry, copy the data of the Path value for the application executable:

    • 32-bit O/S: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\App_name.exe

    • 64-bit O/S: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\App_name.exe

  2. Display the System Properties window via the Control Panel.

  3. Click the Advanced tab.

  4. Click Environment Variables.

  5. In the System variables list, select Path and click Edit.

  6. Paste the value data from the Registry to the end of the Path string.

  7. Click OK to dismiss all windows.