Using AppSentinelAdmin to Create Registration IDs
The AppSentinelAdmin.dll is used to generate Registration IDs
and is meant to be run by you on a computer within your company. The
AppSentinel Control Panel is provided for this purpose.
Alternatively, you can create your own interface into AppSentinelAdmin by
calling its functionality from your own program or invoking it through a browser
via an Active Server Page.
Regardless of how you invoke the DLL, it must first be registered on the
development machine or web server on which it resides. To register
AppSentinelAdmin, follow the steps outlined in
Installing AppSentinelTrial.dll on Your Development PC
substituting "AppSentinelAdmin" for "AppSentinelTrial".
- C:\...\TheScarms\AppSentinelAdmin Samples\VB contains a sample program,
written in Visual Basic 6.0 SP5, which illustrates how to call all of the DLL's methods
and properties. You can model your own interface after this sample.
- C:\...\TheScarms\AppSentinelAdmin Samples\ASP shows how to invoke the DLL
from an Active Server Page.