Jump to content

Recommended Posts

Posted

Hi Fellow Tech's

 

I need to deploy Smart Notebook 2012 via MDT but i don't know what the silent command is? - I have a valid product key which i would like to auto activate too.

 

Would someone mind pointing me in the right direction please or if so, provide me the silent command.

TIA! :)

Posted
The switches should be in the documentation with the Administrator downloaded if I remember correctly. If someone doesn't beat me to it tomorrow I can copy what we use and that'll do the trick.
  • Thanks 1
Posted

We normally use the Smart Install Manager to set the Product Key and install options then just point the installer to the generated MST file using:

msiexec /i "SMARTLearningSuite.msi" TRANSFORMS="SMART+Drivers.mst" /NoRestart /qn

 

But if you just want to command line it you can use this to put the product key in.

msiexec /i "SMARTLearningSuite.msi" NB_PROD_KEY=13579QENVODK394LCIE234 ACTIVATE_LICENSE=1 /qn

  • Thanks 1
Posted
We normally use the Smart Install Manager to set the Product Key and install options then just point the installer to the generated MST file using:

msiexec /i "SMARTLearningSuite.msi" TRANSFORMS="SMART+Drivers.mst" /NoRestart /qn

 

But if you just want to command line it you can use this to put the product key in.

msiexec /i "SMARTLearningSuite.msi" NB_PROD_KEY=13579QENVODK394LCIE234 ACTIVATE_LICENSE=1 /qn

 

Someone's beat me to it, I normally use the command line personally which seems to work pretty well. Although we do find we have to repair the licence after it installed before it'll activate. Not sure if anyone else sees that?

  • Thanks 1
Posted
If you have a valid key you can contact SMART and they'll provide all downloads you need :)

 

Steve

Does that include 11/11.4 out of interest do you know?
Posted
Does that include 11/11.4 out of interest do you know?

 

Last time I asked for it yep, they’ve disabled the individual license servers but if you have a valid key they give out a pre licensed installer

 

Steve

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