

Options: Interactive = Shows dialogs, Silent = No dialogs, NonInteractive = Very silent, i.e. Specifies whether the installation should be run in Interactive, Silent, or NonInteractive mode. The script dot-sources the AppDeployToolkitMain.ps1 script which contains the logic and functions required to install or uninstall an application. The install deployment type is broken down into 3 main sections/phases: Pre-Install, Install, and Post-Install.

The script either performs an "Install" deployment type or an "Uninstall" deployment type. The script is provided as a template to perform an install or uninstall of an application(s).
