This is an easy one, but the uninstall is a little interesting so I thought I’d add this.
Using the PSApp Deploy Toolkit:
Install:
Execute-Process -Path ‘CitrixReceiver.exe’ -Parameters ‘/silent /norestart’ -WindowStyle ‘Hidden’
Uninstall:
Execute-Process -Path “C:\ProgramData\Citrix\Citrix Receiver\TrolleyExpress.exe” -Parameters ‘/uninstall /cleanup /silent /noreboot’ -WindowStyle ‘Hidden’
Leave a Reply