Jump to content

glen8

Members
  • Posts

    11
  • Joined

  • Last visited

Reputation

0 Neutral

About glen8

Personal Information

  • Location
    Lincoln
  1. another problem with this god awful piece of software Error 2753: The file aware64bithelper.exe is not marked for installation. any ideas?
  2. Thanks, will do now
  3. 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 :-(
  4. 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%
  5. 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
  6. 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?
  7. The problem with Cloudflare is their free package offers no SLA and nowhere (that I can see) does it tell you how many DNS queries you are allowed per month DNSMadeEasy looks the best to me. $60 a year, 10 million queries a month, 100% SLA else 500% credit, 24/7 support!
  8. Thanks everyone It's a .ac.uk I'm tempted to go with Janet as it's quick, easy and free. Just need to do some comparisons with say Amazon Route 53. Trying to get anything out of Amazon is a nightmare, they don't seem to want to talk to anyone....and their pricing calculator is a science!
  9. Thanks... I've not worked here for very long so still getting to grips with the network. It's 10 years old and the external domain is the same as the internal one. Maybe I am over simplifying things, but isn't it just a case of finding out who registered our domain, sending them an export of our external dns records and getting them to do it all?
  10. Hi all, We have an old Windows 2000 Server being used for external DNS. No idea why it was put in, seems silly that all requests go to this server, then back out again only to come in a second time. I'm 99% certain that most companies just use the company who they bought the domain from to do external DNS resolution. anyway, I've been tasked at getting rid of this server and moving all the records to an external company to manage. Has anyone done this before, I'd have thought it would be pretty simple? If so, can someone recommend me a good company. Assume everyone buys their domains from Janet? Would like to know how other schools, colleges, universities go about handling external DNS records. Thanks!
×
×
  • Create New...