Smartboard Drivers

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Silent install for Smartboard Drivers.

Follow this page to generate the .mst file. Save it as SMART Board Drivers.mst. Save the "SMART Board Drivers.msi" and the "SMART Board Drivers.mst" to your servers software directory under a folder called smartboard and a subfolder called sbdrivers. Paste in the code and go. Have fun. All this info is found from here.

 
<?xml version="1.0" encoding="utf-8" ?> 
  <packages>
     <package id="SmartDrivers" name="Smart Board Drivers 10" revision="10" priority="50" reboot="false">
        <!--  From XML Import --> 
        <check type="uninstall" condition="exists" path="SMART Board Drivers" /> 
        <install cmd='msiexec /i "%SOFTWARE%\smartboard\sbdriver\SMART Board Drivers.msi" TRANSFORMS="NetworkInstall.mst" /qn'>
           <exit code="0" /> 
           <exit code="3010" reboot="true" /> 
        </install>
        <remove cmd='"C:\Program Files\Common Files\InstallShield\Driver\9\Intel 32\IDriver.exe" /M{46486451-E60F-42C3-92D7-796D8594688A} /l1033 /r /z-AddRemove -RemoveReg'>
           <exit code="0" /> 
           <exit code="3010" reboot="true" /> 
        </remove>
        <upgrade cmd='msiexec /quiet /i "%SOFTWARE%\smartboard\sbdriver\Smart Board Drivers.msi"' /> 
     </package>
  </packages>