mrwoberts Posted April 2, 2019 Posted April 2, 2019 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 1
newpersn Posted April 2, 2019 Posted April 2, 2019 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. 1
mrwoberts Posted April 2, 2019 Author Posted April 2, 2019 You mean I went to all that trouble of trying to be clever... I knew I should have clicked that other button Cheers buddy
aesopal2019 Posted October 28, 2019 Posted October 28, 2019 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 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now