Programmatically uninstalling Silverlight Out-Of-Browser Application - by Sergio Loscialo

Every once in a while there comes a need to provide a mechanism to uninstall your application programmatically. For Silverlight Out-Of-Browser applications , there seemed to be no way to accomplish it. Fortunately, there's a work-around that trusted OOB applications running in Windows can use.

Silverlight OOB applications are launched via the "sllauncher.exe" command. And if you open the properties on an OOB shortcut, you will see a target textbox with something like this.

Read More from: Original Source