Uninstalling/reinstalling CS2

I recen'ty got a new machine and ran into the activation issues with older versions of the Suite. I have CS5, but need to run Photoshop CS2 as well for the screening features in the output end of things that were removed from 5 & 6.
I found the link to the new download of the suite that Adobe provided for the new activation process of CS2 but ran into uninstall problems with the version I installed from disk. When I try to install from the download, it detects Photoshop and Illustrator CS2 installed on my machine despite uninstalling them. The "uninstaller" failed to work, so I went throught the manual uninstallation including the registry edits but the CS2 installer still detects Illustrator and Photoshop CS2 as installed.
FWIW I am running Win 7 64 bit and the CS5 Suite as well. I simply need to keep a working version of Photoshop CS2 in addition to that for my output necessities. Unfortunately this is not a problem I can solve by simply upgrading software as the feature no longer exists in the newer versions. The last version that supported line screen & angle control was CS4, which I do not own because I jumped from CS2 to CS5.  Any advice on how to find and remove the previous CS2 install information that the new installer is detecting would save me a lot of grief as at this point I am out of ideas except reformatting and starting from scratch.

I just found this - however (understanding the risk) have no idea how to
implement it. Can you point me in the right direcion. I know about
registry edits but this appears to be an automated script of some sort.
#include <GUIConstants.au3> GUICreate("Adobe CS2 Remover", 175,
115,-1,-1,BitAND($GUI_SS_DEFAULT_GUI, BitNOT($WS_CAPTION)),
$WS_EX_TOPMOST) Opt("GUIOnEventMode", 1) $Actvate =
GUICtrlCreateButton("Remove", 10, 40, 60) GUICtrlSetOnEvent($Actvate,
"_remove") $exit = GUICtrlCreateButton("Exit", 104, 40, 60)
GUICtrlSetOnEvent($exit, "_Terminate") $progressbar1 =
GUICtrlCreateProgress (10,80,155,20) GUICtrlCreateLabel("Adobe Creative
Suite 2 Remover", 10 , 10) GUISetState() While 1 Sleep(100) WEnd Func
Terminate() Sleep(100) Exit EndFunc ;==>Terminate Func _remove()
Sleep(1000) GUICtrlSetData ($progressbar1,5)
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,15)
RegDelete("HKEY_CURRENT_USER\Software\", "Adobe")
RegDelete("HKEY_LOCAL_MACHINE\Software\", "Adobe") GUICtrlSetData
($progressbar1,20) Sleep(2000)
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_CLASSES_ROOT\Installer\Features\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,30)
Sleep(1000) RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_CLASSES_ROOT\Installer\Products\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,35)
Sleep(1000)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,40)
Sleep(1000)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,50)
Sleep(2000)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"08E8456490400000E7A85400F0580510")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"3618C4F7952F0A940A8182759A5087CB")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"4C7BB6329144DF244090E152A7523ED4")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"C80D5F2B97E7DCF4AA4F75DA53FF6010")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"C9AAD94C8AB5A95428445EB796FDF040")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Products\",
"EE64EBDA0E4501644B637D9ED3281900") GUICtrlSetData ($progressbar1,60)
Sleep(1000)
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"Adobe GoLive CS2 English")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"Adobe Illustrator CS2")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"Adobe InDesign CS2")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"Adobe Photoshop CS2")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"Adobe Photoshop CS2")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{0134A1A1-C283-4A47-91A1-92F19F960372}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{236BB7C4-4419-42FD-0409-1E257A25E34D}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{46548E80-0409-0000-7E8A-45000F855001}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{7F4C8163-F259-49A0-A018-2857A90578BC}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{ADBE46EE-54E0-4610-B436-D7E93D829100}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{B2F5D08C-7E79-4FCD-AAF4-57AD35FF0601}")
RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\",
"{C49DAA9C-5BA8-459A-8244-E57B69DF0F04}") GUICtrlSetData
($progressbar1,70) Sleep(1000)
RegDelete("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\",
"Adobe Version Cue CS2")
RegDelete("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\",
"Adobe Version Cue CS2") GUICtrlSetData ($progressbar1,80) Sleep(1000)
DirRemove("C:\Documents and Settings\All Users\Application Data\Adobe",
1) DirRemove("C:\Documents and Settings\All Users\Start
Menu\Programs\Adobe GoLive CS2", 1) DirRemove("C:\Documents and
Settings\All Users\Start Menu\Programs\Adobe Illustrator CS2", 1)
DirRemove("C:\Documents and Settings\All Users\Start Menu\Programs\Adobe
ImageReady CS2", 1) DirRemove("C:\Documents and Settings\All Users\Start
Menu\Programs\Adobe InDesign CS2", 1) DirRemove("C:\Documents and
Settings\All Users\Start Menu\Programs\Adobe Photoshop CS2", 1)
DirRemove("C:\Documents and Settings\All Users\Application Data\Adobe",
1) DirRemove("C:\WINDOWS\system32\Adobe", 1)
DirRemove("C:WINDOWS\Installer\{236BB7C4-4419-42FD-0409-1E257A25E34D}",
1)
DirRemove("C:WINDOWS\Installer\{7F4C8163-F259-49A0-A018-2857A90578BC}",
1)
DirRemove("C:WINDOWS\Installer\{B2F5D08C-7E79-4FCD-AAF4-57AD35FF0601}",
1) GUICtrlSetData ($progressbar1,90) Sleep(1000) DirRemove("C:\Documents
and Settings\" & @UserName & "\Application Data\Adobe", 1)
DirRemove("C:\Documents and Settings\" & @UserName & "\Start
Menu\Programs\Adobe GoLive CS2", 1) DirRemove("C:\Documents and
Settings\" & @UserName & "\Start Menu\Programs\Adobe Illustrator CS2",
1) DirRemove("C:\Documents and Settings\" & @UserName & "\Start
Menu\Programs\Adobe ImageReady CS2", 1) DirRemove("C:\Documents and
Settings\" & @UserName & "\Start Menu\Programs\Adobe InDesign CS2", 1)
DirRemove("C:\Documents and Settings\" & @UserName & "\Start
Menu\Programs\Adobe Photoshop CS2", 1) DirRemove("C:\Documents and
Settings\" & @UserName & "\Application Data\Adobe", 1) GUICtrlSetData
($progressbar1,95) Sleep(1000) DirRemove("C:\Program Files\Common
Files\Adobe", 1) DirRemove("C:\Program Files\Adobe\", 1) GUICtrlSetData
($progressbar1,100) EndFunc

Similar Messages

  • Still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs? by stephenftlaud

    still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs? bystephenftlaud

    Hi,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Open Console in Applications>Utilities & see if there are any clues or repeating messages when trying to open CS2.

  • Still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs?

    still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs?

    Hi,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Open Console in Applications>Utilities & see if there are any clues or repeating messages when trying to open CS2.

  • Adobe Bridge is not fuctiong correctly, I need to reinstall CS2

    I have Adobe CS2, I recently took a ton of pictures in Large and Raw with my Canon Camera. When I upladed then to my computer and wanted to work on the .RAW images my Bridge will not allow me to adjust the .RAW images.  I am assuming I need to reinstall my CS2.  How do I do this with out losing my activation codes.
    Thank you

    No, do not uninstall/reinstall.   What you need to do is reset preferences.   Hold down the Crtl key and start Bridge.  You will get a reset window, choose all 3 options.  That should get you back to normal.

  • Help needed uninstalling PS CS2 & CS3

    Hi, I have PS v7, CS2 & Creative Suite 3 design Premium on my late 2004 Mac iBook.
    After I installed Creative suite I used it for a short while then got the message Licencin for this product has stopped working, usinstall & reinstall.
    I did this 3 times & still got the same error message. I'm not sure if it's always after updating or even before.
    I needed to use PS while CS3 was stuck like that & so I opened CS2 & got the message Serious error has been detected. To continue using PS pls. uninstall & reinstall.
    I'm looking at this page
    http://kb.adobe.com/selfservice/viewContent.do?externalId=331404
    & have trashed all the files mentioned that I have except
    3. Delete the Adobe folder from the Users/[User]/Library/Application Suppor
    This folder has 19 items in including a Lightroom folder & an XMP folder that I'm thinking I might miss if I delete. Shall I delete all but these?
    I've read I have to install CS2 1st before CS3 so I started uninstalling CS2 1st but I think if I uninstal CS3 with it's nice installer I can see what's left in this folder.
    Any help appreciated.
    Thanks.

    After running the uninstaller for CS3 there are still 19 items in that Adobe folder in Applications support folder including one called Adobe Photoshop CS3 & another called Bridge CS3. The uninstaller didn't remove Acrobat 9 which had a separate install disc. There is also an Acrobat folder in that Adobe folder & an Air folder & a CS3 stock photos folder.
    There is also an adobe photoshop CS3 folder still in my applications folder with plugins & samples inside.
    I'm thinking to trash everything with CS3 in the name & leave the rest & hope it doesn't matter if some belong to CS2.
    Any advice?

  • Can't uninstall/reinstall Adobe Illustrator.

    I can't uninstall/reinstall Adobe Illustrator.
    Setup Error
    Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance.
    The requested operation is successful. Changes will not be effective until the system is rebooted.
    OK
    Please, help me

    My appologies.  It's been a while since ive used a support forum.  Im using Windows XP Pro SP 3. 3GHz P4, 512 RAM
    No, I can not see anything on the disc.  I cant even see the discs for that matter.  I have tried all three discs in both drives of my computer and it just shows the drive label.  When I double click, it says "please insert a disc in to drive."  But again, the discs work on othere computers, and other discs work in these drives.
    I guess I should also say that I have tried the Add/Remove programs.  On the CS2 Tryout I get the error stated in the original message.  When I try to uninstall CS3 I get a brief popup flash on my screen and then it disappears.  Nothing more happens.
    Thanks

  • I am havign huge problems getting itunes 11.1.4 working on my windows 7 laptop. I have run itunes for some years, and regularly updated it when prompted. I have followed many of the suggestions e.g. uninstalling reinstalling, etc

    I have spent hours trying to get itunes working on my laptop.
    The only functinoality I crave is to be able to get pictures off my iphone 5 (which has the latest ios installed.), as almost all other functinoality of itunes I find painful beyond belief. It has the worst ergonomics I think of any software I have ever used, which is bizarely at odds with the mobile decvices, which by and large work quite nicely (indeed, why I bought them!)
    My laptop runs windows 7. It has all the latest microsoft updates installed (I am religious about this: it always has had.)
    I have run itunes on this machine for some years, regularly updating when I am prompted to.
    A few days back i was prompted to update to 11.1.4
    It failed to install badly. whatever I try at some point during the install process the installer just hangs, or never terminates.
    All communication between computer and iphone functionality has been lost.
    Nothing eles on my machine is behaving oddly. slowly etc. it is only apple stuff that isn't working.
    I googled and found a lot of recurring themes on apple forums:
    So far I have tried:
    uninstalling / reinstalling. (hangs during installation).
    Restarting the machine between uninstall and reinstall.
    Searching and removing any directories/ contents related to apple, after the uninstall, prior to machine reboot.
    I have even used iobit uninstaller, as removing apple software as you know is almost impossible (ever tried disabbling the quicktime updater that runs at startup? it's like a virus !!)
    I have removed all apple software incl quicktime.
    I have tried the microsoft software installer fixit link often posted to.
    i have tried unpacking the apple installation file, using the latest version of winrar, to try installing one at a time.
    I have found the installation is very very very slow (it looks as though it hangs, but i leave it running in the background, after 15-20 minutes, the status starts advancing for example). so far I have managed to install the first few components up to applesoftware  update,msi, and they seem to need to be run multiple times.
    (this last one took about 40 minutes).
    I have been very careful to install / uninstall the software components int eh "prescribed" order.
    I have tried each step multiple times, rebooting the machine numerous times, cleaning temp folders (with ccleaner) etc.
    I ave tried installing when my virus checker AVG is disabled.
    (i have virus checked the machine with AVG and malware bytes, I have the latest microsft security essential updates installed.)
    I ahve tried stopping apple services (as suggested in one of the apple forum posts).
    As you can gather I'm seriously tearing my hair out.
    I presume there is some kind of generic bug in this installer: as a friend had exactly the same problem on sunday night, with a different machine, running windows 7, and a couple of her colleagues at work has had the self same problem over the weekend, though none of them seem to have gone to the lengths I have yet !
    I tried doing a system restore, but my machine seems to have lunched all previous system restore points, so I can't . Arrrrrgggg !
    Is an older version of itunes available so i can install that instead ?
    What should I do next ?
    Jonathan

    I have spent hours trying to get itunes working on my laptop.
    The only functinoality I crave is to be able to get pictures off my iphone 5 (which has the latest ios installed.), as almost all other functinoality of itunes I find painful beyond belief. It has the worst ergonomics I think of any software I have ever used, which is bizarely at odds with the mobile decvices, which by and large work quite nicely (indeed, why I bought them!)
    My laptop runs windows 7. It has all the latest microsoft updates installed (I am religious about this: it always has had.)
    I have run itunes on this machine for some years, regularly updating when I am prompted to.
    A few days back i was prompted to update to 11.1.4
    It failed to install badly. whatever I try at some point during the install process the installer just hangs, or never terminates.
    All communication between computer and iphone functionality has been lost.
    Nothing eles on my machine is behaving oddly. slowly etc. it is only apple stuff that isn't working.
    I googled and found a lot of recurring themes on apple forums:
    So far I have tried:
    uninstalling / reinstalling. (hangs during installation).
    Restarting the machine between uninstall and reinstall.
    Searching and removing any directories/ contents related to apple, after the uninstall, prior to machine reboot.
    I have even used iobit uninstaller, as removing apple software as you know is almost impossible (ever tried disabbling the quicktime updater that runs at startup? it's like a virus !!)
    I have removed all apple software incl quicktime.
    I have tried the microsoft software installer fixit link often posted to.
    i have tried unpacking the apple installation file, using the latest version of winrar, to try installing one at a time.
    I have found the installation is very very very slow (it looks as though it hangs, but i leave it running in the background, after 15-20 minutes, the status starts advancing for example). so far I have managed to install the first few components up to applesoftware  update,msi, and they seem to need to be run multiple times.
    (this last one took about 40 minutes).
    I have been very careful to install / uninstall the software components int eh "prescribed" order.
    I have tried each step multiple times, rebooting the machine numerous times, cleaning temp folders (with ccleaner) etc.
    I ave tried installing when my virus checker AVG is disabled.
    (i have virus checked the machine with AVG and malware bytes, I have the latest microsft security essential updates installed.)
    I ahve tried stopping apple services (as suggested in one of the apple forum posts).
    As you can gather I'm seriously tearing my hair out.
    I presume there is some kind of generic bug in this installer: as a friend had exactly the same problem on sunday night, with a different machine, running windows 7, and a couple of her colleagues at work has had the self same problem over the weekend, though none of them seem to have gone to the lengths I have yet !
    I tried doing a system restore, but my machine seems to have lunched all previous system restore points, so I can't . Arrrrrgggg !
    Is an older version of itunes available so i can install that instead ?
    What should I do next ?
    Jonathan

  • Firefox will not open, and I can't uninstall/reinstall because it says "close Firefox first"

    After running Ccleaner today (and it asked me to "close Firefox or the internet cache will not be cleared", but Firefox was closed or so I think), I can't open Firefox at all; double-clicking the Firefox icon on the desktop does nothing, and no other way works. I thought of doing an uninstall/reinstall but it says "close Firefox first" - but for me it is truly closed.

    See if you can Force Quit things holding CMD+Option+esc keys.

  • ITunes won't open, even after complete uninstall/reinstall of iTunes/Qktime

    Hello
    This morning iTunes started refusing to open. When opened it bounces twice and then closes.
    Strange, because I didn;t just update. It worked fine after my last update and up until the present. I'm not sure but it could have started happening after I plugged in my iPod Touch 16gb 2.0. I did that sometime this morning.
    I did a complete uninstall/reinstall of both Itunes and Quicktime, and I also uninstalled Flip to Mac as I read here it could be related. Restarted my computer many times. Now, same problem, iTunes won't start.
    I live in noisy Barcelona and i'm going crazy without tunes...

    Update... so i backed up files from three folders shown below:
    'User'/AppData/Roaming/Apple Computer/
    'User'/AppData/Local/Apple Computer/
    'User'/Music/iTunes/(all files except music and app folders)
    Then I uninstalled iTunes & Quicktime
    Restarted Machine
    Reinstalled iTunes (which reinstalls Quicktime as well)
    Opend iTunes to make sure it worked (it did), then closed it.
    Copied all of the original files back over to their original locations.
    Restarted iTunes
    Everything appears to be back to normal (iPhone sync works properly as well)
    Hope this helps for anyone else seeking an answer!
    Kyle

  • Firefox 3.6.12 won't open under WinXP. Have uninstalled/reinstalled several times. When I start the program (including safe mode) I see a Firefox process appear for about 3 seconds, then disappear. Run full scan with Norton with no malware discovered.

    I've used Firefox for years with no problems. I've not installed any new extensions or programs between the time it worked great and when the problem began.
    I click to start FF (shortcut, directly on program file, etc.) and I get an hourglass for a couple of seconds like it's starting, then nada. As mentioned, I see FF show up as a process in Task Manager for about 3 seconds, then disappear.
    Solutions I've tried include: Uninstall/reinstall on the same drive and a separate drive, registry cleanup/optimization w/Norton Utilities, full scan for malware/viruses with Norton, stopping some autostartup programs that were installed and in use while FF was running fine.

    I've used Firefox for years with no problems. I've not installed any new extensions or programs between the time it worked great and when the problem began.
    I click to start FF (shortcut, directly on program file, etc.) and I get an hourglass for a couple of seconds like it's starting, then nada. As mentioned, I see FF show up as a process in Task Manager for about 3 seconds, then disappear.
    Solutions I've tried include: Uninstall/reinstall on the same drive and a separate drive, registry cleanup/optimization w/Norton Utilities, full scan for malware/viruses with Norton, stopping some autostartup programs that were installed and in use while FF was running fine.

  • Creative cloud desktop won't load the "apps" section/shows download error/ have uninstalled & reinstalled/ also completed yosemite os install successfully to see if it was a compatability issue/but still shows download error on apps/ this only occurred af

    I have a macbook pro 2010 & extra storage and drive space
    I don't know what the link is between the new creative cloud update in january and the loss of my apps  & downloading error after that update, to the desktop window?
    Before that I hadn't had any trouble with the apps window..all the other parts are syncing and seem fine?
    I uninstalled & reinstalled the creative cloud desktop
    I installed the yosemite os x to see if the new interface was an issue...all was fine with the yosemite install
    I have checked for the answer in the troubleshooting guide
    nothing seems to apply at this point...
    didn't know if anyone else was having the same difficulty?
    Thanks

    is this the 'unknown' download error or some other error?  attaching a screenshot of the error if it's in english would be helpful.

  • I have uninstalled, reinstalled, scraped, redo.. and Adobe Flash is still not working on my 64 bit W

    I have uninstalled, reinstalled, scraped, redo.. and Adobe Flash is still not working on my 64 bit Win 7 system - where can I get an older version of flash it used to work - I have been fighting this for weeks and I have just about had it!!!

    =O====== M/11.0.1.152 2011-11-03+20-46-10.923 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\4E05.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.dll
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/11.0.1.152 2011-11-03+20-46-11.479 ========
    =O====== M/11.1.102.55 2011-12-22+14-25-22.839 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\907E.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 4
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx 5
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.dll 5
    0007 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11c_ActiveX.exe 5
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.dll
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.55 2011-12-22+14-25-28.203 ========
    =O====== M/11.1.102.62 2012-02-17+17-28-48.780 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\3C83.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash11e.ocx 5
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.dll 5
    0007 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_ActiveX.exe 5
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11f.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.dll
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.62 2012-02-17+17-28-50.559 ========
    =O====== M/11.1.102.63 2012-03-06+22-39-45.880 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\AAD5.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11g_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.1.102.63 2012-03-06+22-40-05.789 ========
    =O====== M/11.2.202.228 2012-04-02+20-31-37.451 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{77AB1D51-8573-4C3A-AB5C-5449C6178A82}\InstallFlash Player.exe" -install -skipARPEntry -iv 4
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11f_ActiveX.exe 5
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001102
    0011 [W] 00001106
    0012 [I] 00000012
    =X====== M/11.2.202.228 2012-04-02+20-32-51.563 ========
    =O====== M/11.2.202.228 2012-04-02+21-16-36.373 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{32D818EB-7AB4-4EF9-A555-E706FB6CD0CD}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [W] 00001036 Software\Opera Software/Plugin Path 2
    0009 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_228.dll
    0010 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_Plugin.exe
    0011 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0019 [I] 00000012
    =X====== M/11.2.202.228 2012-04-02+21-16-46.743 ========
    =O====== M/11.2.202.228 2012-04-02+23-58-28.875 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{1B528E5F-7FB1-4420-B383-B487F603ABC0}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-02+23-58-30.356 ========
    =O====== M/11.2.202.228 2012-04-03+12-47-48.926 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{74E1526C-DA12-413C-B167-EEB76CD26E3B}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0012 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Plugin Path 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.228 2012-04-03+12-47-49.060 ========
    =O====== M/11.2.202.228 2012-04-03+12-48-20.078 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{63754798-338F-48CD-86B4-E24C87EA8C94}\InstallFlash Player.exe" -uninstall activex
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0007 [W] 00001021
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0012 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001106
    =X====== M/11.2.202.228 2012-04-03+12-48-21.034 ========
    =O====== M/11.2.202.228 2012-04-03+13-19-26.250 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.2.202.228 2012-04-03+13-19-26.270 ========
    =O====== M/11.2.202.228 2012-04-03+13-19-26.260 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.2.202.228 2012-04-03+13-19-26.282 ========
    =O====== M/11.2.202.228 2012-04-03+13-19-24.150 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{C875AE6F-A9A6-4CFE-8113-B6D4E5B834CE}\InstallFlash Player.exe" -install -skipARPEntry -iv 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001102
    0011 [W] 00001106
    =X====== M/11.2.202.228 2012-04-03+13-19-26.345 ========
    2012-4-4+4-16-0.210 [error] 1223 1056
    2012-4-4+7-16-0.211 [error] 1223 1056
    2012-4-5+0-16-0.210 [error] 1223 1056
    2012-4-5+7-16-0.225 [error] 1223 1056
    2012-4-6+0-16-0.211 [error] 1223 1056
    2012-4-6+4-16-0.211 [error] 1223 1056
    2012-4-7+7-16-0.210 [error] 1223 1056
    2012-4-8+2-16-0.211 [error] 1223 1056
    2012-4-9+1-16-0.211 [error] 1223 1056
    2012-4-9+3-16-0.211 [error] 1223 1056
    2012-4-10+7-16-0.210 [error] 1223 1056
    2012-4-11+7-16-0.213 [error] 1223 1056
    =O====== M/11.2.202.228 2012-04-11+16-21-14.959 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{C59DE903-1AA2-4BAC-88EE-CABBA8C02AAE}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+16-21-19.651 ========
    =O====== M/11.2.202.228 2012-04-11+16-56-30.296 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{8EFBBA68-0DCC-4896-B19F-8B1D356D8E49}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+16-56-34.420 ========
    =O====== M/11.2.202.228 2012-04-11+17-08-57.782 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{D303DACA-F5FC-41B7-B46F-4D8074A64776}\InstallFlash Player.exe" -uninstall activex
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0007 [W] 00001021
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0012 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001106
    =X====== M/11.2.202.228 2012-04-11+17-08-59.030 ========
    =O====== M/11.2.202.228 2012-04-11+17-34-19.399 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{70548197-D56A-42BE-87E1-2C106D3A568B}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0009 [W] 00001102
    0010 [W] 00001106
    0011 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+17-34-22.607 ========
    =O====== M/11.2.202.228 2012-04-11+17-44-32.057 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{5B06673F-5277-4719-8765-C270F07D1E4A}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+17-44-34.601 ========
    =O====== M/11.2.202.228 2012-04-11+18-00-57.295 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{48306457-DF5C-426C-93F4-E0A7ABE215AF}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+18-01-00.238 ========
    =O====== M/11.2.202.228 2012-04-11+18-17-20.598 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{2B28E28F-5A4E-431E-B6BF-FC3774EC4741}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+18-17-24.288 ========
    =O====== M/11.2.202.228 2012-04-11+18-24-02.518 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{28226FA9-4BF9-4F27-9691-14BE55E43B8D}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_228.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0019 [W] 00001106
    0020 [W] 00001106
    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+18-24-05.541 ========
    =O====== M/11.2.202.228 2012-04-11+19-28-17.159 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{C5694828-2116-44EE-A7EC-F0730C0F2F5C}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_228_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.228 2012-04-11+19-28-19.626 ========
    2012-4-12+8-20-0.210 [error] 1223 1056
    =O====== M/11.2.202.228 2012-04-12+18-17-41.339 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{9EB923DA-C7EC-4AC1-A7FB-A3C4AF0B7572}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-12+18-17-41.985 ========
    2012-4-12+19-20-0.211 [error] 1223 1056
    =O====== M/11.2.202.228 2012-04-12+19-59-43.162 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{ACFC546B-00EC-402C-A68D-A6DCB4B1AC0C}\InstallFlash Player.exe" -uninstall activex
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0003 [I] 00000018
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0005 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0009 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0010 [W] 00001021
    0011 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0015 [I] 00000018
    0016 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    =X====== M/11.2.202.228 2012-04-12+19-59-43.426 ========
    =O====== M/11.2.202.228 2012-04-12+19-59-51.203 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{3B5E6ADC-D0F3-447F-9C13-F2A713F2A4FE}\InstallFlash Player.exe" -uninstall plugin
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0002 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001106
    0015 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0019 [W] 00001036 Software\Opera Software/Plugin Path 2
    0020 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.2.202.228 2012-04-12+19-59-52.344 ========
    =O====== M/11.2.202.228 2012-04-13+00-33-54.803 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{4AFC4324-0703-4FF0-A0AB-49B1186075EC}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-13+00-33-55.379 ========
    =O====== M/11.2.202.228 2012-04-13+00-41-38.165 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{95B5486D-E382-44DB-B7B8-F8C843EEC05A}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-13+00-41-38.721 ========
    =O====== M/11.2.202.228 2012-04-13+00-49-59.888 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{5E688F14-01E8-4AB5-AD32-913DFB6DE679}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-13+00-50-00.237 ========
    =O====== M/11.2.202.228 2012-04-13+01-03-15.829 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{20E4E391-1202-4D27-BC84-248C4B14CC24}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0007 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx
    0008 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx:32
    =X====== M/11.2.202.228 2012-04-13+01-03-16.152 ========
    =O====== M/11.1.102.55 2012-04-13+01-14-27.040 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\C56F.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 2
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11e_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/11.1.102.55 2012-04-13+01-14-34.999 ========
    =O====== M/11.2.202.233 2012-04-13+17-31-55.469 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{236034DE-37A0-47FE-B8DE-A6E6A5564ED8}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0006 [I] 00000018
    0007 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_228.ocx 5
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.dll
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0013 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0014 [W] 00001102
    0015 [W] 00001106
    0016 [I] 00000012
    =X====== M/11.2.202.233 2012-04-13+17-32-00.236 ========
    =O====== M/11.2.202.228 2012-04-13+17-31-45.966 ========
    0000 [I] 00000010 C:\Users\KATHIC~1\AppData\Local\Temp\IDC2.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-13+17-32-08.311 ========
    =O====== M/11.2.202.233 2012-04-13+17-41-58.587 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{78A128AB-E73F-4549-8F75-1BBFB5CFF336}\InstallFlash Player.exe" -install -skipARPEntry -iv 8
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0004 [I] 00000018
    0005 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx 5
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0007 [E] 00001025 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx:32
    =X====== M/11.2.202.233 2012-04-13+17-41-59.294 ========
    =O====== M/11.2.202.233 2012-04-16+14-00-55.292 ========
    0000 [I] 00000010 "C:\Users\KATHIC~1\AppData\Local\Temp\{E64C4828-2F4A-40E7-96E3-914DEEBA08A6}\InstallFlash Player.exe" -install -skipARPEntry -iv 6
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_233.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_233_ActiveX.dll
    0006 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0013 [I] 00000012
    =X====== M/11.2.202.233 2012-04-16+14-01-00.871 ========
    =O====== M/11.2.202.228 2012-04-16+14-00-36.121 ========
    0000 [I] 00000010 C:\Users\KATHIC~1\AppData\Local\Temp\IDC2.tmp\FP_AX_CAB_INSTALLER64.exe
    0001 [I] 00000011 1
    =X====== M/11.2.202.228 2012-04-16+14-01-05.800 ========

  • Since uninstalling / reinstalling iTunes I am not able to sync iPhotos with my Apple TV with the following warning message stating that this is due to a 'problem on your computer. The disk could not be read from or written to'. Please help!

    Since uninstalling / reinstalling iTunes I am not able to sync iPhotos with my Apple TV with the following warning message stating that this is due to a 'problem on your computer. The disk could not be read from or written to'. Please help!

    Welcome to Apple Discussions!
    Is all the software on your computer up to date?
    iTunes
    iPod Updater
    Also, try The Five R's
    btabz

  • TS1286 At my PC startup, I get an error message "AppleSyncNotifier.exe--Entry Point Not Found"  My iPhone now doesn't show up as a Device in either iTunes or My Computer on my PC. I've uninstalled/ reinstalled iTunes & run diagnostics-no luck. Ideas?

    At my PC startup, I get an error message "AppleSyncNotifier.exe--Entry Point Not Found"  My iPhone now doesn't show up as a Device in either iTunes or My Computer on my PC. I've uninstalled/ reinstalled iTunes & run diagnostics-no luck. Ideas?

    I think my problem is fixed now.
    For the fun of it, I reinstalled iTunes 9.2.1 today (using the exact same installer as I did yesterday), but this time I didn't uninstall iTunes first. As expected, iTunes recognized my iPhone (as I expected it to, until my next reboot).
    A few minutes later, Software Update showed up and among the updates is "iPhone SDK Compatibility Update". The description indicates that installing this should fix an issue where iPhones and iPod touches aren't recognized by iTunes. Isn't that interesting?
    I installed that update and most of the others waiting for me (including Java, Safari 5.0.1, and a few others - not 10.6.4 though, due to the issues with nVidia graphics cards). After the reboot, I started iTunes, and it saw my iPhone!
    So, if you're having this same problem, I'd recommend tracking down this update and see if that does the trick for you. Hopefully it will.

  • Itunes states "ipod detected but could not be identified properly" when I plug in my new nano. tried uninstalling/reinstalling itunes 6 times - get pop-up "itunes helper error" with abort, retry, ignore options. retry doesn't work

    I am trying to connect my new nano to my iTunes account. I keep getting msg "ipod detected but not identified properly. disconnect and reconnect. if problem persists uninstall/reinstall iTunes". I've uninstalled/ reinstalled iTunes 6 times but keep getting the same msg.
    when installing iTunes I get a pop-up "iTunes helper error" check access. with options to abort, retry, ignore. retry doesn't work. ignore installs iTunes but it doesn't recognize my nano. abort shuts down the download.
    how do I fix these problems??

    Hello, KenaiK9.  
    Thank you for visiting Apple Support Communites.  
    I see you are receiving an error and have processed some troubleshooting steps with the issue persisting.  There are just a couple more in the article below that covers this specific error.  
    iPod nano: Error message saying that iPod could not be identified properly
    Cheers, 
    Jason H.  

Maybe you are looking for

  • R203.1 Minor system update and additional sites transitioned to the new engine

    Tuesday, February 17th, starting at 11:00 AM UTC, we will update the new version Business Catalyst service to fix some minor issues. Additionally, we are ready to transition all webMarketing sites to the new rendering engine. The transition is schedu

  • Reference to cloned VI

    I'm trying to obtain reference to cloned VI. I have a program that has multiple calls to reentrant VI with prealocated clone for each instance. I'd like to reinitialize default values of all clones that's why I need reference to call the method that

  • Canvas and viewer won't display video correctly

    I have just reinstalled and then reinstalled 5.1.4. Picture plays on external video monitor but will not play in either canvas or viewer. RGB is set. Mirror on playback is set. Audio will play. Viewer will play on external monitor. Usually a still wi

  • Exporting files that aren't too big to be able to upload to the web

    I just got a new iMac and want to buy Final Cut Studio 2 for Final Cut Pro 6. My only concern is everytime i've used FCP, the files are always very huge. In the GB range. thats fine when im putting that stuff on a dvd, but now I need to upload those

  • Authorization of TCODE

    hello guyz! My question is if a particular user is not authorized for some trnx, how the user would request for authorization to the basis guyz. What I know is u gotta type in su53 trnx and then, it goes to the basis guyz through express document ser