Microsoft Jet OLEDB 4.0 STILL not working on 64-Bit?

I've seen all the posts (hundreds of them) concerning the fact that the Microsoft Jet OLEDB 4.0 provider only works on 32-Bit systems.  Really?  I'm running Windows Server 2008 Data Center and have an urgent need to run an SQL Job that needs to query an Access database.  The job runs DTExec to execute an SSIS package (the Job step is configured with the "Use 32 bit runtime" checked (set to true)).  I am getting the follwing error message when I'm on the part of the SSIS package, which is an 'Execute SQL Task', which attempts to open the Access Database: 
DTExec: The package execution returned DTSER_FAILURE (1).
Started:  2:31:08 PM
Finished: 2:31:12 PM
Elapsed:  4.438 seconds
Microsoft (R) SQL Server Execute Package Utility
Version 10.0.1787.0 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started:  2:37:14 PM
Error: 2009-04-30 14:37:19.13
   Code: 0xC002F210
   Source: DoDeletes Execute SQL Task
   Description: Executing the query "DELETE From [dbo].[zsong] where [MUZENBR] in (
SE..." failed with the following error: "The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has not been registered.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started:  2:37:14 PM
Finished: 2:37:19 PM
Elapsed:  4.422 seconds
I find it highly ridiculous that Microsoft would not care to release a 64-bit driver for Jet OleDb 4.0.  There is obviously a need, judging by the hundreds of posts out there with people asking about this.
Or am I missing something?  Is there a driver that I just can't find?
Thanks.

The Jet OLEDB provider consists of several dlls. You can check if these dlls are installed.
For x64 machines, the 32-bit folder where I expect they live is C:\Windows\Syswow64 or C:\Winnt\Syswow64
This list (taken from http://support.microsoft.com/kb/278604) seems to cover the Jet dlls:
Microsoft Jet 4.0 OLE DB Provider
Provider=Microsoft.Jet.OLEDB.4.0
C:\WINNT\System32\Msjetoledb40.dll
C:\WINNT\System32\Msjet40.dll
C:\WINNT\System32\Mswstr10.dll
C:\WINNT\System32\Msjter40.dll
C:\WINNT\System32\Msjint40.dll
This article tells how to see if Jet is installed, and which version is installed, and how to get the latest service pack 8 http://support.microsoft.com/kb/239114/
However, that kb 239114 it says "For computers that are running Windows Server 2008"
If you are running Windows Server 2008, you have a later version of Jet 4.0 than the version that is included with Jet 4.0 SP8.
If you don't find Jet is installed correctly, I am not totally sure what to do - sounds like Windows is not installed completely, or the feature was not enabled in the add/remove windows components.
Indeed Jet is only 32-bit as Todd mentioned http://support.microsoft.com/kb/957570
Since Jet is included with the OS I expect the install to have been done by one of the *.inf files in the C:\Windows\inf. I found several inf files on my Win 7 machine (not a good comparison for you) which cover these dlls such as (syssetup.inf, layout.inf, oem33.inf). I know it is possible to right click and run the install on these .inf files, but since its a windows component, it would be reinstalling windows components too, which I would recommend against on a production server, escpecially a datacenter edition! Must be a high end production server, so I can't recommend you do that because I'm afraid it would break something else because I haven't tested it before.
Let us know if you find the dlls or not.
Best wishes, JasonHDidn't get enough help here? Submit a case with the Microsoft Customer Support team for deeper investigation - http://support.microsoft.com/select/default.aspx?target=assistance

Similar Messages

  • New iTunes still not working with 64 bit operating systems?

    When will iTunes support advanced 64 bit operating systems...
    Would seem that a next generation phone would work with the next generation of operating systems...

    iTunes does work with vista 64 bit. I can sync my iPod with it. It's the 'Apple Mobile Device Support' portion that is required by the iPhone that isn't working.

  • Firewire Video still Not working in 64 bit with 9.2.1

    Let's keep up the request for this! Otherwise, thanks to Apple for a lot of improvments, and support of our newer 12 and 6 core machines.

    bump

  • Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. at System.Data.OleDb.OleDbServicesWrapper

    HI
    when i copy asp.net 3.5  application  from IIS7 to IIS 8 in windows server 2012 and browse the application and try to save data in oracle , i  get following error in Event viewer
    Log Name:      Application
    Source:        ASP.NET 4.0.30319.0
    Date:          4/6/2015 2:53:21 PM
    Event ID:      1309
    Task Category: Web Event
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      TSharepint2013.test.com
    Description:
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 17/06/36 02:53:21 ? 
    Event time (UTC): 17/06/36 11:53:21 ? 
    Event ID: 34f214e1dcdf45f5ad8450739c954494 
    Event sequence: 24 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
    Process information: 
        Process ID: 18724 
        Process name: w3wp.exe 
        Account name: TEST\splaw 
    Exception information: 
        Exception type: InvalidOperationException 
        Exception message: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
       at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
       at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.OleDb.OleDbConnection.Open()
       at printLawsuit.RetJudgement(Int32 x) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 2374
       at printLawsuit.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 44
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information: 
     Request URL: http://-----:50/executionreq/printLawsuit.aspx 
        Request path: /executionreq/printLawsuit.aspx 
        User host address: ---3.184 
        User:  
        Is authenticated: False 
        Authentication Type:  
        Thread account name: TEST\Spfarm 
    Thread information: 
        Thread ID: 16 
        Thread account name: TEST\Spfarm 
        Is impersonating: False 
        Stack trace:    at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
       at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.OleDb.OleDbConnection.Open()
       at printLawsuit.RetJudgement(Int32 x) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 2374
       at printLawsuit.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 44
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="ASP.NET 4.0.30319.0" />
        <EventID Qualifiers="32768">1309</EventID>
        <Level>3</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-06T11:53:21.000000000Z" />
        <EventRecordID>174735</EventRecordID>
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>3005</Data>
        <Data>An unhandled exception has occurred.</Data>
        <Data>17/06/36 02:53:21 ?</Data>
        <Data>17/06/36 11:53:21 ?</Data>
        <Data>34f214e1dcdf45f5ad8450739c954494</Data>
        <Data>24</Data>
        <Data>1</Data>
        <Data>0</Data>
        <Data>/LM/W3SVC/3/ROOT/ExecutionReq-1-130727947211114471</Data>
        <Data>Full</Data>
        <Data>/ExecutionReq</Data>
        <Data>C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\</Data>
        <Data>TSHAREPINT2013</Data>
        <Data>
        </Data>
        <Data>18724</Data>
        <Data>w3wp.exe</Data>
        <Data>TEST\splaw</Data>
        <Data>InvalidOperationException</Data>
        <Data>The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
       at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper&amp; datasrcWrapper)
       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
       at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal&amp; connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.OleDb.OleDbConnection.Open()
       at printLawsuit.RetJudgement(Int32 x) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 2374
       at printLawsuit.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\wss\VirtualDirectories\Law\ExecutionReq\printLawsuit.aspx.vb:line 44
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    </Data>
        <Data>http://----:50/executionreq/printLawsuit.aspx</Data>
        <Data>/executionreq/printLawsuit.aspx</Data>
        <Data>10.169.3.184</Data>
        <Data>
        </Data>
        <Data>False</Data>
        <Data>
        </Data>
        <Data>TEST\Spfarm</Data>
        <Data>16</Data>
        <Data>TEST\Spfarm</Data>
        <Data>False</Data>
        <Data>   at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper&amp; datasrcWrapper)
       at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
       at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, 
    </Data>
      </EventData>
    </Event>
    adil

    Hi,
    As this question is more relate to iis, I suggest you post it to IIS Forum, you will get more help and confirmed answers from there.
    http://forums.iis.net/
    Best regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I want to share Microsoft word from my desktop mac to my laptop but every timeIi try and do it, it says that it can't open because it is not supported by the software. I have tried several times and updated it on the mac but its still not working.

    I want to share Microsoft word from my desktop mac to my laptop but every timeIi try and do it, it says that it can't open because it is not supported by the software. I have tried several times and updated it on the mac but its still not working. Any ideas?

    You need to install Office on the computer from the installer DVD or disc image you purchased.

  • Installing microsoft office for mac and getting prompt for installer password.  i have put in apple id password and admin password and not working, i have also reset my admin password 3 times and it is still not working? how do i get past this?

    installing microsoft office for mac and getting prompt for installer password.  i have put in apple id password and admin password and not working, i have also reset my admin password 3 times and it is still not working? how do i get past this?

    You don't use your Apple ID or its password to install anything on your Mac. You use the admin account's name and password.
    Use the name and password you last entered when resetting them. The "name" you use is not the short name of the admin account folder.
    For example. If you create an admin account of John Smith, the short name given to that account's folder will be johnsmith. So when an app requests an admin name and password to install something, the admin name you enter is John Smith, not johnsmith.

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

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

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

  • I got an error message: 'iTunes has stopped working. A problem caused the program to stop working correctly. The solution asked me to load latest version which I did many times and still not working... HELP!

    [Window Title]
    Microsoft Windows
    [Main Instruction]
    iTunes has stopped working
    [Content]
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    [Close program]
    This is what I got... sorry, not very tech savvy to copy the error message onto here...
    Have tried uninstalled and re-installed iTune, updated the new version of 10.6... many times over still not working!!!
    I share the frustrations of many here. HELP!!!!!

    Hi there Nok Saensanoh,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    -Griff W.

  • Flash still not working after enabling it on windows 8.1?

    I followed the instructions on the help section and enabled flash, however it is still not working. I then tried to download it and the page takes me to the instructions on how to enable it.
    I have just bought a  new laptop and it is fully updated with 8.1.
    Any help would be appreciated.

    Flash Player is actually built into Internet Explorer on Windows 8 and 8.1.  There is nothing for you to download or install from Adobe.
    From the description of the problem, it sounds like you're going to a website and getting a message that Flash Player cannot be found.
    On most sites, there is JavaScript that determines what version of your browser and Flash are installed, so that it can determine what content to show you.  In Internet Explorer 11, Microsoft changed the string that identifies Internet Explorer to those scripts, and it's very likely that the website you're visiting needs to make adjustments to accommodate the change.  There will probably be a bumpy transition period as major web properties notice the problem and fix it.
    In the meantime, Mike's suggestions are good.  Use Compatibility Mode or an alternate browser.  You may also want to contact the website (particularly if they're a small shop) to let them know about the problem.  You're on the early end of the adoption curve, and they might need a head's up.
    Thanks!

  • P505-S8980 BluRay DVD Avatar still not working.

     I downloaded the supposed patch for the BluRay that will allow the Avatar disc to run. I think the info is showing in my BD software that it's been updated. Yet it is still not working. Any process that I missed? Thanks.

    I've solved this same issue using the Microsoft Fixit for the DVD-BLURAY and It worked just well.
    My computer is a QOSMIO X75-ASP7302KL I hope this help you to solve yours.

  • Microsoft Teredo tunneling adapter #2 is not working

    Hi, i'm having problems with "microsoft teredo tunneling adapter #2". I've tried to fix it, but it keeps on saying that it's not working.When i set the tcpip6/parameters value to 0 it only fixed the teredo tunneling adapter but the teredo tunneling
    adapter #2 is still not working. any ideas?

    Sten
    This is a known problem if Zone alarm is installed.  If you have it installed remove it at least to check
    To turn off Teredo tunneling interface 6to4 open an elevated command prompt and type
    netsh interface terredo set state disabled.
    To Re-install it
    Click on Start.
    Type Device Manager in search box and open it.
    Click the Action tab at the top and click add legacy hardware
    then click next and next again it will then scan and find nothing click next on the screen after that.
    Wait a minute and you will see a list of hardware appear, scroll down and choose network adapters then click next, then from the left column choose Microsoft then in the right hand column scroll down and choose Microsoft Teredo Tunneling Adapter, then click
    next and this will install it.
    To check just make sure it is set to show hidden devices, right click on device manager on the right and click view then show hidden devices.
    Wanikiya and Dyami--Team Zigzag

  • Bluetooth Driver for dell(Inspiron N5110(ST: 3v82np1 ) is still not working well.

    Hi,
    I have tried installing "Dell Wireless 1701
    802.11 b/g/n, Bluetooth v3.0+HS Driver "
    But I saw neither wireless nor Bluetooth was defined.
    As  the drivers listed below are only  the driver for wireless and bluetooth, I almost tried all of them, except the last three.
    File TitleImportanceRelease DateVersionActions
    Intel Centrino Wireless-N 1030 WiFi Driver 
    (Driver) 
    Other Formats
    Description
    Intel 6230/N1030/N1000 WiFi Driver for win7 64-bit This package provides the driver for the Intel Centrino Wireless-N 1030 WiFi Driver and imore…
    Intel Centrino Wireless-N 1030/Advanced-N 6230
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Wireless-N 1030/Advanced-N 6230 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS
    Driver 
    (Driver)
    Description
    This package provides the Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS Driver and is supported on Inspiron N5110 and Vostro Notebook 3more…
    Dell Wireless 1702 WiFi + Bluetooth Driver 
    (Driver)
    s
    Description
    This package provides the Dell Wireless 1702 802.11 b/g/n, Bluetooth 3.0+HS Driver and is supported on Inspiron and Vostro Notebook models tmore…
    Intel Centrino Wireless-N 1000, Centrino Advanced-N
    6230, Centrino Wireless-N 1030, v.14.2.0.10, A01 
    (Driver)
    Recommended
    Description
    This package provides the Intel Centrino Wireless-N 1000/1030, Advanced-N 6230 Driver and is supported on Inspiron N5110 and Vostro Notebook more…
    Intel Centrino Advanced-N 6230/Wireless-N 1030
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Advanced-N 6230/Wireless-N 1030 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Add to My Download List
    Dell Wireless WLAN 1502 Half Mini-Card Driver 
    (Driver)
    Description
    This package provides the driver for Dell Wireless WLAN 1502 Half Mini-Card and is supported on Inspiron Notebook and Vostro Notebook modelmore
    Intel WiMax Link 6150 Driver 
    (Driver)
    Description
    This package provides the Intel WiMax Link 6150 Driver and is supported on Inspirion and XPS Notebook models that are running the following
    Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100
    Ethernet Controller Driver 
    (Driver)
    Description
    This package provides the Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100 Ethernet Controller Driver and is supported on Inspiron N5110 amore…
    I had to install Dell Wireless 1702 WiFi +
    Bluetooth Driver
    The wireless adapter was defined by this driver, however, the Bluetooth still has an exclamation mark in front of it, and when the Dell WLAN and Bluetooth client installation finished, a pop up message said that Windows couldn't install the device
    well, although there was a folder added in documents folder named 'Bluetooth Folder'
    Yes, the Bluetooth was named with 'Generic Bluetooth adapter' before installing 'Driver above'. However, after installing the driver above, the Bluetooth adapter named with ' Dell wireless 1702 Bluetooth v3.0". But as you see it's
    still not working will.
    The sceen shot shows the device manger before installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    These screen shots shows the device manger after installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    I've lit windows detect the operating program for this device on the internet, it said "Windows has detected that the operating  program of this device is up to date. As this screenshot shows.
    What should I do because nothing lift to try? If you have a look at the ninth drivers in my previous message, you will see that no other drivers for Bluetooth lift.
    Also, I have tried  to install Intel
    Centrino Wireless-N 1030 WiFi Driver 
    But I have been told that "the installation is blocked', This package of installation cannot be installed on your system' I don't know what this
    means, is it because Dell Wireless 1702 WiFi +
    Bluetooth Driver is being installed
    Could you please take some of your preciout time out to read carefully my points below to finish this problem?
    first:
    Yes, if you had a look at my first post, you would have seen that I really have downloaded and installed the drivers suitable for bluetooth, which was only Dell
    Wireless 1702 WiFi + Bluetooth Driver, which made the bluetooth recognized by Windows 7(64Bit). However, the bluetooth in the device manager still has an exclamation mark as it is shown in the device manager.
    I don't have any other drviers which can do more than the what Dell
    Wireless 1702 WiFi + Bluetooth Driver did because I have tried all the drivers listed under 'Network', exept the what are for Etherent.
    Yes, when I have tried adding the bluetooth between two laptops(Mohammad and Nasreen).  the bluetooth was added for both laptops as you see in these screenshots below:
    The Bluetooth devices of Nasreen's laptop whose bluetooth is having some problems in Device mangage.
    The Bluetooth devices of Mohammad's laptop  whosse Bluetooh is defined well in device manager.
    But there is still problem in the device managre as shown in the screenshot listed before.
    Second: (Important) That when I want to send files or recieving between two bluetooth added in either laptop, I could send them. Also, when I open the Mohammad's bluetooth added in Nansreen's laptop( screenshot
    below), I can show what is inside it.
     However, when I open the the Nasreen's bluetooth addd in Mohammad's laptop, I noticed  no reponse at all because as you see that disconnected is written in fornt "Nasreen-Pc" as this screenshot: 
    Although sometimes Nasreen-Pc gets connected as screenshot below, but I am still not able to open the Bluetooth folder of Nasreen-pc from Mohammad-pc. When trying to do that, no response is there.
    In other times, Nasreen-pc gets connected for a while, but it comes back disconnected.
    Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose Bluetooth is having some problems in the device manager.(First Screen shot below)  However,
    the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    Finally: : when I clicked "right-click" on "Nasreen-PC" and then clicking on "detecting and troublshooting issues", I found that windows informed me that :
    But which driver should I reinstall because I have already installed the Dell
    Wireless 1702 WiFi + Bluetooth Driver almost twice?
    A man should convert his anger and sadness into strength to continue living in this life.

    Certain driver packages contain drivers from some of the essential services only and for additional services, separate drivers must be installed. Additionally, the service is installed only if a compatible device is installed (or paired).
    Therefore, you are seeing the error.
    If you are using the Bluetooth L2CAP Interface and Bluetooth Remote Control services and not able to install the services, you can try unpairing the device, restart the PC, pair the device and then check. If that too fails, you need to install a suitable
    driver, sometimes even other OEM drivers solve the issue. You can Bing/Google about this. You can also contact Dell Support for more information.
    Balaji Kundalam
    Thanks a lot,
    I really didn't understand what you mean with in your first part the service is installed only if a compatible device is installed (or paired).
    The Bluetooth is integrated with
    the laptop, then  where other services will come from, all service are related to Bluetooth.
    If there are some additional services not related to Bluetooth,
    then how can I either let them functioning well or disable them in order to get rid of the yellow exclamation mark
    on the name of my laptop in the Device and printers.
    Also, I really have installed a
    BCBT7(Broadcom Bluetooth) for HP which really defined the same Bluetooth issue,
    Device manager after installing the entire setup of driver BCBT7(Broadcom Bluetooth) on HP laptop
    but  when trying to install the same
     BCBT7(Broadcom Bluetooth)  on Dell,  I faced the error below, although there is an icon for Bluetooth in
    the system tray. Also, the Bluetooth is integrated as
    you have seen in the device manager. 
    You didn't answer me: Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose
    Bluetooth is having some problems in the device manager.(First Screen shot below)  However, the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    A man should convert his anger and sadness into strength to continue living in this life.

  • IOS6 WIFI bug, still not work now, exhausted,help...

    Been like this a week now, tried every possiable way still not any help at all, it can connect the wifi, internet works for 1or 2 minuts then will faile again, changed one router and tried all different settings as still not work, someone told me they don't have this problem they are using different router,maybe it's because IOS6 have sort of confict with some brand router? I am using TPlink, should I keep invest different router and try? Or should I wait for bug fixed?
    Apple didn't give any suggestion to customer and time schedule for bug fixed, this is really **** me off...
    I will try to visit apple store to check if they can change a new one with IOS5 for me.

    They will not change you back to iOS 5. I asked.
    I spent almost 1 week trying to resolve this. Reboot the ipad, reboot my router, delete the network, rejoin the network. Nothing seems to work. I called the Apple support, spent 2 days. After trying every single solution (that I've already done before calling.. duhhh)..
    They told me to:
    - Go to iTunes.Back up all your data, transfer all purchases to your computer. Of course when I tried to transfer all my purchases, they stuck for hours, then crash everything. I had to redo this 3 times. HOURS!!!
    - Restore your iPad from your iTunes. It will erase everything in your iPad, then start fresh as new
    - Turn off your iPad
    - Turn off your router, give it 10-15 minutes, turn on your router
    - Turn on your iPad, join the network
    Even though finally it looks ok. I am still going to return this iPad and get a replacement. I just don't feel confident with the device anymore. I just bought my iPad less than 3 months, still got the box. The support told me I could swap my iPad, all I need is to see the Apple Genius. So I made appointment, otherwise the Genius won't see you.
    I got tons of questions again from the Genius. He said it is my router problem. Basically, I have a crappy router that came from my internet provider. He said that since they opened the store, he only knew TWO people came in with WIFI issue. I told him, all my other devices connect just fine... but of course, they're "oranges" not Apple.
    I thought I'll be getting my replacement right away, but no.. Genius had to place an order first, and they will call me again, and I have to make another appointment to pick it up. I wonder why they don't have one in stock. It's the NEW iPad!!! I hope they're not getting my replacement from some kinda refurbished factory.
    This is my first purchase with Apple. So far it is not a pleasant experience.

  • HT3964 my built-in isight camera will still not work on my macbook pro after completing smc reset.  The green light comes on but no video.

    my built-in isight camera will still not work on my macbook pro after completing smc reset.  The green light comes on but no video. 
    Any Suggestions?

    Restart the computer.

  • Jst got a iphone 4s and my itunes is not picking it up at all i have tried many things from the internet but still not working

    Please help ... Stressed new iphone user!!!!!!!!!! lol.
    i got a new iphone 4s on friday, people told me i needed to connect this to the itunes asap.
    i have had a ipod for 4 years and had no problem connecting to itunes before.
    at first my computer would not find the iphone so i looked up tips from apple and other internet sources ... after deleting temp files my computer picked up my iphone but itunes didnt... i kept getting a pop up when going on to itunes saying "this iphone cannot be used because the required software is not installed. Run the itunes installer to remove itunes, then install itunes again.
    So i did i did this serveral times and the pop still keeps coming up and everytime i reinstall itunes i have to delete temp files for my computer to pick my iphone up. i contacted apple and an adviser sent me a link to follow to delete itunes and other in a order which i did several times and still not worked.
    i tried my iphone on my mums computer and it has picked it up but in my mums itunes i want my itunes as i have purchased many songs. now my ipod wont even register to itunes. i also get a pop up from windows saying Host process for windows services stopped working and was closed ... i ahve followed all the advice for that even a clear up on my computer and still nothing. you can even find apple mobile device anywhere on the computer tho my mobile is charging when plugged in. i have tried everything that apple reccomends anyone able to help
    Thank you

    Try this article if you haven't already
    This is the only possibility that came to my mind when reading about your issue:
    "If an iPhone, iPad, or iPod touch is not recognized in iTunes on Windows, the Apple Mobile Device Service (AMDS) may need to be restarted"

Maybe you are looking for

  • How do I get my audio to work again on my iPad?

    How do I get my audio to work again when I play video links on my iPad 2?  Think the problem might have started when I did the update to IOS 7.1.  I click on a video link when I'm in an app like Facebook.  The video plays, but no audio.  I used to be

  • Name photos in Album, put photos in forum

    This is really crazy, why can't I name my photos in Album?? And another thing. It appears that I can't put in photos from my Z3 in forums. When I click Find photo (or similar) in the forum I get no link to my photos or album! This is really frighteni

  • IMac G5 "Off the Grid"

    I presume the guts of an iMac G5 all run on DC coverted via the power supply from AC. If so, where can I get a schematic of the power supply -- so that I might figure out how to feed the beast DC from an "off the grid" DC source (i.e., photovoltaic,

  • 'Storage bin field in material master

    Can we increase character length of 'Storage Bin' field in material master so that bin details can be accomodated ?

  • Footer problem in classical report

    Hi experts, I devloped a classical report but i want to display a footer deatail in all of my page. But in my last page it doesn't come...... NOTE : i have reservered 12(2) line for each page. but total record is 100. Regards skmohanty