Jump to content

Recommended Posts

Posted

Hi there,

I have contacted CleverTouch support but as of yet, no answers. Has anyone had success at deploying Clevertouch Lynx software via Intune?

 

Essentially, you get an MSI file and a reg file which has all of the necessary activation info in it. Example of the reg file below for you...

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Sahara\Lynx 4\OrganizationDefaults]
"Lynx4Code"="CPS-Prod-Key-12345678"
"Name"="The Management Team"
"Email"="[email protected]"
"Organisation"="School Name"
"Address"="School Address"
"PostCode"="P0STC0D3"
"Country"="GB"
"LynxTerms"="true"
"SerialNumber"=""
"Trial"="false"

 

Just wondering if it is even possible to add a .reg file to an Intune App. Never tried it before, but happy to give it a go.

Posted

I think I did via MECM many years ago. I think I may have used GPP to get the registry settings to apply.

 

A powershell script can do the same thing.

  • Thanks 1
Posted
I’ve deployed it via Intune - although I didn’t even realise it had a code! If it does we don’t have one. If needs one, you can deploy a powershell script to import the registry details
  • Thanks 1
Posted

Thanks both,

I found a section on their site (very outdated) that stated you could add the necessary to the MSI command.

 

msiexec /i Lynx.msi /q ALLUSERS=1 LYNXKEY=xxx-xxx-OEM-xxxxxx

NAME="xxxxxxx" ADDRESS="xxxxxx" ORGANISATION="xxxx" COUNTRY="xx"

POSTCODE="xxxx" EMAIL=xxxx@xxxxxxxxxxx BOARDMODEL=Other ACCEPTGDPR=1

 

I put that in my install command in Intune updated with the org specific details, tested it and it works nicely.

 

Thanks for your help.

  • 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...