Startup License Check by Normal User

Hello,

I’ll run the application with administrator authority only when license activation, and make it available with general authority when using other.
However, if you start the application with general authority and set LA_SYSTEM as the second argument of SetVersionGUID, LA_E_PERMISSION will be returned.

Is there any good way to do it?

Hello,

You need to pass LA_USER when running as a non-admin user.

Hello,

We will install our application on shared PC in conference room.
Only the system administrator has administrator privileges on the shared PC and other members do not have administrator privileges.
By system administrator activating, we want other members to use without activating.

In case of LA_USER, it is troubled because all members have to activate.

Hi,

You would need double activation, please refer to following thread for technical details:

Hi,

I understood that I could not get the results I expected.

Thank you for your answer.