Alternate title: Auto-run THINC app when control is turned on (run only after OSP NC system started)
I am writing an application for the OSP-P300 control (Running WinXP) and want it to start automatically when the control boots up / turns on. I have tried using a shortcut in the startup folder but that is causing an issue.
When the app runs before the NC software is finished starting, I get errors from my THINC API functions. (The API is not available yet)
I know about the "Okuma THINC Startup Service" program, and have it running on my control. When manually configured, this method takes care of the issue and loads my app at the appropriate time.
My question is: Is there a way to add my application to the Startup Service programmatically, during the install process?
Yes, the user can still do this manually, but a check-box option during install that is checked by default would be SO much simpler.
Could it be as simple as adding a few registry keys?
Use the startup service that comes on the API disk.
Here is the class I use to register/unregister.
The CReg class I got from here : RegistryKeyAccess.vb
Imports Microsoft.Win32
If you're not sure the install service will be installed you could just add your shortcut to the startup folder and then just loop until the OSP process has started.