How do I get the activelock.ocx to register automatically on the users computer with VB6. I downloaded activelock from http://www.activelock.com. This is a great active x control to limit an app usage in time.

When I installed it, I run an Install.bat file which opened a DOS session or I could have run

regsvr32 c:\windows\system\nslock15vb6.ocx

from the start menu after copying the ocx to the system folder. But I don't really want my users to see or do that. I could run the aboce expression easily but then you get a confirmation from Windows that pops-up and this is annoying.


Is there any way to do it transparently?

Thanks in advance.

Atchoum