Tomdude182 Posted February 10, 2015 Posted February 10, 2015 Hi Does anyone know where I can download a smartboard notebook 14.3 MSI package? Trying to install via Microsoft SCCM and need the MSI installer package rather than the .exe! Thanks in advance!!
localzuk Posted February 10, 2015 Posted February 10, 2015 Here - Download administrator software - SMART Technologies You'll want to download the Install Manager also, to create an MST file to apply to the MSI when deploying - so that things like activation code and the like are in place. The way we do it here is by script installation in SCCM to be honest. I run it like this: msiexec /i "SMARTEducationSoftware.msi" TRANSFORMS="transform.mst" /qn"C:\Program Files (x86)\Common Files\SMART Technologies\SMART Product Update\activationwizard.exe" --puid education_bundle --m=4 --v=3 --a --proxy=server:port --pks "CODE GOES HERE"
Tomdude182 Posted February 10, 2015 Author Posted February 10, 2015 Wow thank you!! Downloading as I type this. Is the smart install manager available on the website as well?
localzuk Posted February 10, 2015 Posted February 10, 2015 Yeah, should be on the same page as notebook. It's under one of the headings down the page. Reason I do it as a script is that it activates on first start otherwise. This way, the activation is done silently as part of the install.
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