Skip to main content
Version: 4.0

Deployment Script

The Invoke-AppDeployToolkit.ps1 script is where you will spend most of your time when using PSAppDeployToolkit. This script is the main entry point for the deployment and is responsible for executing the deployment phases.

Deployment Types

The script is broken down into three main deployment types:

  • Install
  • Uninstall
  • Repair

Deployment Phases

Each of these types has three phases:

  • Pre-InstallType
  • InstallType
  • Post-InstallType

Script

The script is broken down into the following sections:

Install TypePhaseDeployment Tasks
Install-ADTDeploymentPre-InstallPrompt to close processes, allow defer, uninstall / clean-up previous versions
InstallInstall application
Post-InstallDrop additional files, registry tweaks, cleanup, prompt for restart
Uninstall-ADTDeploymentPre-UninstallDisplay end user messaging, close processes
UninstallUninstall application
Post-UninstallPrompt for restart
Repair-ADTDeploymentPre-RepairDisplay end user messaging, close processes, uninstall / clean up previous versions
RepairRepair application
Post-RepairDrop additional files, registry tweaks, reset settings, prompt for restart