Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

uninstall silverlight on mac os x RSS

7 replies

Last post Jun 02, 2010 01:05 PM by Srinivas.R

(1)
  • lyla

    lyla

    0 Points

    1 Post

    uninstall silverlight on mac os x

    Aug 23, 2007 02:17 PM | LINK

    i want to remove silverlight from my mac os x completely - can you tell me how i do that? thank you :-) lyla
  • blanders

    blanders

    Member

    148 Points

    58 Posts

    Microsoft

    Re: uninstall silverlight on mac os x

    Aug 24, 2007 03:16 AM | LINK

    rm -rf /Library/Internet\ Plug-Ins/Silverlight.plugin
    rm -rf /Library/Receipts/Silverlight*.pkg
    rm -rf ~/Library/Application\ Support/Microsoft/Silverlight

    Bridgette [MSFT]
  • romeo_osma

    romeo_osma

    Member

    6 Points

    8 Posts

    Re: uninstall silverlight on mac os x

    Feb 26, 2008 03:10 AM | LINK

    what's rm -rf / stands for?[:)]

  • blanders

    blanders

    Member

    148 Points

    58 Posts

    Microsoft

    Re: uninstall silverlight on mac os x

    Feb 28, 2008 07:17 PM | LINK

    romeo_osma

    what's rm -rf / stands for?Smile

    rm = remove

    -r = recursively

    -f = force

    If you open a terminal window on a Mac, you can use those commands to delete files.  You can also type "man rm" (without the quotes) in a terminal window for more details on the 'rm' command

     

    Bridgette [MSFT]
  • scottlepich

    scottlepich

    Member

    2 Points

    1 Post

    Re: Re: uninstall silverlight on mac os x

    Sep 30, 2008 01:25 AM | LINK

    In the interest of preventing someone a big heartache I feel like i should chime in here and let it be known that it would be a really, really bad idea run the "rm -rf" command with the root of the file system "/" as an argument: that would unlink your entire filesystem.  In other words erase all your files on your mac.  Don't do it. :)

  • CrazyCatLady

    CrazyCatLady

    Member

    4 Points

    2 Posts

    Re: uninstall silverlight on mac os x

    Mar 02, 2010 05:32 PM | LINK

    On Snow Leopard the receipts are stored in a different location, try looking here and deleting the receipt if its found: /var/db/receipts
  • pb_zeppelin

    pb_zeppelin

    Member

    2 Points

    1 Post

    Re: Re: uninstall silverlight on mac os x

    May 29, 2010 09:21 PM | LINK

    Thanks! This helped -- the extra receipt files to remove, in addition the ones above, were listed in

    /var/db/receipts

    com.microsoft.installSilverlightPlugin.bom
    com.microsoft.installSilverlightPlugin.plist

    I searched for "uninstall silverlight for osx" to reach this page -- hope it helps someone.

  • Srinivas.R

    Srinivas.R

    Participant

    1848 Points

    482 Posts

    Re: uninstall silverlight on mac os x

    Jun 02, 2010 01:05 PM | LINK

     Try This:

    http://forums.macrumors.com/showthread.php?t=474827

    http://support.microsoft.com/kb/970064

     

    Mark as a Answer if it helps

    Mark As Answer if it helps you


    R.Srinivas