

NonInteractive mode is automatically set if it is detected that the process is not user interactive.Īllows the 3010 return code (requires restart) to be passed back to the parent process (e.g. 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). Copy the PowerShell script below to “C:\Downloads\ WiseProgramUninstaller“ & name it Deploy- WiseProgramUninstaller.ps1.Download & Copy the WPUSetup_w.x.y.z.exe to “C:\Downloads\WiseProgramUninstaller\Files\”.

Next we’ll want to download the EXE installer for Wise Program Uninstaller. You should now see the AppDeploymentToolkit folder with files & the empty Files folder at “C:\Downloads\WiseProgramUninstaller”

Enter the following commands to copy the AppDeployToolkit & Files folders to “C:\Downloads\WiseProgramUninstaller”:.Expand-Archive -Path C:\Downloads\PSAppDeployToolkit_v3.8.4.zip -DestinationPath C:\Downloads\PADT.Enter the following command to extract the contents of the zip file:.

