Jump to content

Recommended Posts

Posted

First, I would read this helpful EduGeek post as it may be better for your scenario.

http://www.edugeek.net/forums/educational-software/201493-how-clicker-6-deployment.html

 

Otherwise, here are the steps (and commands) I've used

 

Extract your Clicker7.exe to a temporary folder.

Once extracted, you're only really interested in the contents of the MSI folder.

 

To install the Clicker 7 msi

msiexec /i "Clicker7-en.msi" /qn /norestart  AUTOACTIVATE=0  REGISTERNOW=0  SERIALNUMBER=XXXXXXXXXXXXXXXXXXXX

"%ProgramFiles(x86)%\Crick Software\Clicker 7\CrickActivate.exe" -storeserial "XXXXXXXXXXXXXXXXXXXX"

"%ProgramFiles(x86)%\Crick Software\Clicker 7\CrickActivate.exe" -serial "XXXXX XXXXX XXXXX XXXXX" -silent

  • Thanks 1
Posted

By running the installer exe, you can create a msi with settings and key built in.

 

I’m installing this by hand as it’s 700~mb install and over wireless it does take awhile.

  • Thanks 1
  • 6 months later...
Posted

just to say the original posters method is useful when deploying to multiple sites with multiple serial numbers via SCCM, so you only need a single MSI package. It will cut down our deployment package requirement by dozens of GB (up to now we have been deploying a separate custom MSI per site)

 

so yes glad you were clever :)

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