Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

StepActionCommand/example
1Login as the privileged user ("administrator") on the system where the software will be installed and open a cmd.exe window: WIN+R and then enter cmd.exe



2Move to the folder containing the driver and uninstall the current version.

> cd "C:\Program Files\CHARON\Redistributables\Sentinel"

> haspdinst.exe -fr -kp -nomsg

3Check the hasplms service is removed

> sc qc hasplms
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.

4

Reinstall the driver.

A popup will appear to display the installation progression on the installation.

haspdinst.exe -install
5Once the popup displays "Operations successfully completed.", check the hasplms service is correctly defined

...