Forum Discussion
Anonymous
Nov 14, 2018Uninstall application using intune
Hello, We are using Box as a filshare system and we need to push out Box Drive to all clients. Before we can do that we need to uninstall "Box Sync", is there a way to uninstall box sync using Wi...
Jul 01, 2020
Hey Livi_1,
I would simply script the uninstall via PowerShell script and package it up as intunewin. So, take a lab VM install Citrix Receiver and then test your uninstall script to uninstall the complete bundle by calling every uninstall command line for every Citrix Receiver msi. The final tested script should be packaged as intunewin and distributed. It's more a matter of figuring out the correct uninstall strings for all individual components of the Citrix Receiver, the rest is simple scripting and wrapping in intunewin.
best,
Oliver
Livi_1
Jul 08, 2020Copper Contributor
Thanks! It might take me a while to figure how to do that but I'll give it a shot. Oliver Kieselbach