Run Service ActiveX Control - Redistribution

To redistribute our Run Service ActiveX within your applications, you should accomplish the following: copy RunService.dll file into your folder and in that folder execute the following command:

regsvr32 RunService.dll

Alternatively, you may specify full path to RunService.dll library:

regsvr32 "Disk:\full\path\to\RunService.dll"

In order to uninstall execute regsvr32 with "/u" key

regsvr32 RunService.dll /u

After uninstallation you may safely remove RunService.dll file.

Now you can call methods and address events and properties of Run Service ActiveX directly from your application.