SMART Technologies 4.0 SP1 User Manual

Page of 54
CHAPTER 3
DEPLOYING THE INSTALLATION PACKAGE
27
smarttech.com/kb/170518
12. Close all open windows and dialog boxes.
NOTE
The time it takes to deploy the software depends on the size of your network.
Using the command line interface
Using the command line interface, you can deploy installation packages in many ways, such as
running commands from the Command Prompt window and including commands in batch script
files.
To deploy .NET Framework 4
Run the following command to deploy the installation package in user interface mode:
[Path]\dotNetFx40_Full_setup.exe /passive /showfinalerror
OR
Run the following command to deploy the installation package in silent mode:
[Path]\dotNetFx40_Full_setup.exe /q
Where
[Path] is the path to the dotNetFx40_Full_setup.exe file.
To deploy Visual Studio Tools for Office
Run the following command to deploy the installation package for 32-bit computers:
[Path]\vstor40_x86.exe /q
OR
Run the following command to deploy the installation package for 64-bit computers:
[Path]\vstor40_x64.exe /q
Where
[Path] is the path to the vstor40_x86.exe or vstor40_x64.exe file.
To deploy the SMART Meeting Pro software installation package
Run the following command if you created an MST file to customize the installation package:
msiexec /i "[Path]\SMARTMeetingProInstaller.msi" TRANSFORMS="[MST file]"
[Parameter]
OR