

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). This script performs the installation or uninstallation of an application(s). The install works perfectly, it is the uninstall i struggle with. If i comment out the installation portion, then nothing happens.įor sanity sake this is my current script. The biggest issue for me is that no matter what i put for the uninstall, it is the Installation part that always runs. xml in the root (where setup is), in the Support folder (where the scrub.vbs files are) and still nothing works. Not sure why it wants to keep running the Installation portion.

:: is a valid fully qualified path, continue.Ğxecute-Process 9:33:16 AMĔ428 (0x114C) :: Spin up progress dialog in a separate thread with message. So by using Deploy-Application.exe -Uninstall, for some reason when you click on it, it runs the Installation portion :: Deployment type is. It seems running the “Uninstall” looks to run the “install” portion.
