Question

When developing how do I uninstall OOB silverlight app?

In the past I've gone into add/remove programs and found it there.

I can see there is a sllauncher.exe in C:\Program Files\Microsoft Silverlight and some params that talk about uninstall but I cannot work out to how to use the uninstall option.

Assume my app is in C:\DotNetDev2010\SilverlightBlend4\SilverlightApp\SilverlightApp How do I uninstall it?

Thanks.

Was it helpful?

Solution

As stated earlier, simply open the application then right-click and select Uninstall. That will work for any OOB application.

OTHER TIPS

It seems the problem was I had set Properties\Debug\Start Action to Out-of-browser application to my site to aid debugging OOB but this sets the property App.Current.IsRunningOutOfBrowser in your app to true even though it is not installed. I've set Properties\debug\Start action to Dynamically generate a test page; now it installs and uninstalls as it should.

Thanks for all your comments.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top