SiDr0id Posted August 10, 2020 Posted August 10, 2020 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!
notsogenius Posted August 10, 2020 Posted August 10, 2020 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. 1
Rob_D Posted August 11, 2020 Posted August 11, 2020 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 1
notsogenius Posted August 11, 2020 Posted August 11, 2020 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? 1
SiDr0id Posted August 16, 2020 Author Posted August 16, 2020 Does anyone have a working link of Smart Notebook 2012 that i can download please?
Steve21 Posted August 16, 2020 Posted August 16, 2020 If you have a valid key you can contact SMART and they'll provide all downloads you need Steve
DrBeaker Posted August 16, 2020 Posted August 16, 2020 If you have a valid key you can contact SMART and they'll provide all downloads you need SteveDoes that include 11/11.4 out of interest do you know?
Steve21 Posted August 16, 2020 Posted August 16, 2020 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 1
Primus Posted August 16, 2020 Posted August 16, 2020 Since they announced 11.4 will no longer activate now I’m doubtful they’ll supply the installer.
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