glen8 Posted September 10, 2013 Posted September 10, 2013 (edited) Hi all, First off, I REALLY HATE Smart Notebook This has to be the WORST piece of software I think I have ever used anyway, we have deployed Notebook 11.1 to various XP and 7 machines. There are a host of issues such as Smart Board drivers not being detected on boot Smart Ink not loading properly Powerpoint not working correctly I can get around the first two issues, but not the Powerpoint one. The plugin is installed ok. The pens do write over the slides, BUT not correctly. When you pick up the red pen, it doesn't know you have done so. You have to open the little menu (bottom left) and select pen > red before it starts to write. It's the same with the eraser, you have to select it from the menu. any ideas? Edited September 10, 2013 by glen8
cullingsh Posted September 13, 2013 Posted September 13, 2013 Hi Glen, We had issues with the smart drivers not picking up the board when staff logged on, and after an age on the phone to tch support have resorted to creating a local GPO with settings in the 'Run these programs at user logon'. And then smartboardtools, smartboard service and smartink included. Still having issues with smart ink and powerpoints in presentation mode but this may be a setting somewhere. I noticed today that notbook 11.3 (and drivers) are out so are now trialling these
glen8 Posted September 13, 2013 Author Posted September 13, 2013 (edited) I have just rolled out 11.3 (did it this afternoon). Spent four hours writing an install script to cover all bases. unfortunately 11.3 it doesn't fix of the niggles. My installation routine puts smartboardtools, smartboard service and smartink shortcuts in the 'all users' startup folder. What a pathetic piece of software it is! I'll post my script on monday when im back in Edited September 13, 2013 by glen8
glen8 Posted September 16, 2013 Author Posted September 16, 2013 (edited) My install for Notebook @echo OFF COLOR 1 CLS ECHO Installing SMART Notebook 11.3 (Notebook, SMART Response and Drivers) ECHO ====================================================================== ECHO. ECHO Closing SMART Display Controller if running ECHO. TASKKILL /F /IM ucservice.exe ECHO Setting SMART Display Controller Service to Disabled ECHO. SC CONFIG "SMART Display Controller" START= DISABLED ECHO. ECHO Cleaning up SMART ready for Installation ECHO. IF EXIST "C:\Program Files\SMART Technologies" ( "%~dp0Removal Tool\board95cleanup.exe" /S /v/qn ) IF EXIST "C:\Program Files (x86)\SMART Technologies" ( "%~dp0Removal Tool\board95cleanup.exe" /S /v/qn ) ECHO. ECHO Installing Support Tools ECHO ======================== ECHO. ECHO Installing DX9 .dll ECHO. COPY /Y "%~dp0Support\D3DX9_43.dll" "%systemroot%\System32" ECHO. ECHO Installing Microsoft Net Framework 4 Client ECHO. "%~dp0Support\dotNetFx40_Client_x86_x64.exe" /q /norestart ECHO. ECHO Installing Adobe Flash Player 11 (Active X) ECHO. MSIEXEC /qn /norestart /i "%~dp0Support\install_flash_player_11_active_x.msi" ECHO. ECHO Installing Adobe Flash Player 11 (Plugin) ECHO. MSIEXEC /qn /norestart /i "%~dp0Support\install_flash_player_11_plugin.msi" ECHO. IF NOT EXIST "%systemroot%\SysWOW64" ( REM 32bit Machine ECHO Configuring Adobe Flash Player (32bit Machine) ECHO. COPY /Y "%~dp0Support\mms.cfg" "%systemroot%\System32\Macromed\Flash\mms.cfg" ECHO. ECHO Installing Microsoft Office Tools (32bit Machine) ECHO. "%~dp0Support\vstor40_x86.exe" /q ECHO. ) IF EXIST "%systemroot%\SysWOW64" ( REM 64bit Machine ECHO Configuring Adobe Flash Player (64bit Machine) ECHO. COPY /Y "%~dp0Support\mms.cfg" "%systemroot%\System32\Macromed\Flash\mms.cfg" COPY /Y "%~dp0Support\mms.cfg" "%systemroot%\SysWOW64\Macromed\Flash\mms.cfg" ECHO. ECHO Installing Microsoft Office Tools (64bit Machine) ECHO. "%~dp0Support\vstor40_x64.exe" /q ECHO. ) ECHO Installing SMART Notebook 11.3 Software ECHO ======================================= MSIEXEC /qn /norestart /i "%~dp0SMARTEducationSoftware.msi" TRANSFORMS="%~dp0NotebookandDrivers.mst" ECHO. ECHO Ensuring SMART Notebook loads on Boot ECHO. IF EXIST "C:\Program Files\SMART Technologies\SMART Product Drivers" ( ECHO Copying 32bit Startup Shortcuts ECHO. copy /y "%~dp0shortcuts\Product32\*.*" "C:\Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\" copy /y "%~dp0shortcuts\Product32\*.*" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\" ECHO. ) IF EXIST "C:\Program Files (x86)\SMART Technologies\SMART Product Drivers" ( ECHO Copying 64bit Startup Shortcuts ECHO. copy /y "%~dp0shortcuts\Product64\*.*" "C:\Users\All Users\Microsoft\Windows\Start Menu\Programs\Startup\" copy /y "%~dp0shortcuts\Product64\*.*" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\" ECHO. ) ECHO Installation Completed EXIT /B %EXIT_CODE% Edited September 16, 2013 by glen8
LBalsdon Posted September 19, 2013 Posted September 19, 2013 Glen, please check your private messages.
glen8 Posted September 23, 2013 Author Posted September 23, 2013 (edited) This is just crazy now Deployed to a handful of windows 7 machines. None are working. Seems the smartboard tools exe file has gone in 11.3 and the only way to get the toolbar is (right-click on the tray icon / enable floating tools). Surprise surprise, drivers and smark ink still doesn't work after a reboot. Had a meeting with the IT manager and we are looking at alternatives now, to be honest, the software has NEVER worked properly. :EDIT: ahhh...seems the staff at Smart decided a rename would be a good idea. Floating Tools.exe is what brings the toolbar up! Time to start scripting again :-( Edited September 23, 2013 by glen8
glen8 Posted September 23, 2013 Author Posted September 23, 2013 Glen, please check your private messages. Thanks, will do now
glen8 Posted October 2, 2013 Author Posted October 2, 2013 another problem with this god awful piece of software Error 2753: The file aware64bithelper.exe is not marked for installation. any ideas?
CyberDrac Posted April 23, 2014 Posted April 23, 2014 A heads up for anyone experiencing difficulties launching the SMARTboard Service ... try the -d switch after the command line to launch the service, on v10 it didn't need any command line parameter, however v11 seems to need this ... "c:\Program Files (x86)\SMART Technologies\Education Software\smartboardservice.exe" -d My colleague managed to glean this information from SMART, but it doesn't seem to be documented as smartboardservice.exe doesn't give you anything useful from /? or -h for help.
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