Jeff Turley
Member
- Messages
- 8
- Reaction score
- 1
- Points
- 3
Created a script using powershell application deployment toolkit to install and uninstall notepad++. Install works fine, uninstall correctly uninstalls Notepad++ the software center shows a status of failed. The command I am using to uninstall Notepad++ is:
Execute-Process -Path “C:\Program Files (x86)\Notepad++\uninstall.exe” -Parameters “/S”
I am pretty sure it has something to do with this:
https://social.technet.microsoft.co...ng-to-software-center?forum=configmanagerapps
But I do not know how to add a timeout to the installation script.
Thanks
Execute-Process -Path “C:\Program Files (x86)\Notepad++\uninstall.exe” -Parameters “/S”
I am pretty sure it has something to do with this:
https://social.technet.microsoft.co...ng-to-software-center?forum=configmanagerapps
But I do not know how to add a timeout to the installation script.
Thanks