Jump to content

Recommended Posts

Posted

All..

 

Has anyone managed to roll out Smartboard (SMART Notebook) drivers v10.6.106.1??

 

I did the same as previous version of 10:

 

I used their Install Manager

Pointed it to the download Admin install version of the driver

Disabled the auto updates etc.

 

Command line is

msiexec /i "blah\SMART Product Drivers.msi" transforms="blah\1033.mst;blah\noupdates.mst" /qn /norestart

 

Do it that way, and it fails silently right at the end.

 

Run the MSI manually, and it fails right at the very end saying Error 1920 - Service SMART Board Service (SMART Board Service) failed to start. Verify that you have sufficient (etc).

 

However, if I download the "standalone" installer "smartproductdriverssetup.exe", then it works a treat.

 

This is on XP SP3, by the way.

 

Cheers,

Gerard

Posted

I looked at this last thing on Friday for a couple of minutes before having to make a mad dash to collect the kids :).

 

I've not had the chance to test this in any way, as all of our boards have been updated now, so this is purely theory..

 

There's a folder inside the created Admin install called VC90 SP1. The ini file shows Microsoft Visual C++ 2008 Redistributable, and there's an MSI which seems to run semi-automated if you just run it in Explorer.

 

I'm wondering if the driver won't install silently without this being installed FIRST? Perhaps because the MSI for the silent installer either can't launch this secondary MSI (or isn't configured to do so)?

 

All of SMART boards here are now being used by the classes, and then other projects are getting ready to fire off here for me so chances are I won't be able to even consider looking at this for a while.

 

Cheers,

Gerard

  • Thanks 1
Posted
it worked for me on 1 test pc in the office if i double clicked the msi file but i cant get it to deploy same as above service fails to start. On the 2 school pcs i tried it on i had do download the non admin exe install to get it to work. I THINk though havnt tested you need to deploy the other msi in the vc90 dir c++2008 libraries i believe but as said untested
Posted

Running the admin MSI didn't work for me either - it was doing that way that I discovered the service not starting. If I ran it silently (msiexec /i filename.msi /qn /norestart), then it just failed silently (the failure is listed in the log file).

 

Like I said earlier (and as you discovered), using the non-admin installer works fine.

 

I'm thinking that the deployment job will need to look something like:

 

msiexec /i "smartproductdriveradmin\VC90 SP1\vc_red.msi" /qn /norestart

msiexec /i "smartproductdriveradmin\SMART Product Drivers.msi" /qn /norestart

 

Total guess, of course..

 

Hopefully someone with a non-updated SMART board can verify this for us? I got told to politely go away when I'd asked to get access to any of the board PCs sometime today. Tch!

 

Cheers,

Gerard

  • Thanks 2
Posted

I have just manually run the VC90 SP1 first, followed by the SMART Product Drivers MSI, and it works fine.

 

Thanks for the solution!

  • Thanks 2
Posted
I don't know about the server error (temporary glitch?), but I think this download might be for the non-silent version of the installers.

 

If you're looking to deploy the application/resources/driver, then I think this:

SMART - Admin tools,

 

is the page you need.

 

Its just the standalone installer Im after cheers. I deploy whole images, so its just to use as the install on a new image.

  • 1 month later...
Posted (edited)
msiexec /i "smartproductdriveradmin\VC90 SP1\vc_red.msi" /qn /norestart

msiexec /i "smartproductdriveradmin\SMART Product Drivers.msi" /qn /norestart

I just did this from a batch file and it worked great for a silent install. Thanks!

Edited by LCPSWolf
  • 1 month later...
Posted
Installing the vc_red.msi worked for me also. I got this error in the field but not on my test box, I guess there is a Windows update that I've not pushed. Have to take a look at that. Thanks for pointing me in the right direction.
Posted (edited)

Using this method is there anyway of disabling the autoupdates? Other than on every machine? My job for this week.

 

 

Oooh and do you have to uninstall the previous version of notebook or the drivers?

Edited by chrbb
Posted
Using this method is there anyway of disabling the autoupdates? Other than on every machine? My job for this week.

 

 

Oooh and do you have to uninstall the previous version of notebook or the drivers?

 

Provided you use the Install Manager application to create the TRANSFORMS file then you will be able to install without the Autoupdate features. The installation removes any previous versions prior to installing the new one. - It did in our case anyway but it was only a minor version change (10.0 to 10.6). My batch file looks like this:

 

@echo off

 

msiexec.exe /i "\\server\Software\smartboard\v10\10.6\Drivers\VC90 SP1\vc_red.msi" /passive

 

msiexec.exe /i "\\server\Software\smartboard\v10\10.6\Drivers\SMART Product Drivers.msi" TRANSFORMS="\\server\Software\smartboard\v10\10.6\Drivers\Config.mst" /passive

 

msiexec.exe /i "\\server\Software\smartboard\v10\10.6\Notebook\Smart Notebook.msi" TRANSFORMS="\\server\Software\smartboard\v10\10.6\Notebook\Config.mst" /passive

  • Thanks 1
Posted

I spoke to Smart, they are aware of it, and have released a 'fix' that involves a lot of messing with the registry.

 

This one really wound me up after I deployed it to the whole school without testing, and thus managed to completely mess up the smart notebook installs on all PC's. OOPS!

  • 4 weeks later...
  • 1 month later...
Posted

Hi, I have the same problem with installing the driver. I am on a CC3 network, The smartnotebook software works, the driver brings up this error

 

Product: SMART Product Drivers -- Error 1920.Service SMART Board Service (SMART Board Service) failed to start. Verify that you have sufficient privileges to start system services.

 

what is the fix that smarttech have recommended and where can i get it from? Also if its easier to create a package for VC90 sp1 - i can also do that.. but would I be able to get the whole package (so not a small installer and the rest gets downloaded when you run the installer)

 

Looking at one or two other forums I see the mention of framework 3.5 being a pre-requisite for VC90 sp1, is that so? this would be a show stopper if it was.. I have framework 2.0 on all machines in my network.

 

many thanks for any help. Regards.

Posted
Hi, I have the same problem with installing the driver. I am on a CC3 network, The smartnotebook software works, the driver brings up this error

 

Product: SMART Product Drivers -- Error 1920.Service SMART Board Service (SMART Board Service) failed to start. Verify that you have sufficient privileges to start system services.

 

what is the fix that smarttech have recommended and where can i get it from? Also if its easier to create a package for VC90 sp1 - i can also do that.. but would I be able to get the whole package (so not a small installer and the rest gets downloaded when you run the installer)

 

Looking at one or two other forums I see the mention of framework 3.5 being a pre-requisite for VC90 sp1, is that so? this would be a show stopper if it was.. I have framework 2.0 on all machines in my network.

 

many thanks for any help. Regards.

 

the vc90 fix they suggest is in the archieve with the administrator version od smart drivers and deploys quite happily and quickly as an msi just asign it to the policy you use to deploy drivers so that it installs before the drivers

Posted
the vc90 fix they suggest is in the archieve with the administrator version od smart drivers and deploys quite happily and quickly as an msi just asign it to the policy you use to deploy drivers so that it installs before the drivers

 

 

Really sorry, I cant seem to locate it.. would you be able to paste a link here? do you mean archive of this forum or on smarttech webset? Many thanks for your help.

Posted
Really sorry, I cant seem to locate it.. would you be able to paste a link here? do you mean archive of this forum or on smarttech webset? Many thanks for your help.

 

the archive from smart that has the msi version of the drivers in it hte archive unzipped should look like the image below

 

sbdriver.jpg

  • 2 months later...

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