(9.1+) Installing Smart Rules
- SiteName
- Host name: SMTP server
- Port: SMTP server
- UseSSL: secure connection option
- UserName: Not required
- Password: Not required
|
- Open the Windows Services utility (services.msc)
- Locate the VHT Smart Rules Engine service and open the service Properties window
- Copy and save the Service name
- Default: VHT_Smart_Rules_Engine
- Copy and save the Path to executable
- Default: C:\Program Files (x86)\Virtual Hold Technology\SmartRulesEngine\VHT_SmartRulesEngineService.exe
- Open a Command Prompt window
- Run the following command to use the Service Control utility to change the Path to executable:
sc config <service name> binPath= "\"<path to executable>\""
- There must be a space between binPath= and the executable path.
- Escape characters (\") must be used to add the quotation marks, since quotation marks are already used in the command.
sc config VHT_Smart_Rules_Engine binPath= "\"C:\Program Files (x86)\Virtual Hold Technology\SmartRulesEngine\VHT_SmartRulesEngineService.exe\""
When complete, you should see the following message printed to the screen:[SC] ChangeServiceConfig SUCCESS
- Re-open the properties window for the Smart Rules Engine service and verify that the Path to executable is now enclosed in quotation marks.
- Restart the Smart Rules Engine service