Registry Entries Remain After Shockwave Uninstall

Ask a Question related to Macromedia Shockwave, Design and Development.

  1. #1

    Default Registry Entries Remain After Shockwave Uninstall

    Whilst researching a Firefox crash I noticed that although I was running
    Shockwave 11, there were several entries in the Registry with Shockwave 10 in
    the key. -
    ...[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Shockwave 10]
    ...[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Shockwave 10\location\coreplayer]
    ...[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Shockwave
    10\location\coreplayerxtras]
    ...[HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Shockwave 10\globaluid]
    @="{73CCE0D0-06C3-4956-9B05-970D36E8252F}"
    ...[HKEY_CURRENT_USER\Software\Macromedia\Shockwave 10]
    ...[HKEY_CURRENT_USER\Software\Macromedia\Shockwave 10\location\coreplayer]
    ...[HKEY_CURRENT_USER\Software\Macromedia\Shockwave
    10\location\coreplayerxtras]
    ...[HKEY_CURRENT_USER\Software\AppDataLow\Macromedia\S hockwave 10

    So I uninstalled Shockwave 11 using sw_uninstaller.exe and there were several
    remaining registry entries with Shockwave 11 in the key as well as 2 with
    Shockwave 10 in the key.
    I manually deleted a couple of folders that were left behind after the
    uninstall and then I deleted all the leftover registry keys (making sure to
    export copies of them first just in case).

    With as 'clean' of a system as I could get it, I then re-installed Shockwave
    11 and verified that it was installed correctly by using the Player Test Page.
    I then looked in the registry and the version 11 instal had re-created 2 keys
    with Shockwave 10 in the key.

    Why does this happen?
    Is it because Version 11 is under Adobe in the registry and previous versiobs
    are under Macromedia?

    Thanks

    johnjinsfcity Guest

  2. Similar Questions and Discussions

    1. I can get my table to remain uniform.
      I am a novice a create webpage so please bear with me. I am trying to put together a Stats page for a football league website. I have uploaded the...
    2. mystery log registry entries driving me and my serverbonkers
      OK, been trying to figure this one out forever. Turned client storeage to "cookie" based. In my application.cfm looks like this: <cfapplication...
    3. Help with Access fields when they are to remain blank
      I have some sections of my database that will be left empty. I am trying to update my database via my web admin pages without any success. What...
    4. Help! Registry Listing only Partial Entries??
      My ASP code access the registry to check for a installed path, i can manually and also thru windows application i can access the entry. But in ASp...
    5. removed kde but remnants remain
      I recall I at one point "removed kde from my system", however I still see # dpkg -l kde\*|grep ^i ii kdeaddons-doc- 3.1.2-1 KDE add-ons...
  3. #2

    Default Re: Registry Entries Remain After Shockwave Uninstall

    Although SW11 is the current version, there is "legacy" content that
    requires SW10 to run properly. Developers need to add a value
    (playerVersion) to the <Object> and <Embed> tags to target SW11
    specifically, otherwise the plugin will auto-download version 10.4 and
    run under that.
    <http://www.adobe.com/support/director/ts/documents/kb403195/Director11_Whitepaper.pdf>
    Sean Wilson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139