Packaging Citrix Receiver 4.4

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.