Edu-IT Posted January 18, 2010 Posted January 18, 2010 Has anyone got a working MSI or CC3/CC4 package for Smart Notebook Software 10.6 before I venture into making one? I'm wondering if I could just login as administrator, run the upgrade on the version we have, and that would work. I've got the paths etc it needs setup as an argument for installation so I would assume the upgrade would continue to use these values. Any ideas? I'm thinking a new MSI/Package would be better since it'll have the latest drivers also as I have a seperate .mst for these.
enjay Posted January 18, 2010 Posted January 18, 2010 Not yet, although it is on my list - I would have thought it is fairly straightforward using the Admin Toolkit thingy to create an appropriate MST file though. If it needs more tweaking than that, it will have to wait a few weeks.
Edu-IT Posted January 18, 2010 Author Posted January 18, 2010 Wasn't aware of the admin toolkit. I will take a look.
BluPrint Posted January 19, 2010 Posted January 19, 2010 Hi, Just to let you know there isn't an Admin Toolkit MSI version for Notebook 10.6 just yet, only the setup wrapper version with the drivers on the standard Notebook dowload page. I'll give SMART a nudge and make sure it goes on ASAP. If you do develop a version for CC3/CC4 then please let me know. We have lots of RM schools which struggle to upgrade because there isn't a version packaged correctly for them. I would love to be able to share your hard work! I'll post back in this thread when SMART have uploaded the raw MSI versions for Notebook 10.6 in the Admin Tools area. All the best. James - SMART Software Product Manager in the UK. 1
Edu-IT Posted January 19, 2010 Author Posted January 19, 2010 Hi, Just to let you know there isn't an Admin Toolkit MSI version for Notebook 10.6 just yet, only the setup wrapper version with the drivers on the standard Notebook dowload page. I'll give SMART a nudge and make sure it goes on ASAP. If you do develop a version for CC3/CC4 then please let me know. We have lots of RM schools which struggle to upgrade because there isn't a version packaged correctly for them. I would love to be able to share your hard work! I'll post back in this thread when SMART have uploaded the raw MSI versions for Notebook 10.6 in the Admin Tools area. All the best. James - SMART Software Product Manager in the UK. Great! Thanks James. When the MSI goes up I'll probably have a go at making it then. I have an older version installed at the moment, still version 10 however, and from what I can see just the regular MSI is used with command line arguments for the product key and such. PRINT_CAPTURE=1 CUSTOMER_LOGGING=1 ISX_SERIALNUM="NB-ETC-ETC" There's also a value for specifying the gallery location but we don't use this so I left it out. Am I missing something?
enjay Posted January 19, 2010 Posted January 19, 2010 What's wrong with the Admin Toolkit currently on the site, and why can't it be used with the MSI files which are inside the .zip files?
Edu-IT Posted January 19, 2010 Author Posted January 19, 2010 What's wrong with the Admin Toolkit currently on the site, and why can't it be used with the MSI files which are inside the .zip files? SMART - Admin tools,SMART Notebook (Windows) They're all old versions dated October? Where are you looking, got a link?
enjay Posted January 19, 2010 Posted January 19, 2010 (edited) Ah, okay - I see my mistake. I was assuming that 10.0.6 was what Smart are referring to as 10.6, but this isn't the case. Makes you wonder what happened to 10.1 through 10.5, if the versions go 10.0.5 to 10.6, but there you have it. Edited January 19, 2010 by enjay
BluPrint Posted January 19, 2010 Posted January 19, 2010 Hi guys, the versions will be 10.6.94.0 for Notebook and 10.6.48.0 for the drivers when it's available on this page. That's unless they change the version number slightly for the MSI only ones. The current ones are still from SP3 of Notebook 10.0.631.3 and SP7 drivers for 10.0.528.7. The last number on the version is always the service pack number just so you know. Edu - That looks like about it but with the addition of Notebook Maths Tools as a 30 day free trial with Notebook 10.6 (which disappears afterwards unless you purchase the maths licence - just in case you wondered) will have some extra parameters to include I would think. More as I get it to follow Cheers, James.
Edu-IT Posted January 20, 2010 Author Posted January 20, 2010 Ah, okay - I see my mistake. I was assuming that 10.0.6 was what Smart are referring to as 10.6, but this isn't the case. Makes you wonder what happened to 10.1 through 10.5, if the versions go 10.0.5 to 10.6, but there you have it. I'm thinking you might be right in some sense though. Download the software from here: SMART - Windows,SMART Notebook - software only Download the drivers from here: SMART - Windows,SMART Product Drivers only Is it not just a case that these files haven't been linked to from the administrators page. The files will be the same? Edit: Ah, they're not MSI.
enjay Posted January 20, 2010 Posted January 20, 2010 Ah, they're not MSI. They more than likely extract an MSI and then run from that, so you could always try and capture the MSI from the temp folder if you needed it urgently. I'm just going to wait for the proper Admin Toolkit though, as it has previously saved me hours of work.
mjs_mjs Posted January 20, 2010 Posted January 20, 2010 For thoes on cc3/cc4 it's simple once the admin toolkit is there. Grab MSI's from smart, Create an MST using the admin tool from smart, Create a CC3.ini file with commands for the MSI and MST(code to follow), For CC3 just put that with the MSI and MST in a folder within RMpackages\applications\smartboard\v1.0.0.0 and refresh your packages list in RMMC, For CC4 do the same but leave the folder on your desktop or wherever and then import a package into RMMC->CC3->select the ini file, it'll create an XML file and upload it all into a filestore on a server. .ini code [General] Name=Smartboard (10.0.0.0) Version=10.0.0.0 [Package] Description=Smartboard (10.0.0.0) Version=10.0.0.0 OS=5.WS,6.WS WIPackage=smart.msi WITransform=smart.mst You'll need to make two packages - one for drivers and one for notebook. We had this working on both CC3 and CC4, and still running it well on CC4. On CC4 you may need to make the drivers a dependancy of the notebook software. If there is no toolkit for the version you want i would advise you leave it ith the latest version that does have the toolkit, as i spent many hours fiddiling to no avail without it.
enjay Posted January 20, 2010 Posted January 20, 2010 I found that the Toolkit couldn't hack it if you asked it include the Gallery location, so I made ours with no Gallery content and then made a second (or third) MSI which added the reg key. It lists as failing to install, although it does add the key. I think that just to annoy me, Smart have swapped from Smart Technologies Inc back to Smart Technologies in the HKLM/Software branch so I'll have to edit my Gallery package again - unless the new Toolkit can do it this time, of course. As Matt says, wait for the Toolkit as doing it manually took me many hours of fiddling.
mjs_mjs Posted January 20, 2010 Posted January 20, 2010 link to the msi's SMART - Admin tools,SMART Notebook (Windows) Our gallery content was fine - i did one install manually to install the content then when creating the MST's i told it where to look. Packaging the gallery on a netwrok is a bad idea as it wastes space for something which few people will use often.
enjay Posted January 20, 2010 Posted January 20, 2010 Those are the old files on that link. Disk space on the server is relatively freely available, but it would take an absolute age to run the MSI out to the PCs if it also included the 500MB Gallery images. Plus, it allows for easy updating as I only need to change what is on the server, and everyone gets it. Obviously, this wouldn't suit laptop users, but we're all desktop here.
mjs_mjs Posted January 20, 2010 Posted January 20, 2010 (edited) Those are the old files on that link. Disk space on the server is relatively freely available, but it would take an absolute age to run the MSI out to the PCs if it also included the 500MB Gallery images. Plus, it allows for easy updating as I only need to change what is on the server, and everyone gets it. Obviously, this wouldn't suit laptop users, but we're all desktop here. Agreed, centralised management is alot easier. I'll have a look for the latest toolkit. EDIT: That is the latest toolkit with it's associated MSI's i think. Edited January 20, 2010 by mjs_mjs
Edu-IT Posted January 20, 2010 Author Posted January 20, 2010 Agreed, centralised management is alot easier. I'll have a look for the latest toolkit. EDIT: That is the latest toolkit with it's associated MSI's i think. The MSI's aren't up there yet.
stevehp Posted January 20, 2010 Posted January 20, 2010 (edited) They are now. I'm still waiting for the updated Response installer. Patiently though. Edited January 20, 2010 by stevehp
BluPrint Posted January 20, 2010 Posted January 20, 2010 Hi all, just to confirm these are now the latest Notebook 10.6 MSIs live on the previous link. The listed Installation Manager will configure these and publish with a MST for the settings you make in the manager. The SMART Response MSIs should follow in a day or so. This was the case with the Response setup wrapper, it followed a day or two after the Notebook 10.6 setup wrapper. Thanks for your patience Steve et al James
Edu-IT Posted January 20, 2010 Author Posted January 20, 2010 This was the case with the Response setup wrapper What's that? I'll have a go at making the CC4 package this week then if i get the time.
stevehp Posted January 20, 2010 Posted January 20, 2010 What's that? The standalone installer for the SMART Response system. I believe it's called a wrapper because it wraps Notebook, Response and the Driver package all into one exe.
mjs_mjs Posted January 21, 2010 Posted January 21, 2010 (edited) Just made my CC4 packages and imported them, now to do some testing. Edited January 21, 2010 by mjs_mjs
Edu-IT Posted January 21, 2010 Author Posted January 21, 2010 Just made my CC4 packages and imported them, now to do some testing. Are they shareable? By this, I mean, can you actually edit the path to the gallery etc and also the licence key after you've done the package?
mjs_mjs Posted January 22, 2010 Posted January 22, 2010 Are they shareable? By this, I mean, can you actually edit the path to the gallery etc and also the licence key after you've done the package? To be honest it's really simple to do. Urm, Make a folder, Put the MSI in there, Create an MST using the admin tool (i cannot share ours - it's really simple to do using the admin tool), Put the corrisponting ini file in the folder. Do the same thing for the drivers/notebook. Other than this the MSI are the ones direct from SMART so no need for me to re-share, and the admin tool is simple to use to make the MST's for your site. Attached are the .ini config files, you will need to change the file names in them.SMART 10.6.zip
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