Below are examples of installation scenarios and their accompanying command lines to use to deploy. IMPORTANT: Make sure the Support folder and sub folders are supplied in the same root folder as the SMART Education Software 2011.msi package so that it has access to the supporting product language packs. For these examples, assume that the SMART Education Software 2011.msi file, supporting language .mst files and support folder are in the folder "C:\Work\Chained MSI\". 1. Deploy SMART Notebook, SMART Product Drivers, SMART Response, Mixed Reality Tools for the SMART Document Camera and SMART Notebook Math Tools to a custom folder: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_NOTEBOOK=1 INSTALL_BOARD=1 ENABLE_MATH_TRIAL=1 ENABLE_MR_TRIAL=1 INSTALL_RESPONSE=1 INSTALLDIR="C:\SMART Software" /qn ------------------------------- 2. Deploy SMART Classroom Suite with Spanish and French language packs, and turn off desktop icons (by default they are turned on): msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_CLASSSUITE=1 ES=1 FR=1 DESKTOP_ICONS="" /qn ------------------------------- 3. Deploy SMART Notebook and SMART Product Drivers, install SMART Product Update (SPU) in Dashboard mode and disable Customer Experience Program: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_NOTEBOOK=1 INSTALL_BOARD=1 INSTALL_SPU=2 CUSTOMER_LOGGING=0 /qn ------------------------------- 4. Deploy SMART Notebook, SMART Product Drivers, SMART Response and SMART Sync. Specify a School file: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_NOTEBOOK=1 INSTALL_BOARD=1 INSTALL_RESPONSE=1 INSTALL_SYNC=1 SCHOOLFILE="C:\School" /qn ------------------------------- 5. Deploy SMART Notebook and SMART Product Drivers. Install SPU (default is full notification mode) with the time between SPU checks set to 10 days and with users being notified when updates are available. Install gallery content to a central location: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_NOTEBOOK=1 INSTALL_BOARD=1 SPU_TIME_FRAME=10 NETWORK_CONTENT=1 CONTENT_TARGET_PATH="W:\SMART Software\Gallery" /qn ------------------------------- 5a. Deploy SMART Notebook and SMART Product Drivers. Install SPU, but disable notification mode. Install Gallery content to a central location: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_NOTEBOOK=1 INSTALL_BOARD=1 PRODUCT_NOTIFICATION=0 NETWORK_CONTENT=1 CONTENT_TARGET_PATH="W:\SMART Software\Gallery" /qn ------------------------------- 6. Deploy SMART Notebook and SMART Product Drivers, automatically activate and include the full Gallery Essentials collection, turn off Print Capture Driver and the SMART Document Camera drivers and enable the Customer Experience Program: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_NOTEBOOK=1 NB_PROD_KEY=0124789ASDFASDFK234234 ACTIVATE_LICENSE=1 FULL_GALLERY=1 PRINT_CAPTURE="" INSTALL_DOCCAM_DRIVERS="" CUSTOMER_LOGGING=2 /qn ------------------------------- 7. Deploy and automatically activate SMART Notebook, SMART Product Drivers and SMART Response. Install the Admin contents, Science contents and Lesson Activity Toolkit. Specify Team Content and My Content folders: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_NOTEBOOK=1 NB_PROD_KEY=0124789ASDFASDFK234234 ACTIVATE_LICENSE=1 ADMIN_CONTENT=1 SCIENCE_CONTENT=1 LAT_CONTENT=1 TEAM_CONTENT_PATH="W:\Team Content" MY_CONTENT="C:\My Content" /qn ------------------------------- 8. Deploy and automatically activate SMART Notebook, SMART Product Drivers and SMART Response (in LE mode). By default this command line turns on Tablet PC functionality (ENABLE_STPCS=1) and starts SMART Board Tools (LOSU_BRDTOOLS=1) when the user logs on. This command line also enables registration of unsigned third-party drivers and shows a basic installation wizard: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_RESPONSE=1 INSTALL_NOTEBOOK=1 RESP_PROD_KEY=13579QENVODK394LCIE234 NB_PROD_KEY=10483838WEFLKJDIF83KD3 ACTIVATE_LICENSE=1 RESPONSE_MODE=2 INSTALL_UNSIGNED_DRIVERS=1 /qb ------------------------------- 8a. Do the same as above, but don't enable Tablet PC support or start SMART Board Tools when the user logs on: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_RESPONSE=1 INSTALL_NOTEBOOK=1 RESP_PROD_KEY=13579QENVODK394LCIE234 NB_PROD_KEY=10483838WEFLKJDIF83KD3 ACTIVATE_LICENSE=1 RESPONSE_MODE=2 INSTALL_UNSIGNED_DRIVERS=1 ENABLE_STPCS="" LOSU_BRDTOOLS="" /qb ------------------------------- 9. Deploy and automatically activate SMART Notebook, SMART Product Drivers and SMART Response (in CE mode). Set FILE_PORT, SECURE_BASE_PORT and CERTIFICATE_FOLDER properties: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_RESPONSE=1 INSTALL_NOTEBOOK=1 RESP_PROD_KEY=13579QENVODK394LCIE234 NB_PROD_KEY=10483838WEFLKJDIF83KD3 ACTIVATE_LICENSE=1 RESPONSE_MODE=2 FILE_PORT=23458 SECURE_BASE_PORT= 23457 CERTIFICATE_FOLDER="C:\Encryption\SecurityCertificate.doc" /qn ------------------------------- 10. Deploy and automatically activate SMART Notebook, SMART Product Drivers, SMART Sync and SMART Response with Swahili language pack, specify a central location for the Gallery and enable Internet access for Language and Gallery setup: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_BOARD=1 INSTALL_RESPONSE=1 INSTALL_NOTEBOOK=1 INSTALL_SYNC=1 SW=1 RESP_PROD_KEY=10483838WEFLKJDIF83KD3 NB_PROD_KEY=13579QENVODK394LCIE234 SYNC_PROD_KEY=324987SDK359VLSKD34S33 ACTIVATE_LICENSE=1 RESPONSE_MODE=2 NETWORK_CONTENT=1 CONTENT_TARGET_PATH="C:\SMART Software\Gallery" ACC=3 /qn ------------------------------- 11. Deploy and automatically activate SMART Classroom Suite with Spanish, French and Dutch language packs. By default all desktop icons are created, SPU checks every 15 days and update notifications are enabled. Allow the user to enable Customer Experience Program, enable SNMP Agent and enable Internet access for all components. Install Gallery content on each user's computer from a central network location: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_CLASSSUITE=1 CLASS_PROD_KEY=WMVURN2856SKBVOR1962FO ACTIVATE_LICENSE=1 FR=1 ES=1 NL=1 SPU_TIME_FRAME=15 CUSTOMER_LOGGING=1 START_SNMP_SERVICE=1 ACC=15 CONTENT_SOURCE_PATH="W:\SMART Software\Gallery" CONTENT_TARGET_PATH="C:\SMART Software\Gallery" /qn ------------------------------- 12. Deploy and automatically activate SMART Classroom Suite with Spanish, French and Dutch language packs. Don't install SPU. Turn off desktop icons. Allow the user to enable Customer Experience Program, enable SNMP Agent and enable Internet access for all components. Install Gallery content on each user's computer from a central network location: msiexec /i "C:\Work\Chained MSI\SMART Education Software 2011.msi" INSTALL_CLASSSUITE=1 CLASS_PROD_KEY=WMVURN2856SKBVOR1962FO ACTIVATE_LICENSE=1 FR=1 ES=1 NL=1 INSTALL_SPU=0 DESKTOP_ICONS="" CUSTOMER_LOGGING=1 START_SNMP_SERVICE=1 ACC=15 CONTENT_SOURCE_PATH="W:\SMART Software\Gallery" CONTENT_TARGET_PATH="C:\SMART Software\Gallery" /qn -------------------------------