FlexUnit + Flash Player 10.2

Hi, all;
I'm using FlashBuilder with FlexUnit to write unit tests on my core code that is used in Flash Pro projects. We can't control or dictate what version of the Flash Player users have, so we target Flash Player 10.2.
In FB 4.6, we were able to specify the Flex 3.6 version of the SDK, and, with the exception of having to download the hamcrest matchers from Drew's github account, worked fine.
However, we hired an intern and one of the tasks we wanted him to work on was to try to increase our test coverage. By the time he was hired, the current version of FB was 4.7. When you try to use FB 4.7 with the 3.6 SDK, you get "unable to open 'C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flexbuilder.flexunit_4.7.0.349722\flexunitSwcs\3.6\locale\ en_US\version3locale". There does appear to be a swc there, but it's not clear exactly why this isn't working.
In addition, when I select "Execute FlexUnit Tests" from the right-click menu, I get a message that the correct version of the player is not installed. I have 10.3 installed according to the Adobe site, so this suggests to me that maybe the logic in FB that understands what version of the player is being targeted is not working exactly right in this scenario.
I'd appreciate any thoughts anyone could offer.

Anyone? Anyone? Buehler?

Similar Messages

  • FlexUnit CI - Flash Player linux installation

    I am now attempting to do some CI testing with the FlexUnit Ant task on the Linux platform, specifically RHEL 6 (x64). I am finding the installation of the Linux debug stand-alone player not as straight-forward as I had hoped. I finally found using google that additional packages are required: 
    http://kb2.adobe.com/cps/153/tn_15380.html
    http://install-manual.blogspot.com/2011/01/run-linux-flash-player-projector-in.html
    That is fine (even though the blog post lists a different set of packages than Adobe does).   I am wondering about the "bitness" of the sa linux player package:  is it 32-bit or 64 bit?  I am wondering if I should be installing 32 bit versions of the dependent packages, or using the 64 bit ones that I presume the package manager is going to find. 
    Also, a colleague told me that he thought the Flash player was 32 bit and that it had to be used in conjunction with 32 bit Java on Linux. Could anyone comment on this?
    Thanks,
    Trevor

    I just found this post in the "More Like This" column to the right.  Strange that my search of the forum did not show that thread earlier.  Anyway, good Mr. Legros gives some advice that I found helpful: the stand-alone flash player is only available in a 32-bit version. But it can be made to work on a 64-bit Linux server.  I just got it working this morning. Both 64-bit and also some 32-bit dependencies must be installed. 
    On a 64-bit OS like RHEL 6, simply using "yum install <package>" will install the 64-bit version of the package.  e.g.
    yum install libcurl
    To get the 32-bit version, use:
    yum install libcurl.i686
    I grabbed the latest 10.3 Linux projector sa player from the Adobe site, version 10.3.183.11.
    On RHEL 6, here is the list of packages I installed per the Adobe Linux readme (note some were already installed and did not need to be updated). All of these are x64:
    libdl.so.2
    libpthread.so.0
    libX11.so.6
    libXext.so.6
    libXt.so.6
    * libfreetype.so.6    This was listed, but due to a dependency problem, I did not install
    libfontconfig.so.1
    libgtk-x11-2.0.so.0
    libgobject-2.0.so.0
    libglib-2.0.so.0
    libm.so.6
    libc.so.6
    libnss3
    cURL
    Then I checked this helpful blog post and installed the following additional modules (32-bit):
    libcurl.i686
    libcurl-devel.i686
    There were more modules listed, but I only installed these... (the less changes to a system, the better).
    Ok, at this point, I could run the "flashplayerdebug" executable and launch the GUI window, but I was seeing this warning in the console: (flashplayerdebugger:17237): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks". To get rid of this, I also installed:
    gtk2-engines.i686
    After all the above the player opens fine with no warnings, though I have not ran any SWFs yet.  When I close the GUI window, however, I do see a warning and a critical error:
    (flashplayerdebugger:19650): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
    (flashplayerdebugger:19650): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    This seems to be a bug in the player itself.  I just hope it does not cause me any issues.
    I hope this is helpful to someone else.  I know it will be helpful to me the next time I have to install the player on Linux!
    Regards,
    Trevor

  • Flash Builder 4 compiles tests to Flash Player 9?

    Hi all,
    I seem to be running into a serious problem:
    Inside Flash Builder (262635) - Inside the package explorer - when I right click on a test suite and choose 'Execute FlexUnit Tests' - It seems to build the tests targetting flash player 9 and complains about 'Type was not found compile time constant: Vector'. Using the same test suite from an ant script that explicitly sets the target to be flash player 10 is fine, but I can't get it to work from insiode the IDE.
    Is there any way to tell the internal testing system to target flash player 10? My compiler for the project is set to target 10.
    Conrad

    Just got the same problem and, after reading this http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 I solved it by changing target player in flex-config.xml (found in your_sdk/frameworks) to 10.0.0:
    <target-player>10.0.0</target-player>
    I suggest duplicating your existing SDK (presumably 3.5) to 3.5_10 and changing the flex-config.xml. That is if you have multiple projects in your workspace and you expect some of them to compile with fp 9.
    Let me know if it worked out.

  • How to test with the standard Flash player, rather than debug player

    Folks,
    I am interested in running my flexunit 4 tests against the standard flash player, rather than the debug player that comes with the SDK.  Is this possible?
    BTW, I am working on Windows for now.
    I installed both the flash ActiveX control for IE, and the standard flash plugin for Firefox.  I then associated the SWF file extension with Firefox using the "Open With" dialog.  I had to choose a single program, and the browser appeared to be my only choice, as I could not find any sort of "FlashPlayer10.exe" to associate with.  I ran my ant script that calls <flexunit>, and it kind of works.  It launches Firefox, runs the tests, and the results get piped back, but Firefox is not shut down.  Yep, Firefox stays open after the tests complete.  I seem to recall that the debug flash player would close itself after being opened by <flexunit>.  I tried using IE, and the same result occurs: the browser is not shutdown after the tests complete.  This behavior makes for an unacceptable test setup, as eventually the system memory on the machine will be exhausted as more and more browsers are opened and not closed.
    Questions/options:
    1) Is there a standard flash player "executable" somewhere on my system that I can associate the SWF files with (that would hopefully shut itself down)?
    2) Second choice, is there a way to get the browser to close after <flexunit> completes?
    3) or am I stuck using the debug player?  I am concerned that testing management at my company might not like the fact that we are testing against a debug player, rather than the standard one that users will likely be using. If flexunit 4 CI only supports the debug player, is there something I can say to appease management?
    Thanks for any help...
    Trevor

    @trevorbutler - Here are my 2 cents, but the group may have a different perspectives for your questions.
    Currently, we suggest the use of the CIListener class as a FU4 listener for use when building your test SWF to run via the FU4 Ant task.  This class (http://opensource.adobe.com/svn/opensource/flexunit/branches/4.x/FlexUnit4CIListener/src/o rg/flexunit/listeners/CIListener.as) uses the fscommand() function to send a message to its host environment to exit (i.e. - fscommand("quit")).  This command is only recognized by the Flash projector and stand-alone players, which are thin wrappers around the Flash Player so that it may be executed as its own process in the OS.  Based on the setup you are describing, the behavior you're seeing should be expected since the browser is the host environment for the Flash Player.  When the browser recieves the resulting message of the fscommand("quit") call nothing will happen since the browser doesn't support this command.  If you use the Flash projector or stand-alone players however, they will exit when recieving the results of this command.  The projector/stand-alone players come in two flavors, release and debug.  Release will act very closely to the typical plugin installed in the web browser (e.g. - swallows errors, no debug support, etc) whereas debug will allow you to write log files to the system, show error messages, etc.  Currently the debug stand-alones are available on Windows, Mac, Linux and the release stand-alone is only available on Linux.
    To address your questions:
    1.  If you've installed the Flash Player browser plugin, there is no way that I know of to launch the player as its own process.  I've only had success using the projector/stand-alone player (http://www.adobe.com/support/flashplayer/downloads.html).
    2.  The Flash Player does have the ability to send javascript to the browser to ask it to close the current window, but most modern browser will prompt the user to confirm they'd like to close the window if its the only open window.  Additionally, taking this approach on Mac, the browser process would remain active until an explicit call is made to the host OS to shut down the browser process.  The Ant task could be enhanced to use the browser to launch the Flash Player, but that is not currently on our checklist of features to support.  If it's something you'd be interested in contributing, let me know and I can work with you on this.
    3.  For the time being the FlexUnit4 Ant task only supports the stand-alone Flash Player (and adl soon), which for Windows only comes in the debug flavor. The only thing I've run into with the stand-alone player is that ExternalInterface reports that its enabled, but since the host environment is not the browser, javascript calls made via this class will fail, consequently causing tests to fail.  I haven't tried anything with shared objects or flashvars but my assumption is that they should work correctly, but anything that depends on the browser has the potential not to.
    As far as your testing management goes, I would discuss with them the problem context FlexUnit4 hopes to solve.  The framework is intended to produce unit and integration tests.  Functional testing is not withing the scope of the library.  Although, it's technically feasible to write integration tests which will exercise components similarly to a functional test, tools such as FlexMonkey, Selenium Flex, QTP, etc are much better geared towards this problem domain.  Test recording and playback, using these tools, is typically done using the FP browser plugin and is much easier to use by most QA and testing staff.  At the end of the day, as we're testing our code using FlexUnit at a smaller granularity than that of which the user interacts with in our application.  To reliably test the applicaiton as the user would interact with it requires additional tooling and a different type of testing.
    Like I said, just my take, maybe some of the other guys can help as well.

  • My flash player does not work on my tablet.

    My flash player does not work on my tablet

    Your tablet uses Android OS.
    There is no more Flash Player for Android and there won't be another. Android is no longer compatible with Flash Player. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both free in the GooglePlay store. These browsers use "server side" rendering to reduce the load on your device.

  • Help to open and run Flash Player

    I use a 1 yr new Dell PC, Windows 7, Internet Exp 11.  Over the past year I have downloaded successfully 4x the Adobe Flash Player.  It downloads and saves fine in my program files.  It does not show up when I click on START, and show on that list. I can only find it if I do a search.  When I go to the Adobe site, it shows that I have installed Version newest and current version for Windows.  But I cannot get it to open or do anything.  I cannot tell you how frustrating this is.  I also checked with my McAfee and they insist that nothing they have on my computer is a problem and that I have to talk to Adobe (yeah right, just try and find a number!!!).  Can someone please help???????????

    1. It WON'T show up in your Start menu because it's a "plugin" for another program and not  a program itself. You can find it in C/Windows/System32/Macromed/Flash and C/Windows/SysWOW64/Macromed/Flash
    2. In your Control Panel under System and Security, you'll find the Global Settings Manager - Flash Player (32bit). THAT won;t be there if it isn't installed.
    IE 11 has had numerous problems with numerous sites, which Microsoft has been aware of since October 18 when they released their latest "untested" browser. There's something not right in the code. The pages can't recognize the browser, so they don't recognize any of the plugins, like Flash Player. So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using an different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • HT1338 how do i install adobe flash player on macbook pro

    how do i install adobe flash player on macbook pro?

    Download the player from the link that Allan provided.
    Doubleclick the downloaded file to mount the .dmg file.
    When a window opens with the 'Install Adobe Flash Player', doubleclick that file to start the install.

  • I have a disclaimer that says my Adobe Flash Player is out of date and needs to be updated.  I have been trying to figure this out for 2 days, which is a waste of time, and I chatted with Adobes Customer Service department who said they can't help me

    because it is a free application.  They referred me to the Forum (which I have tried many times) but to me that is like a dog trying to chase the tail.  I am very upset because I cannot get You Tube nor can I listen to music.  This may seem trite but it is not trite to me.  I pay monthly for the use of CC Photoshop and Lightroom.  I will not give them anymore money for other software as they do not offer excellent customer service.  I am a consumer and should be treated with business sense.   Adobe keeps making a ton of money and gets away with it.  They have the worst customer service I have ever experienced in my life.  Shame on Adobe.  I will not use the Forum for assistance. They should be paying us for learning an IT job.  Obviously, Adobe is self centered because they don't consider that maybe we all have a life and cannot worship Adobe.@

    I had been getting those notices for months, I finally broke down and hit the button to automatically upgrade. I was flooded with offers of new services from $10. to $49. per month - and my audio/video for Facebook, NYT and NPR are "blocked" with the advice to "upgrade " my Adobe Flash Player - for which there does not seem to be any customer support. My advice is to skip the "upgrading" if your computer works;I do not know what to do now . .  .

  • Error message telling me to download latest verison of adobe flash player even though i have it

    When i try and watch videos on facebook or any other video clips i have, i cant as it brings up a message telling me i need to download the latest message of adobe flash player and adobe, even though i have already got the most upated versions of all adobe programs.  I click on the link it supplies to down load the latest verison just to be sure, it come up and downloads as normal and says installation complete, but when i go back in to watch the video clip it just keeps bringing up the same message asking me to download the latest version Please help solve this issue

    I am using windows 7 64 bit
    i am using internet explorer 10
    flash player 11 activx is the one i am having issues with
    The problem i am having is that i cannot access any video clips at all on any web page, i have a message that comes up and says i need to download the latest version of adobe flash player, please click link to download, upon clicking on the link it downloads and installs successfully however i am still unable to view any video clips on any webpage and all it does is bring up the same message over and over again even though i have the most updated version of flash player installed.  I have tried uninstalling and re intsalling flash player most updated version several times to no avail

  • I have installed adobe flash player. I can not open the file. In plugins under tools it is not showing. It shows acrobat reader being there but not flash player. Any ideas?

    Flasher Player should be listed as a plugin in tools for it to work?

    '''Other items that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    *Adobe Shockwave for Director Netscape plug-in, version 11.0
    **Several security issues have been fixed since the version you are using
    *Adobe PDF Plug-In For Firefox and Netscape 8.2.2
    **'''Very old version'''; you seem to have missed the entire version 9 series
    **New Adobe Reader X (version 10) with Protected Mode just released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    *Next Generation Java Plug-in 1.6.0_19 for Mozilla browsers
    **4 versions behind; several security issues have been fixed
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Adobe Reader 11.0.03 and Flash Player 11.8.800.94 Not Working on Windows 8

    On a computer running Windows 8 Enterprise, Adobe Reader 11.0.03, and Flash Player 11.8.800.94, I am unable to open a flash-enabled PDF.  Reader gives me the error "To view the Flash technology content in this PDF file, please install this version of Flash Player that supports Adobe Reader and Acrobat."  Adobe's Flash verification page shows me that Flash Player is working, and I can open other basic PDFs in Reader.  I have another machine with an identical setup, except that it has Acrobat 11.0.03 instead of Reader, and the PDF opens just fine on that machine.  Why won't Reader open the Flash-enabled PDF?

    http://helpx.adobe.com/acrobat/kb/reader-acrobat-flash-player-download.html

  • Error message when installing Flash Player : List of actions not found

    I get an error message when trying to install Flash Player.
    I use Windows 64 bit with Internet Explorer 64x.
    I'm able to download, the installation starts but it stops before completing.
    I get this error message (loosely transalated) :
    Installation encountered errors
    List of actions not found
    How can I fix this ?
    Thank you
    Annie

    I solved my problem by installing the Flash Player from home.
    The network security at work prevented me from completing installation.
    Thanks for your help.
    Annie
    2012/9/26 Pat Willener <[email protected]>
       Re: Error message when installing Flash Player : List of actions not
    found  created by Pat Willener <http://forums.adobe.com/people/pwillener>in
    Installing Flash Player - View the full discussion<http://forums.adobe.com/message/4728064#4728064

  • Adobe Flash Player Installer/Uninstaller 11.5 r502 has encountered a problem and needs to close...

    I'm baaaaaack...
    Woke up this morning to a Flash Player update, performed the update and got this error message for my troubles.  I thought you had this problem fixed.
    Copied from cf48_appcompat.txt:
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="InstallFlashPlayer.exe" FILTER="GRABMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="InstallFlashPlayer.exe" SIZE="16363960" CHECKSUM="0x332B4225" BIN_FILE_VERSION="11.5.502.135" BIN_PRODUCT_VERSION="11.5.502.135" PRODUCT_VERSION="11,5,502,135" FILE_DESCRIPTION="Adobe® Flash® Player Installer/Uninstaller 11.5 r502" COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe® Flash® Player Installer/Uninstaller" FILE_VERSION="11,5,502,135" ORIGINAL_FILENAME="FlashUtil.exe" INTERNAL_NAME="Adobe® Flash® Player Installer/Uninstaller 11.5" LEGAL_COPYRIGHT="Copyright © 1996 Adobe Systems Incorporated" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9F321" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="11.5.502.135" UPTO_BIN_PRODUCT_VERSION="11.5.502.135" LINK_DATE="11/30/2012 05:56:28" UPTO_LINK_DATE="11/30/2012 05:56:28" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="SASSEH.DLL" FILTER="GRABMI_FILTER_THISFILEONLY">
        <MATCHING_FILE NAME="SASSEH.DLL" SIZE="113024" CHECKSUM="0xFCD43806" BIN_FILE_VERSION="1.0.0.1014" BIN_PRODUCT_VERSION="1.0.0.1014" PRODUCT_VERSION="1.0.0.1014" FILE_DESCRIPTION="ShellExecuteHook" COMPANY_NAME="SuperAdBlocker.com" PRODUCT_NAME="SuperAntiSpyware" FILE_VERSION="1, 0, 0, 1014" ORIGINAL_FILENAME="SASSEH.DLL" INTERNAL_NAME="SASSEH.DLL" LEGAL_COPYRIGHT="(c) Copyright 2004-2008 SuperAdBlocker.com " VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1E0CA" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.0.1014" UPTO_BIN_PRODUCT_VERSION="1.0.0.1014" LINK_DATE="07/18/2011 23:22:05" UPTO_LINK_DATE="07/18/2011 23:22:05" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
        <MATCHING_FILE NAME="kernel32.dll" SIZE="989696" CHECKSUM="0x2D998938" BIN_FILE_VERSION="5.1.2600.5781" BIN_PRODUCT_VERSION="5.1.2600.5781" PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.5781 (xpsp_sp3_gdr.090321-1317)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFE572" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.5781" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5781" LINK_DATE="03/21/2009 14:06:58" UPTO_LINK_DATE="03/21/2009 14:06:58" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    From Dr. Watson:
    Microsoft (R) DrWtsn32
    Copyright (C) 1985-2001 Microsoft Corp. All rights reserved.
    Application exception occurred:
            App: C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{AB857A0A-32D6-44DB-9A26-2FF8EEEADB17}\InstallFlas hPlayer.exe (pid=2840)
            When: 12/18/2012 @ 07:31:26.125
            Exception number: c000001d (illegal instruction)
    *----> System Information <----*
            Computer Name: KD5
            User Name: Keith A. Duncan
            Terminal Session Id: 0
            Number of Processors: 2
            Processor Type: x86 Family 15 Model 2 Stepping 9
            Windows Version: 5.1
            Current Build: 2600
            Service Pack: 3
            Current Type: Multiprocessor Free
            Registered Organization: Keith's Custom PC
            Registered Owner: Keith A. Duncan
    *----> Task List <----*
       0 System Process
       4 System
    420 smss.exe
    476 csrss.exe
    500 winlogon.exe
    544 services.exe
    556 lsass.exe
    720 svchost.exe
    832 svchost.exe
    872 MsMpEng.exe
    932 svchost.exe
    960 svchost.exe
    1056 AvastSvc.exe
    1192 Explorer.EXE
    1324 spoolsv.exe
    1624 MSASCui.exe
    1636 avastUI.exe
    1728 sgmain.exe
    1760 FlashUtil32_11_5_502_110_Plugin.exe
    108 SASCORE.EXE
    152 svchost.exe
    224 sgbhp.exe
    1720 svchost.exe
    1776 alg.exe
    2840 InstallFlashPlayer.exe
    3044 firefox.exe
    3748 NOTEPAD.EXE
    672 drwtsn32.exe
    *----> Module List <----*
    (0000000000400000 - 000000000139d000: C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{AB857A0A-32D6-44DB-9A26-2FF8EEEADB17}\InstallFlas hPlayer.exe
    (0000000001c60000 - 0000000001c67000: C:\WINDOWS\system32\oleaccrc.dll
    (0000000010000000 - 000000001001f000: C:\Program Files\SUPERAntiSpyware\SASSEH.DLL
    (0000000022200000 - 000000002221f000: C:\Program Files\SpywareGuard\spywareguard.dll
    (000000003dfd0000 - 000000003e1bb000: C:\WINDOWS\system32\iertutil.dll
    (000000003e1c0000 - 000000003ec5c000: C:\WINDOWS\system32\ieframe.dll
    (000000004fdd0000 - 000000004ff76000: C:\WINDOWS\system32\d3d9.dll
    (0000000059a60000 - 0000000059b01000: C:\WINDOWS\system32\dbghelp.dll
    (000000005ad70000 - 000000005ada8000: C:\WINDOWS\system32\uxtheme.dll
    (000000005b860000 - 000000005b8b5000: C:\WINDOWS\system32\netapi32.dll
    (000000005f800000 - 000000005f816000: C:\PROGRA~1\WIFD1F~1\MpShHook.dll
    (0000000061880000 - 00000000618ba000: C:\WINDOWS\system32\OLEACC.dll
    (0000000064d00000 - 0000000064d3c000: C:\Program Files\AVAST Software\Avast\snxhk.dll
    (0000000068000000 - 0000000068036000: C:\WINDOWS\system32\rsaenh.dll
    (000000006d990000 - 000000006d996000: C:\WINDOWS\system32\d3d8thk.dll
    (0000000071bf0000 - 0000000071c03000: C:\WINDOWS\system32\SAMLIB.dll
    (0000000073000000 - 0000000073026000: C:\WINDOWS\system32\WINSPOOL.DRV
    (0000000073420000 - 0000000073573000: C:\WINDOWS\system32\MSVBVM60.DLL
    (0000000073b30000 - 0000000073b45000: C:\WINDOWS\system32\mscms.dll
    (0000000073f10000 - 0000000073f6c000: C:\WINDOWS\system32\dsound.dll
    (0000000074ad0000 - 0000000074ad8000: C:\WINDOWS\system32\powrprof.dll
    (0000000076380000 - 0000000076385000: C:\WINDOWS\system32\Msimg32.dll
    (00000000769c0000 - 0000000076a74000: C:\WINDOWS\system32\userenv.dll
    (0000000076b20000 - 0000000076b31000: C:\WINDOWS\system32\atl.dll
    (0000000076b40000 - 0000000076b6d000: C:\WINDOWS\system32\winmm.dll
    (0000000076bf0000 - 0000000076bfb000: C:\WINDOWS\system32\psapi.dll
    (0000000076f60000 - 0000000076f8c000: C:\WINDOWS\system32\WLDAP32.dll
    (0000000076fd0000 - 000000007704f000: C:\WINDOWS\system32\CLBCATQ.DLL
    (0000000077050000 - 0000000077115000: C:\WINDOWS\system32\COMRes.dll
    (0000000077120000 - 00000000771ab000: C:\WINDOWS\system32\OLEAUT32.dll
    (00000000773d0000 - 00000000774d3000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x- ww_61e65202\comctl32.dll
    (00000000774e0000 - 000000007761e000: C:\WINDOWS\system32\ole32.dll
    (0000000077690000 - 00000000776b1000: C:\WINDOWS\system32\ntmarta.dll
    (0000000077920000 - 0000000077a13000: C:\WINDOWS\system32\SETUPAPI.dll
    (0000000077a80000 - 0000000077b15000: C:\WINDOWS\system32\crypt32.dll
    (0000000077b20000 - 0000000077b32000: C:\WINDOWS\system32\msasn1.dll
    (0000000077b40000 - 0000000077b62000: C:\WINDOWS\system32\Apphelp.dll
    (0000000077c00000 - 0000000077c08000: C:\WINDOWS\system32\version.dll
    (0000000077c10000 - 0000000077c68000: C:\WINDOWS\system32\msvcrt.dll
    (0000000077dd0000 - 0000000077e6b000: C:\WINDOWS\system32\ADVAPI32.dll
    (0000000077e70000 - 0000000077f03000: C:\WINDOWS\system32\RPCRT4.dll
    (0000000077f10000 - 0000000077f59000: C:\WINDOWS\system32\GDI32.dll
    (0000000077f60000 - 0000000077fd6000: C:\WINDOWS\system32\SHLWAPI.dll
    (0000000077fe0000 - 0000000077ff1000: C:\WINDOWS\system32\Secur32.dll
    (0000000078130000 - 00000000781cb000: C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MS VCR80.dll
    (000000007c420000 - 000000007c4a7000: C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MS VCP80.dll
    (000000007c800000 - 000000007c8f6000: C:\WINDOWS\system32\KERNEL32.dll
    (000000007c900000 - 000000007c9b2000: C:\WINDOWS\system32\ntdll.dll
    (000000007c9c0000 - 000000007d1d7000: C:\WINDOWS\system32\SHELL32.dll
    (000000007e410000 - 000000007e4a1000: C:\WINDOWS\system32\USER32.dll
    (000000007e720000 - 000000007e7d0000: C:\WINDOWS\system32\SXS.DLL
    *----> State Dump for Thread Id 0xb1c <----*
    eax=7ffdf000 ebx=00000000 ecx=00000000 edx=fffffe8d esi=100126e3 edi=0012f728
    eip=100126e4 esp=0012f6c4 ebp=0012f6ec iopl=0         nv up ei pl nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00200202
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\SUPERAntiSpyware\SASSEH.DLL -
    function: SASSEH
    No prior disassembly possible
            100126e4 feff             ???     bh
            100126e6 ffff             ???
            100126e8 8b45e4           mov     eax,[ebp-0x1c]
            100126eb e85d9cffff       call    SASSEH+0xc34d (1000c34d)
            100126f0 c3               ret
            100126f1 8bff             mov     edi,edi
            100126f3 56               push    esi
            100126f4 57               push    edi
            100126f5 33ff             xor     edi,edi
    FAULT ->100126e4 feff             ???     bh
            100126e6 ffff             ???
            100126e8 8b45e4           mov     eax,[ebp-0x1c]
            100126eb e85d9cffff       call    SASSEH+0xc34d (1000c34d)
            100126f0 c3               ret
            100126f1 8bff             mov     edi,edi
            100126f3 56               push    esi
            100126f4 57               push    edi
            100126f5 33ff             xor     edi,edi
            100126f7 8db7e0a00110     lea     esi,[edi+0x1001a0e0]
            100126fd ff36             push    dword ptr [esi]
    *----> Stack Back Trace <----*
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\USER32.dll -
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\MSVBVM60.DLL -
    ChildEBP RetAddr  Args to Child             
    0012f6ec 7e418816 100126e3 000201da 00000113 SASSEH+0x126e4
    0012f754 7e4189cd 00000000 100126e3 000201da USER32!GetDC+0x14f
    0012f7b4 7e4196c7 0012f7dc 00000001 0012f804 USER32!GetWindowLongW+0x127
    0012f7c4 7342a6b0 0012f7dc ffffffff 02223714 USER32!DispatchMessageA+0xf
    0012f804 7342a627 00000002 0222373c 02220000 MSVBVM60!_vbaStrToAnsi+0x2f1
    0012f848 7342a505 0222380c 00000002 00000b18 MSVBVM60!_vbaStrToAnsi+0x268
    7343a3b8 73426c73 7342756a 734e7ee7 734e7f12 MSVBVM60!_vbaStrToAnsi+0x146
    734e6754 0c2474ff ff0c408b 8b0c2474 11ff5008 MSVBVM60!BASIC_CLASS_QueryInterface+0x17
    0424448b 00000000 00000000 00000000 00000000 0xc2474ff
    *----> Raw Stack Dump <----*
    000000000012f6c4  34 87 41 7e da 01 02 00 - 13 01 00 00 00 00 00 00  4.A~............
    000000000012f6d4  00 00 00 00 e3 26 01 10 - cd ab ba dc 00 00 00 00  .....&..........
    000000000012f6e4  28 f7 12 00 e3 26 01 10 - 54 f7 12 00 16 88 41 7e  (....&..T.....A~
    000000000012f6f4  e3 26 01 10 da 01 02 00 - 13 01 00 00 00 00 00 00  .&..............
    000000000012f704  00 00 00 00 e4 f7 12 00 - dc f7 12 00 f8 1b 58 01  ..............X.
    000000000012f714  14 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000012f724  10 00 00 00 00 00 00 00 - f8 f7 12 00 00 00 00 00  ................
    000000000012f734  00 00 00 00 00 00 00 00 - 08 f7 12 00 f0 f2 12 00  ................
    000000000012f744  a4 f7 12 00 8f 04 44 7e - 30 88 41 7e 00 00 00 00  ......D~0.A~....
    000000000012f754  b4 f7 12 00 cd 89 41 7e - 00 00 00 00 e3 26 01 10  ......A~.....&..
    000000000012f764  da 01 02 00 13 01 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000012f774  0c 1c 58 01 01 00 00 00 - 40 a3 42 7e 3c 37 22 02  [email protected]~<7".
    000000000012f784  00 00 00 00 b4 f7 12 00 - 3b a4 42 7e dc f7 12 00  ........;.B~....
    000000000012f794  00 00 00 00 00 00 00 00 - 7c f7 12 00 f0 f2 12 00  ........|.......
    000000000012f7a4  ec f8 12 00 8f 04 44 7e - f0 89 41 7e ff ff ff ff  ......D~..A~....
    000000000012f7b4  c4 f7 12 00 c7 96 41 7e - dc f7 12 00 01 00 00 00  ......A~........
    000000000012f7c4  04 f8 12 00 b0 a6 42 73 - dc f7 12 00 ff ff ff ff  ......Bs........
    000000000012f7d4  14 37 22 02 00 00 00 00 - da 01 02 00 13 01 00 00  .7".............
    000000000012f7e4  00 00 00 00 00 00 00 00 - 30 c4 02 00 ad 02 00 00  ........0.......
    000000000012f7f4  85 01 00 00 00 00 22 02 - 00 00 00 00 94 1e 22 02  ......".......".
    Reference:  http://forums.adobe.com/thread/990060?tstart=0        -kd5-

    Contents of FlasInstall.log (remember, 12-18 is the date in question.  I've since updated Flash for Firefox as well - tried updating it via Secunia's online Software Inspector (12-20) but it seemed unsuccessful so I installed it from Adobe):
    =O====== M/11.2.202.235 2012-05-12+11-56-31.281 ========
    0000 [W] 00001113 C:\WINDOWS\system32\Macromed\Flash\\* 3
    0001 [I] 00000010 "C:\Documents and Settings\Keith A. Duncan\Local Settings\Temp\install_flash_player_32bit.exe" -iv 8 -install -au 1
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0004 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_2_202_235.dll
    0014 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0015 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0016 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0017 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [I] 00000012
    =X====== M/11.2.202.235 2012-05-12+11-56-33.468 ========
    =O====== M/11.2.202.235 2012-05-12+12-02-11.015 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.2.202.235 2012-05-12+12-02-11.281 ========
    =O====== M/11.2.202.235 2012-05-12+12-02-11.109 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.2.202.235 2012-05-12+12-02-11.359 ========
    =O====== M/11.2.202.235 2012-05-12+12-02-08.984 ========
    0000 [I] 00000010 "C:\Documents and Settings\Keith A. Duncan\Local Settings\Temp\install_flash_player_ax_32bit.exe" -iv 8 -install -au 1
    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\system32\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_2_202_235.ocx
    0007 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe
    0008 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.dll
    0009 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/11.2.202.235 2012-05-12+12-02-13.453 ========
    =O====== M/11.3.300.257 2012-06-10+11-21-05.640 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{AA720A4B-0FCF-45E6-8A21-13C0371E4D79}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe 5
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_2_202_235_ActiveX.exe/ 2
    0004 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_257.ocx
    0005 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_257_ActiveX.exe
    0006 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_257_ActiveX.dll
    0007 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0009 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0010 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0011 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0012 [I] 00000012
    =X====== M/11.3.300.257 2012-06-10+11-21-26.750 ========
    =O====== M/11.2.202.235 2012-06-10+11-16-46.500 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe" -update activex
    0001 [I] 00000011 0
    =X====== M/11.2.202.235 2012-06-10+11-24-21.734 ========
    =O====== M/11.3.300.265 2012-07-15+19-56-04.140 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{F4A5D500-713F-4F32-B19C-40E0289DC268}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_257_ActiveX.exe 5
    0003 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_265.ocx
    0004 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_265_ActiveX.exe
    0005 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_265_ActiveX.dll
    0006 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0011 [I] 00000012
    =X====== M/11.3.300.265 2012-07-15+19-56-19.843 ========
    =O====== M/11.3.300.257 2012-07-15+19-54-08.421 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_257_ActiveX.exe" -update activex
    0001 [I] 00000011 0
    =X====== M/11.3.300.257 2012-07-15+19-56-33.312 ========
    =O====== M/11.3.300.268 2012-07-30+11-42-50.859 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{C2AD5AD9-D229-405A-8EF0-1F71D320EBBE}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_265_ActiveX.exe 5
    0003 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_268.ocx
    0004 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_268_ActiveX.exe
    0005 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_268_ActiveX.dll
    0006 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0011 [I] 00000012
    =X====== M/11.3.300.268 2012-07-30+11-43-18.812 ========
    =O====== M/11.3.300.265 2012-07-30+11-29-23.343 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_265_ActiveX.exe" -update activex
    0001 [I] 00000011 0
    =X====== M/11.3.300.265 2012-07-30+11-51-19.500 ========
    =O====== M/11.3.300.271 2012-08-20+10-39-01.578 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{EE426B07-2D41-4C79-9728-31FC829A4BE8}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_268_ActiveX.exe 5
    0003 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_271.ocx
    0004 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe
    0005 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.dll
    0006 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0011 [I] 00000012
    =X====== M/11.3.300.271 2012-08-20+10-39-20.890 ========
    =O====== M/11.3.300.268 2012-08-20+10-27-44.609 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_268_ActiveX.exe" -update activex
    0001 [I] 00000011 0
    =X====== M/11.3.300.268 2012-08-20+10-52-29.921 ========
    =O====== M/11.3.300.271 2012-08-20+14-28-01.687 ========
    0000 [I] 00000010 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe -maintain activex
    0001 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe 5
    0004 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0009 [W] 00001021
    0010 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe 5
    0014 [I] 00000012
    =X====== M/11.3.300.271 2012-08-20+14-28-13.953 ========
    =O====== M/11.3.300.271 2012-08-20+14-29-49.812 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.3.300.271 2012-08-20+14-29-50.125 ========
    =O====== M/11.3.300.271 2012-08-20+14-29-49.828 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.3.300.271 2012-08-20+14-29-50.125 ========
    =O====== M/11.3.300.271 2012-08-20+14-29-47.921 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.7314133f438213f459420d8d13e1f99d9727fa56\install_flash_player_ax.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_3_300_271_ActiveX.exe/ 2
    0006 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_271.ocx
    0007 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.exe
    0008 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_3_300_271_ActiveX.dll
    0009 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/11.3.300.271 2012-08-20+14-29-51.296 ========
    =O====== M/11.2.202.235 2012-09-02+15-18-15.343 ========
    0000 [I] 00000010 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe -maintain plugin
    0001 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe 5
    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\MaintenanceService\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0013 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0014 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0015 [W] 00001036 Software\Opera Software/Plugin Path 2
    0016 [W] 00001036 Software\Opera Software/Plugin Path 2
    0017 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe 5
    0018 [I] 00000012
    =X====== M/11.2.202.235 2012-09-02+15-18-21.109 ========
    =O====== M/11.4.402.265 2012-09-02+15-26-49.625 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.9947af2949bc1e81dd7b96b50528d1baf6bac22b\install_flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\WINDOWS\system32\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\MaintenanceService\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_2_202_235_Plugin.exe/ 2
    0014 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_4_402_265.dll
    0015 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_Plugin.exe
    0016 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0017 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0018 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0019 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0020 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0021 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.4.402.265 2012-09-02+15-26-52.015 ========
    =O====== M/11.4.402.265 2012-09-02+15-28-43.296 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.4.402.265 2012-09-02+15-28-43.453 ========
    =O====== M/11.4.402.265 2012-09-02+15-28-40.109 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.7314133f438213f459420d8d13e1f99d9727fa56\install_flash_player_ax.exe" -install -iv 8 -au 1
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_271.ocx 20
    0004 [I] 00000018
    0005 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_3_300_271.ocx 20
    0006 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_265.ocx
    0007 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe
    0008 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.dll
    0009 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/11.4.402.265 2012-09-02+15-28-44.578 ========
    =O====== M/11.4.402.265 2012-09-02+15-34-47.234 ========
    0000 [I] 00000010 "C:\Documents and Settings\Keith A. Duncan\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0023 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0024 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0025 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0026 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0027 [W] 00001036 Software\Opera Software/Plugin Path 2
    0028 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.4.402.265 2012-09-02+15-34-56.843 ========
    =O====== M/11.4.402.265 2012-09-02+15-35-00.828 ========
    0000 [I] 00000010 "C:\Documents and Settings\Keith A. Duncan\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0018 [W] 00001048
    0019 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0023 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001018
    0028 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0029 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0030 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0031 [W] 00001019
    0032 [W] 00001020
    0033 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0034 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0035 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0036 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0037 [W] 00001021
    0038 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0039 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0040 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0041 [W] 00001048
    0042 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0043 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0044 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0045 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0046 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0047 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0048 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0049 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0050 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0051 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0052 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0053 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0054 [W] 00001036 Software\Opera Software/Plugin Path 2
    0055 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.4.402.265 2012-09-02+15-35-06.031 ========
    =O====== M/11.4.402.265 2012-09-02+15-35-09.671 ========
    0000 [I] 00000010 "C:\Documents and Settings\Keith A. Duncan\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0018 [W] 00001048
    0019 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0023 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001018
    0028 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0029 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0030 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0031 [W] 00001019
    0032 [W] 00001020
    0033 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0034 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0035 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0036 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0037 [W] 00001021
    0038 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0039 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0040 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0041 [W] 00001048
    0042 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0043 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0044 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0045 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0046 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0047 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0048 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0049 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0050 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0051 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0052 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0053 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0054 [W] 00001036 Software\Opera Software/Plugin Path 2
    0055 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.4.402.265 2012-09-02+15-35-13.875 ========
    =O====== M/11.4.402.265 2012-09-02+15-48-47.031 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.9947af2949bc1e81dd7b96b50528d1baf6bac22b\install_flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\WINDOWS\system32\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\MaintenanceService\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_4_402_265.dll
    0014 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_Plugin.exe
    0015 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0016 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0017 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [I] 00000012
    =X====== M/11.4.402.265 2012-09-02+15-48-49.484 ========
    =O====== M/11.4.402.265 2012-09-02+15-50-57.421 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.4.402.265 2012-09-02+15-50-57.531 ========
    =O====== M/11.4.402.265 2012-09-02+15-50-57.515 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.4.402.265 2012-09-02+15-50-57.796 ========
    =O====== M/11.4.402.265 2012-09-02+15-50-55.203 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.7314133f438213f459420d8d13e1f99d9727fa56\install_flash_player_ax.exe" -install -iv 8 -au 1
    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\system32\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_265.ocx
    0007 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe
    0008 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.dll
    0009 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/11.4.402.265 2012-09-02+15-50-58.843 ========
    =O====== M/11.4.402.287 2012-10-15+22-24-25.062 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{AD84480A-5129-4AA7-8702-29EA328079A0}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\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 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_Plugin.exe 5
    0010 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_4_402_287.dll
    0011 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_Plugin.exe
    0012 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0013 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0014 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0015 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0016 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0017 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0018 [I] 00000012
    =X====== M/11.4.402.287 2012-10-15+22-24-37.687 ========
    =O====== M/11.4.402.265 2012-10-15+21-43-09.734 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_Plugin.exe" -update plugin
    0001 [I] 00000011 0
    =X====== M/11.4.402.265 2012-10-15+22-24-37.906 ========
    =O====== M/11.4.402.287 2012-11-13+12-04-49.656 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_Plugin.exe" -update plugin
    =X====== M/11.4.402.287 2012-11-13+12-10-36.078 ========
    =O====== M/11.5.502.110 2012-11-13+12-12-01.593 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.455f94260a91b740cbea277a1edb36914a894128\install_flash_player.exe" -install -iv 8 -au 1
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\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\system32\Macromed\Flash\NPSWF32_11_5_502_110.dll
    0010 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_Plugin.exe
    0011 [I] 00000024 C:\WINDOWS\system32\Macromed\Flash\plugin.vch
    0012 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0013 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0014 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0015 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0016 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0017 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0018 [I] 00000012
    =X====== M/11.5.502.110 2012-11-13+12-12-05.562 ========
    =O====== M/11.5.502.110 2012-11-13+12-22-30.515 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.7314133f438213f459420d8d13e1f99d9727fa56\install_flash_player_ax.exe" -install -iv 8 -au 1
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_265.ocx 20
    0003 [I] 00000018
    0004 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_265.ocx 20
    0005 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_5_502_110.ocx
    0006 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_ActiveX.exe
    0007 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_ActiveX.dll
    0008 [I] 00000023 C:\WINDOWS\system32\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/11.5.502.110 2012-11-13+12-22-35.812 ========
    =O====== M/11.4.402.287 2012-11-30+14-43-47.171 ========
    0000 [I] 00000010 "F:\Flash Player Uninstaller.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0023 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0024 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0025 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0026 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0027 [W] 00001036 Software\Opera Software/Plugin Path 2
    0028 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.4.402.287 2012-11-30+14-43-52.937 ========
    =O====== M/11.4.402.287 2012-11-30+14-43-56.453 ========
    0000 [I] 00000010 "F:\Flash Player Uninstaller.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0018 [W] 00001048
    0019 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0023 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001018
    0028 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0029 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0030 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0031 [W] 00001019
    0032 [W] 00001020
    0033 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0034 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0035 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0036 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0037 [W] 00001021
    0038 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0039 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0040 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0041 [W] 00001048
    0042 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0043 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0044 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0045 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0046 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0047 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0048 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0049 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0050 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0051 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0052 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0053 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0054 [W] 00001036 Software\Opera Software/Plugin Path 2
    0055 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/11.4.402.287 2012-11-30+14-44-01.593 ========
    =O====== M/11.5.502.110 2012-11-30+15-47-26.875 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_ActiveX.exe" -refreshIEElevationPolicies
    =X====== M/11.5.502.110 2012-11-30+15-47-27.062 ========
    =O====== M/11.5.502.110 2012-11-30+15-47-22.531 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.7314133f438213f459420d8d13e1f99d9727fa56\install_flash_player_ax.exe" -install -iv 8 -au 1
    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\system32\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_5_502_110.ocx
    0007 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_ActiveX.exe
    0008 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_ActiveX.dll
    0009 [I] 00000023 C:\WINDOWS\system32\Macromed\Flash\activex.vch
    0010 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0011 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [I] 00000012
    =X====== M/11.5.502.110 2012-11-30+15-47-28.484 ========
    =O====== M/11.5.502.110 2012-11-30+15-49-57.781 ========
    0000 [I] 00000010 "C:\Documents and Settings\All Users\Application Data\Adobe\AIH.9947af2949bc1e81dd7b96b50528d1baf6bac22b\install_flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\WINDOWS\system32\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\MaintenanceService\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_5_502_110.dll
    0014 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_Plugin.exe
    0015 [I] 00000024 C:\WINDOWS\system32\Macromed\Flash\plugin.vch
    0016 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0017 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0018 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0019 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0020 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0021 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.5.502.110 2012-11-30+15-50-02.031 ========
    =O====== M/11.5.502.135 2012-12-18+12-08-59.187 ========
    0000 [I] 00000010 "C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\{AB857A0A-32D6-44DB-9A26-2FF8EEEADB17}\InstallFla shPlayer.exe" -iv 4
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\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 [W] 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_Plugin.exe 5
    0010 [I] 00000014 C:\WINDOWS\system32\Macromed\Flash\NPSWF32_11_5_502_135.dll
    0011 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_135_Plugin.exe
    0012 [I] 00000024 C:\WINDOWS\system32\Macromed\Flash\plugin.vch
    0013 [I] 00000017 C:\WINDOWS\system32\Macromed\Flash
    0014 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0015 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0016 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0017 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0018 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0019 [I] 00000012
    =X====== M/11.5.502.135 2012-12-18+12-09-16.328 ========
    =O====== M/11.5.502.110 2012-12-18+12-06-47.359 ========
    0000 [I] 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_110_Plugin.exe" -update plugin
    0001 [I] 00000011 0
    =X====== M/11.5.502.110 2012-12-18+12-31-26.328 ========
    =O====== M/11.5.502.135 2012-12-20+17-46-14.109 ========
    0000 [I] 00000010 C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\60377607-a0fb-49b0-adba-9235c435df33687\install_fl ash_player_11_active_x.exe -install -force
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_5_502_135.ocx
    0003 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_135_ActiveX.exe
    0004 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_135_ActiveX.dll
    0005 [I] 00000023 C:\WINDOWS\system32\Macromed\Flash\activex.vch
    0006 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/11.5.502.135 2012-12-20+17-46-22.359 ========
    2012-12-20+17-47-33.265 [error] 1226 1062
    =O====== M/11.5.502.135 2012-12-20+17-47-27.062 ========
    0000 [I] 00000010 C:\DOCUME~1\KEITHA~1.DUN\LOCALS~1\Temp\60377607-a0fb-49b0-adba-9235c435df33687\install_fl ash_player_11_active_x.exe -install -force
    0001 [I] 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 [I] 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_5_502_135.ocx
    0003 [I] 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_135_ActiveX.exe
    0004 [I] 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_5_502_135_ActiveX.dll
    0005 [I] 00000023 C:\WINDOWS\system32\Macromed\Flash\activex.vch
    0006 [I] 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 [W] 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0008 [W] 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0009 [I] 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0010 [W] 00001106
    0011 [W] 00001106
    0012 [W] 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/11.5.502.135 2012-12-20+17-47-33.296 ========
    -kd5-

  • Adobe Flash Player Installer/Uninstaller 11.2.r202 has encountered a problem and needs to close

    Seems that with the last 3 or 4 Flash Player updates, once the update is complete but before the installer actually exits, I get an error message box telling me that "Adobe Flash Player Installer/Uninstaller 11.2.r202 has encountered a problem and needs to close.  We are sorry for the inconvenience.", etc., etc., etc.  I've received this error message numerous times as most of the computers I work on are Windows XP SP3 (all updates) with Internet Explorer 8 as the browser, including my own computer and my wife's.  If I could copy & paste the details, I would.  But the temp file that's supposed to be created for error reporting purposes, isn't, and I'm not going to spend the next half an hour transcribing all the technical details.  I just want you to be aware there's a problem with your installer.       -kd5150-

    I'm sorry you are running into this crash.  To help investigate the problem, we'll need you to do a few things for us.
    First, add the following line to the file mms.cfg (open in Notepad)
    SilentAutoUpdateVerboseLogging=1
    You can find the mms.cfg file here:
    xp, vista, and windows 7 32bit: c:\windows\system32\macromed\flash\mms.cfg
    windows 7 64bit: c:\windows\syswow64\macromed\flash\mms.cfg
    Next, we'll want to get a crash dump so we can see what's going wrong.  You can enable crash logging on Windows Vista or 7 using the following steps:
    Download the following files: Enable Crash Logging.reg and Disable Crash Logging.reg.
    Double-click the Enable Crash Logging.reg file. Click Yes in the Registry Editor dialog.
    Restart your computer.
    Let the updater/installer crash occur
    After the crash, open a file browser window and type the following in the navigation bar:%localappdata%
    Go to the CrashDump folder.
    Select the most recent file that appears with the extension .dmp.
    Double-click the Disable Crash Logging.reg file downloaded in Step 1 and click OK.
    Restart your computer.
    Zip up the .dmp file and mail it (or a dropbox link) to [email protected] with a link to this thread.
    For XP, follow these steps:
    Show hidden files.  For more details, see the instructions for Windows XP.
    Repeat the steps that resulted in the installer crash
    After the crash, open the following folder: C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson
    Locate the file named with the extension .dmp that corresponds with the correct date and time
    Zip up the .dmp file and mail it (or a dropbox link) to [email protected] with a link to this thread.
    In addition to the .dmp, please post or send me your Flash Installation.log.
    Where do I find the Flash Player installation log on Windows?

  • Adobe Flash Player Update Service 11.3 r300 has encountered a problem and needs to close.  We are

    I get following message:
      Adobe® Flash® Player Update Service 11.3 r300 has encountered a problem and needs to close. We are sorry for the inconvenience.
    How can I solve this?

    People,
    Listen. This service is, has been and seemingly will be: FREE. So while emotions are running on the hot side of the guage, let's remember; it is FREE. Adobe owes no one anything. Now who's to blame, really? We, the people are to blame. Why? Because everyone has been ok with the fact that one company essentially designed and released a technology for streaming from the net. One company. And almost all of us are using this one company's technology to stream; for FREE.
    But now we are not ok with it when, after we are prompted to update, we have the issue of it not working? We all never saw the ridiculously high potential for this one company to screw things up, intentionally or otherwise? What the ramifications, that we are now experiencing, might be? Nah, we just took it for granted that we would continue to be served. Well the serve came, everyone. Mistake or otherwise.
    It's like this country [US], up until four-years ago. Everyone was either running around with snow shovels and hefty garbage bags to gather all the money they were making or sailing the seas of expectation and an, 'I am out there to get mine' attitude, and then the sh*t hits the fan and now people are complaining? About the very system until four years ago was spoon feeding them poolside with mai-tai's? While it was crushing everyone else in the known world?
    No doubt it seems incredulous that a multi-billion dollar company has an IT department that would include in an update, for their own software, that would be inconducive to working. No doubt. But keep in mind: we are all either using browsers by Apple or MS. Anything happens to these browsers, including a virus or anything else that threatens our use of them and...?
    So climb off the haughty, 'I deserve' crap and walk on the solid ground of trying to resolve this issue here at Adobe and around the net. If we were to band together, as the 99%, we could solve this, no problem. But then that holds true with resolving this fictitious economic downturn nonsense, that we solidly take for truth at face value, because our mainstream media says so. But no other species on this rock flying through space would know what the f*ck we were talking about.

Maybe you are looking for

  • [SOLVED] Battery status in i3status is incorrect...

    So i3status suddenly seems to think my battery is fully charged at ~80%. At first I thought maybe my laptop's battery was going, but then I noticed if I run acpi -b when i3status is reporting full at ~80%, I receive the following: Battery 0: Charging

  • Weblogic.security.acl.User extends java.security.Identity which is deprecated

    I have been developing a custom realm for WLS5.1 and I discovered that the weblogic classes seem to be based on JDK1.1 classes some of which have been deprecated (e.g. java.security.Identity). I checked the docs for WLS6.0 and it also uses the same c

  • CProjects & Project System

    Hello Friends, I want to use the projects that created in Projects Systems(PS) in cProjects and also the vice-versa. Could you tell me the procedure to do this? Thanks & Regards, Senthil.

  • XCode installation hangs in a weird way

    Hi I wanted to reinstall XCode and doing so in App Store was just "installing" forever I mean days. Then I used some tips from forums to remove cache files, /private files and TMP files. Then I was able to start XCode installation fresh from App Stor

  • Cannot receive faxes as email

    Set Print and Fax preferences to receive and send faxes. It works! - both sending and receiving. BUT, the faxes received will not go to my email even thought I've checked it to do so. (They go to my FAX folder.) How do I get them to go to my email -