Jump to content

Recommended Posts

Posted (edited)

Hi all,

 

I have a PDF viewer called Lock Lizard I'm about to deploy via GPO. It goes with a resources website called Cornerstones Education.

 

There is a license file that needs to be run after the installation to activate it - looks like an executable... .llv

 

 

Is there a way I can get this file to run via GPO just once per machine ??

 

 

 

 

 

Cheers in advance ;)

Edited by mikkydoos
Posted
Could you write a script to install the installation, then the license file? You can get the script to check if it's installed or not.

 

Problem is there's nothing that gets installed by the look of it. It activates per machine online.

 

I just need it to run on the first login, then not run again.

Posted

The closest thing I can think of is the runonce key in the registry. This will run once, then gets deleted for each user logged on.

Otherwise, failing that, I've had it before where I just create a script, create a text file such as C:\lic.txt then install the license. If the text file exists you know the license has ran previously.

 

- - - Updated - - -

 

Obviously the runonce will run everytime a new user logs on. But if you can live with that, it might suffice.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...