Uninstall out-of-browser silverlight application programmatically

前端 未结 5 1735
别跟我提以往
别跟我提以往 2021-02-09 21:04

How to uninstall out-of-browser silverlight 4 application programmatically instead of using the contextmenu (e.g. if I want to replace the context menu)?

Edit

5条回答
  •  忘掉有多难
    2021-02-09 21:24

    I'm not sure you can do this programmatically.

    One option is to get the user to use Add/Remove programs to remove it.

    Another is to use the silent installation option to remove it ( link - http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2010/03/24/silverlight-4-rc-and-the-silent-installation.aspx ) but that involves COM interop calls.

    Mike.

提交回复
热议问题