Automatic errordisable on trunk ports with errors

Hi
What's the best way, in CatOS, to set a trunk port to become errordisabled if there is excessive number of errors on the port (faulty sfp/gbic/cable)?
"udld aggresive mode" seems to be able to errordisable port when it can't re-establish link with the remote side, however it doesn't work when errors come in bursts and not constant.
Thanks

You can use the command "set errordetecion link-errors action errdisable" to errdisbale the linke based on the number of rx or tx crc errors due to the link being bad. This command was introduced in 8.4 release.
You can set several parameters of the command like setting up a thresold , recovery action , timers etc.
For more details , take a look here.
http://www.cisco.com/en/US/products/hw/switches/ps708/products_command_reference_chapter09186a008022f4a3.html#wp1063837
Thanks
salman Z.

Similar Messages

  • Automatic imports throwing "tp ended with error code 0204"

    Hello frnds !
    In one of my non prod system, where automatic transport is enabled for 4 clients, we are getting tp error with 0204 error code in job jog of TMS_000000000*TMS_TP_IMPORT with report TMS_BCI_START_SERVICE.
    Can you plz suggest someting ..
    Release :
    SAP_BASIS : 700 : SAPKB70013 : SAP Basis Component
    Job log:
    Job log overview for job:    TMS_0000000005TMS_TP_IMPORT / 18003700
    Job started
    Step 001 started (program TMS_BCI_START_SERVICE, variant , user ID **)
    Transport control program tp ended with error code 0204
    Transport control program tp ended with error code 0204
    Job finished
    STMS errors :
    System   E40              Command  Start TMS_TP_IMPORT
    Client   000              Service  Transport Service
    User     HP               Start    Hintergrund
    Date     24.06.2009       Function TMS_TP_IMPORT
    Time     18:00:58         Message  TP_REPORTED_ERROR
    Transport control program tp ended with error c
    Errors: parameter is missing
    System   E40              Command  Start TMS_TP_IMPORT
    Client   000              Service  Transport Service
    User     HP               Start    Hintergrund
    Date     24.06.2009       Function TMS_TP_IMPORT
    Time     18:00:58         Message  TP_REPORTED_ERROR
    ************************************************************************************************************************Transport control program tp ended with error c
    Errors: parameter is missing
    This is tp version 372.04.40 (release 700)
    Warning: Parameter DBLIBPATH is no longer used.
    Warning: Parameter DBSWPATH is no longer used.
    /usr/sap/trans_P40/tmp/SLOG0926.E40.LOC is already in use (1), I'm waiting 2 sec (20090624180056). My name: pid 18030 on er3asu72
    (e40adm)
    HALT 20090624180058
    ERROR: Empty client(s) found in buffer E40. These entries cannot be filled implicitely.
    Either use one of the options 'CLIENT' or 'DEFAULTCLIENT' or#use the command 'FILLCLIENT' to fill these entries with a valid client.
    ERROR: EXIT(16) -> process ID is: 18030
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 16
    ERRORS: Highest tp internal error was: 0204
    standard output from tp and from tools called by tp:
    ************************************************************************************************************************Thanks
    Ashish

    Hi Vikas,
    Could you please check the SLOG file and see what you observe
    /usr/sap/trans_P40/tmp/SLOG0926.E40.LOC is already in use (1), I'm waiting 2 sec (20090624180056).
    Please check the following Note 12746 - WARN <file> is already in use (), I'm waiting 5 sec.
    Mostly you have to perform the following step mentioned in Note
    "If there is only one tp process that writes the SLOG messages, stop this process and copy the generated file in tmp to the existing file in log on UNIX, for example, using cat /usr/sap/put/tmp/P<date>.<SID> >> /usr/sap/put/log/P<date>.<SID>Afterwards, you can delete the file in tmp and repeat the phase."
    Before trying above you can also stop all tp process and then start the transport job again.
    Thank You,
    Praveen

  • MDB rollbacks and stops the listener port with error code 2072

    Hi
    We have a MDB listening on QUEUE1. This MDB processes the message and puts another message in QUEUE2. Transaction is "required" for this MDB.
    The processing could somtime take more than 2 min. We used to get EJB timeout error in this scenario. We changed EJB timeout to 5 min (default was 2 min). This resolved the timeout error. But it started throwing following exception. Note that if the processing takes less than 2 min, MDB never rollbacks.
    After this rollack, listener port can not pick up the next message and it throws error (MQJMS2002: failed to get message from MQ queue. MQ Error Code 2072) . It stops as a result and restarts after 60 sec. Even after restart it can not process the messages till we restart the JVM.
    Regarding error handling, Backout threshold is 3. If the message is redelivered, we discard this message.
    We are using 2 Phase commit for 2 resources MQ (5.3) and MS SQL.
    Websphere version is 5.1.
    Two issues here
    1. Why is MDB rolling back if processing takes more than 2 min.
    2. After the rollback, why is listener port not picking up the messages. Why do we need to recycle the JVM.
    Any pointers to resolve this issue?
    EXCEPTION
    [11/29/05 15:03:37:752 EST] 1b9bccc XATransaction E J2CA0027E: An exception occurred while invoking end on an XA Resource Adapter from dataSource JMS$postprocessor$JMSManagedConnection@25078403, within transaction ID {XID: formatId(57415344), gtrid_length(51), bqual_length(2, data(00000000000000950000000113238145f813eccfef12249c6aab206666f96901636c5f6170703130355f73656e7431715f716113238145f813eccfef12249c6aab206666f969010000000100000000)}: javax.transaction.xa.XAException: XA operation failed, see errorCode
    at com.ibm.mq.MQXAResource.end(MQXAResource.java:520)
    at com.ibm.ejs.jms.JMSManagedSession$JMSXAResource.end(JMSManagedSession.java:1557)
    at com.ibm.ejs.j2c.XATransactionWrapper.end(XATransactionWrapper.java:525)
    at com.ibm.ws.Transaction.JTA.JTAResourceBase.end(JTAResourceBase.java:253)
    at com.ibm.ws.Transaction.JTA.RegisteredResources.distributeEnd(RegisteredResources.java:629)
    at com.ibm.ws.Transaction.JTA.TransactionImpl.internalPrepare(TransactionImpl.java:1241)
    at com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java:981)
    at com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java:150)
    at com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java:177)
    at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:712)
    at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
    at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:570)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3068)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:089 EST] 1b9bccc ServerSession W WMSG0031E: Exception processing JMS Message for MDB BatchProcessorMDB, JMSDestination jms/PostprocessorQ : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:124 EST] 1e9aa18 JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ : javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:553)
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3144)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    ---- Begin backtrace for Nested Throwables
    com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:149 EST] 1e9aa18 JMSExceptionL E WMSG0057E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ , JMS Linked Exception : com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
    at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
    at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
    at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
    at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
    at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
    at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
    [11/29/05 15:03:38:190 EST] 1e9aa18 MDBListenerIm I WMSG0043I: MDB Listener ProcessorLP stopped for JMSDestination jms/PostprocessorQ
    [11/29/05 15:03:38:192 EST] 1e9aa18 MDBListenerIm I WMSG0058I: Listener Port ProcessorLP will attempt to restart in 60 seconds
    [11/29/05 15:03:38:194 EST] 1e9aa18 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource jms/PostprocessorQF. The exception which was received is javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    [11/29/05 15:04:38:230 EST] 1436f66 MDBListenerIm I WMSG0042I: MDB Listener ProcessorLP started successfully for JMSDestination jms/PostprocessorQ

    Have been able to solve this problem? The same occurs in our environment. I have a nagging feelin git has something to do with a known bug that is solved in some fixpack or something. We're on Websphere 5.1.1.4.
    Any feedback would be appreciated.
    Thanks,
    Jaap

  • Trunked port active in vlan

    Maybe there's an obvious answer, but I have this strange thing;
    Switchport config
    interface GigabitEthernet0/2
     description Trunk to CORE02
     switchport mode trunk
     shutdown
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
    sh vlan brie
    VLAN Name                             Status    Ports
    1    default                          active    Gi0/2
    Why is it that this port, which is configured as a trunk port, shows up as active in vlan1? Also when I do a show interfaces trunk, this specific port is not listed as a trunked port. By the way I had to shutdown the port because it was causing issues. It's a redundant link, when enabled I would expect spanning tree to do it's magic, but somehow it does not and instead causes half of our lan to become unreachable. Not sure why.

    in my switch I can not delete it
    Switch Ports Model              SW Version            SW Image                 
    *    1 52    WS-C2960S-48TS-L   12.2(58)SE2           C2960S-UNIVERSALK9-M     
    interface GigabitEthernet1/0/41
     description 2960_24_POE_5_24
     switchport mode trunk
     spanning-tree portfast
    _Cat_2960s_5_1#sh vla br
    VLAN Name                             Status    Ports
    1    default                          active    Gi1/0/41, 
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#sh runn all | b interface GigabitEthernet1/0/41
    interface GigabitEthernet1/0/41
     description 2960_24_POE_5_24
     switchport
     switchport access vlan 1
     switchport private-vlan trunk encapsulation dot1q
     switchport private-vlan trunk native vlan tag
     switchport mode trunk
     no switchport nonegotiate
     no switchport protected
     no switchport block multicast
     no switchport block unicast
     switchport port-security maximum 1
     no switchport port-security
    _Cat_2960s_5_1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    _Cat_2960s_5_1(config)#interface GigabitEthernet1/0/41
    _Cat_2960s_5_1(config-if)#no switchport access vlan 1
    _Cat_2960s_5_1(config-if)#^Z
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#
    _Cat_2960s_5_1#sh runn all | b interface GigabitEthernet1/0/41
    interface GigabitEthernet1/0/41
     description 2960_24_POE_5_24
     switchport
     switchport access vlan 1
     switchport private-vlan trunk encapsulation dot1q
     switchport private-vlan trunk native vlan tag
     switchport mode trunk
    another trunk port with native vlan configured is not in vlan 1

  • Automatic update from 10.0.0 to 10.0.1 ends with error 1603

    - System: Windows XP Professional SP3
    - "Automatically install updates" is set
    - logged in as local administrator
    - the update download works, the installation ends with error 1603 ("fatal installation error" or something, in German)
    - about 80 machines here, all failing
    What's wrong with the update?

    - The installation of 10.0.0 went by ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.0.0/de_DE/AdbeRdr1000_de_DE.exe.
    - What does AIP mean in this case?
    - The drive is C:, no substituted drive or encrypted disk.
    - The name of the drive is System.
    - The language is German.
    - The latest MSI....log:
    Fehler 1321. Installer besitzt keine ausreichenden Berechtigungen, um diese Datei zu verändern: C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\WindowsMedia.mpp.
    Property(S): Text = 0
    Property(S): DiskPrompt = [1]
    Property(S): Registration = No
    Property(S): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiWin32AssemblySupport = 5.1.2600.5512
    Property(S): MsiNetAssemblySupport = 2.0.50727.3053
    Property(S): Date = 15.2.2011
    Property(S): Time = 09:54:42
    Property(S): Installed = 2010/11/10 13:59:40
    Property(S): TTCSupport = 1
    Property(S): ColorBits = 32
    Property(S): TextHeight = 16
    Property(S): BorderSide = 1
    Property(S): BorderTop = 1
    Property(S): CaptionHeight = 26
    Property(S): ScreenY = 1024
    Property(S): ScreenX = 1280
    Property(S): SystemLanguageID = 1031
    Property(S): ComputerName = OBST
    Property(S): UserLanguageID = 1031
    Property(S): UserSID = S-1-5-21-527237240-1563985344-725345543-500
    Property(S): LogonUser = Administrator
    Property(S): AdminUser = 1
    Property(S): VirtualMemory = 7740
    Property(S): PhysicalMemory = 1984
    Property(S): Intel = 15
    Property(S): ShellAdvtSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): GPTSupport = 1
    Property(S): RecentFolder = C:\Dokumente und Einstellungen\Administrator\Recent\
    Property(S): PrintHoodFolder = C:\Dokumente und Einstellungen\Administrator\Druckumgebung\
    Property(S): NetHoodFolder = C:\Dokumente und Einstellungen\Administrator\Netzwerkumgebung\
    Property(S): ROOTDRIVE = D:\
    Property(S): IS_CURRENT_PDFOWNER = 1
    Property(S): RemoteAdminTS = 1
    Property(S): MsiNTProductType = 1
    Property(S): ServicePackLevelMinor = 0
    Property(S): ServicePackLevel = 3
    Property(S): WindowsBuild = 2600
    Property(S): ISSETUPFILESCOMPLETED = Completed
    Property(S): SUPPORTDIR = C:\DOKUME~1\ADMINI~1\LOKALE~1\Temp\{AC76BA86-7AD7-1031-7B44-AA0000000001}
    Property(S): VersionMsi = 3.01
    Property(S): ACTION = INSTALL
    Property(S): VersionNT = 501
    Property(S): LockRegPermissions = CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj@@1@@131097@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprO bj@@22@@983103@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj@@26@@131097@@CLASSES_ROOT\AcroIEHe lper.AcroIEHlprObj.1@@1@@131097@@CLASSES_ROOT\AcroIEHelper.AcroIEHlprObj.1@@22@@983103@@CL ASSES_ROOT\AcroIEHelper.AcroIEHlprObj.1@@26@@131097@@CLASSES_ROOT\AcroPDF.FDF@@1@@131097@@ CLASSES_ROOT\AcroPDF.FDF@@22@@983103@@CLASSES_ROOT\AcroPDF.FDF@@26@@131097@@CLASSES_ROOT\A croPDF.FDF.1@@1@@131097@@CLASSES_ROOT\AcroPDF.FDF.1@@22@@983103@@CLASSES_ROOT\AcroPDF.FDF. 1@@26@@131097@@CLASSES_ROOT\AcroPDF.PDF@@1@@131097@@CLASSES_ROOT\AcroPDF.PDF@@22@@983103@@ CLASSES_ROOT\AcroPDF.PDF@@26@@131097@@CLASSES_ROOT\AcroPDF.PDF.1@@1@@131097@@CLASSES_ROOT\ AcroPDF.PDF.1@@22@@983103@@CLASSES_ROOT\AcroPDF.PDF.1@@26@@131097@@CLASSES_ROOT\AppID\{BBA A0E44-3862-490C-8E63-AC2D2D6EF733}@@1@@131097@@CLASSES_ROOT\AppID\{BBAA0E44-3862-490C-8E63 -AC2D2D6EF733}@@22@@983103@@CLASSES_ROOT\AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6EF733}@@26@ @131097@@CLASSES_ROOT\AppID\AcroPDF.DLL@@1@@131097@@CLASSES_ROOT\AppID\AcroPDF.DLL@@22@@98 3103@@CLASSES_ROOT\AppID\AcroPDF.DLL@@26@@131097@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B 87D-784B7D6BE0B3}@@1@@131097@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@2 2@@983103@@CLASSES_ROOT\CLSID\{06849E9F-C8D7-4D59-B87D-784B7D6BE0B3}@@26@@131097@@CLASSES_ ROOT\CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@1@@131097@@CLASSES_ROOT\CLSID\{5BB2200E -5672-4A32-902A-5A98DB1C58DC}@@22@@983103@@CLASSES_ROOT\CLSID\{5BB2200E-5672-4A32-902A-5A9 8DB1C58DC}@@26@@131097@@CLASSES_ROOT\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@1@@1310 97@@CLASSES_ROOT\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}@@22@@983103@@CLASSES_ROOT\CL SID\{CA8A9780-280D-11CF-A24D-444553540000}@@26@@131097@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A- 4CEE-AD65-228B59F5B4AD}@@1@@131097@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4 AD}@@22@@983103@@CLASSES_ROOT\CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@26@@131097@@CL ASSES_ROOT\Interface\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@1@@131097@@CLASSES_ROOT\Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@22@@983103@@CLASSES_ROOT\Interface\{3B813CE7- 7C10-4F84-AD06-9DF76D97A9AA}@@26@@131097@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8- C09F542C3CB6}@@1@@131097@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}@@2 2@@983103@@CLASSES_ROOT\Interface\{6E67BCC1-D776-44BB-9DC8-C09F542C3CB6}@@26@@131097@@CLAS SES_ROOT\Interface\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@1@@131097@@CLASSES_ROOT\Interfa ce\{E790E1D1-9DE8-4853-8AC6-933D4FD9C927}@@22@@983103@@CLASSES_ROOT\Interface\{E790E1D1-9D E8-4853-8AC6-933D4FD9C927}@@26@@131097@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-22 8B59F5B4AD}@@1@@131097@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@22@ @983103@@CLASSES_ROOT\Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@26@@131097@@CLASSE S_ROOT\TypeLib\{05BFD3F1-6319-4F30-B752-C7A22889BCC4}@@1@@131097@@CLASSES_ROOT\TypeLib\{05 BFD3F1-6319-4F30-B752-C7A22889BCC4}@@22@@983103@@CLASSES_ROOT\TypeLib\{05BFD3F1-6319-4F30- B752-C7A22889BCC4}@@26@@131097@@CLASSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48 }@@1@@131097@@CLASSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}@@22@@983103@@CLA SSES_ROOT\TypeLib\{5F226421-415D-408D-9A09-0DCD94E25B48}@@26@@131097
    Property(S): DefragmentFiles = IMM_SUCCESS;C:\Programme\Adobe\Reader 10.0\;Software\Adobe\Acrobat Reader\;2;Leistung wird optimiert...;[1]% des Vorgangs abgeschlossen;HINWEIS: Die Installation wurde erfolgreich abgeschlossen. Da Ihre Festplatte jedoch fragmentiert ist, kann das Programm eventuell nicht so schnell wie normalerweise möglich starten. Zur Optimierung der Systemleistung sollten Sie die Festplatte defragmentieren und anschließend das Programm in der Systemsteuerung unter "Software" reparieren.
    ;|rdr|\ace.dll;|rdr|\acrord32.dll;|rdr|\acrord32.exe;|rdr|\agm.dll;|rdr|\bib.dll;|rdr|\coo ltype.dll;|rdr|\plug_ins\accessibility.api;|rdr|\plug_ins\acroform.api;|rdr|\plug_ins\anno ts.api;|rdr|\plug_ins\checkers.api;|rdr|\plug_ins\digsig.api;|rdr|\plug_ins\escript.api;|r dr|\plug_ins\ia32.api;|rdr|\plug_ins\makeaccessible.api;|rdr|\plug_ins\multimedia.api;|rdr |\plug_ins\pddom.api;|rdr|\plug_ins\ppklite.api;|rdr|\plug_ins\ReadOutLoud.api;|rdr|\plug_ ins\reflow.api;|rdr|\plug_ins\saveasrtf.api;|rdr|\plug_ins\search.api;|rdr|\plug_ins\sendm ail.api;|rdr|\plug_ins\spelling.api;|rdr|\plug_ins\updater.api;|rdr|\plug_ins\eBook.api;|r dr|\plug_ins\weblink.api;|rdr|\plug_ins\dva.api;35029023
    Property(S): FileTypesOwnerRestore = AcroExch.FDFDoc@@0@@PDF@@AcroExch.XFDFDoc@@0@@PDF@@AcroExch.XDPDoc@@0@@PDF@@AcroExch.SecS tore@@0@@PDF@@AcroExch.Document.7@@0@@PDF@@AcroExch.Document@@0@@PDF@@.pdf@@0@@PDF@@.secst ore@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroExch.RMFFile@ @0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@AFormAut.App@@0@@PDF@@Ap pID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6 EF733}@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@CLSID\{06849E9F -C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PD F@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D5 4739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1 -50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PD F@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F 4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780 -280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PD F@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FD FDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@ PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A 25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-34 89E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{ 618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C925 9304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B4 4F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@ @0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE 8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PD F@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PD FPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\Ac roBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWAR E\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@S OFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\App ID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8 C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTW ARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\T ypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{417 38EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA -442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-4 77F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8} @@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-4 7d2-816E-602C5C13F328}@@0@@PDF
    Property(S): ProcessDeleteFilesEx = Leame.htm@@INSTALLDIR
    Property(S): RegisterProperties = CACHE_DIR@@C:\Programme\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1031-7B44-AA0000000001}\@@ProductName@@Adobe Reader X (10.0.1) - Deutsch@@OriginalDatabase@@C:\WINDOWS\Installer\4866b7.msi@@REMOVE@@@@WindowsFolder@@C:\W INDOWS\@@SetupCacheExport@@ @@ALLUSERS@@1@@REINSTALLMODE@@omus@@PLUG_INS@@C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\@@DefragResetProgress@@No@@ALLUSERS_APPDATA_ADOBE@@C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\@@DEFAULT_VERB@@Read@@IS_CURRENT_PDFOWNER@@1@@ACTIVE_X@@C:\Pr ogramme\Gemeinsame Dateien\Adobe\Acrobat\ActiveX\@@Installed@@2010/11/10 13:59:40@@READER@@C:\Programme\Adobe\Reader 10.0\Reader\@@ProductCode@@{AC76BA86-7AD7-1031-7B44-AA0000000001}@@DeleteUpdateFolder@@Ye s
    Property(S): FileTypesOwnerBackup = AcroExch.FDFDoc@@0@@PDF@@AcroExch.XFDFDoc@@0@@PDF@@AcroExch.XDPDoc@@0@@PDF@@AcroExch.SecS tore@@0@@PDF@@AcroExch.Document.7@@0@@PDF@@AcroExch.Document@@0@@PDF@@.pdf@@0@@PDF@@.secst ore@@0@@PDF@@AcroAccess.AcrobatAccess@@0@@PDF@@AcroExch.Profile@@0@@PDF@@AcroExch.RMFFile@ @0@@PDF@@AcroIEHelper.AcroIEHlprObj@@0@@PDF@@AcroPDF.PDF@@0@@PDF@@AFormAut.App@@0@@PDF@@Ap pID\{6236FF8C-E747-4173-86D3-99F511B61DF3}@@0@@PDF@@AppID\{BBAA0E44-3862-490C-8E63-AC2D2D6 EF733}@@0@@PDF@@AppID\AcroPDF.DLL@@0@@PDF@@AppID\PDFPrevHndlr.DLL@@0@@PDF@@CLSID\{06849E9F -C8D7-4D59-B87D-784B7D6BE0B3}@@0@@PDF@@CLSID\{12BA069D-0FC6-4577-97C6-5DF634CE6E84}@@0@@PD F@@CLSID\{17F2E344-8227-4AA7-A25A-E89424566BBA}@@0@@PDF@@CLSID\{49400A7C-81A8-4F52-8CCE-D5 4739EE87EC}@@0@@PDF@@CLSID\{5BB2200E-5672-4A32-902A-5A98DB1C58DC}@@0@@PDF@@CLSID\{7CD069A1 -50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@CLSID\{98D9A6F1-4696-4B5E-A2E8-36B3F9C1E12C}@@0@@PD F@@CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}@@0@@PDF@@CLSID\{BD57A9B2-4E7D-4892-9107-9F 4106472DA4}@@0@@PDF@@CLSID\{C523F39F-9C83-11D3-9094-00104BD0D535}@@0@@PDF@@CLSID\{CA8A9780 -280D-11CF-A24D-444553540000}@@0@@PDF@@CLSID\{D38406DA-E8AA-484b-B80D-3D3DBDCC2FB2}@@0@@PD F@@CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FD FDFDFDFDFD}\AutoTreatAs@@0@@PDF@@CLSID\{DF9A1DA0-23C0-101B-B02E-FDFDFDFDFDFD}\TreatAs@@0@@ PDF@@CLSID\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PDF@@Interface\{17F2E344-8227-4AA7-A 25A-E89424566BBA}@@0@@PDF@@Interface\{36DE898D-AD48-40A5-B4B2-123F916BFBAB}@@0@@PDF@@Inter face\{3B813CE7-7C10-4F84-AD06-9DF76D97A9AA}@@0@@PDF@@Interface\{4A894040-247E-4AFF-BB08-34 89E9905235}@@0@@PDF@@Interface\{5007373A-20D7-458F-9FFB-ABC900E3A831}@@0@@PDF@@Interface\{ 618736E0-3C3D-11CF-810C-00AA00389B71}@@0@@PDF@@Interface\{673E8452-7646-11D1-B90B-00A0C925 9304}@@0@@PDF@@Interface\{7CD069A0-50AA-11D1-B8F0-00A0C9259304}@@0@@PDF@@Interface\{81F9B4 4F-BA3A-4F5D-9B51-090C74A9B3A4}@@0@@PDF@@Interface\{8D46C1B6-BBAB-450D-A61F-4DDC898B21D4}@ @0@@PDF@@Interface\{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}@@0@@PDF@@Interface\{E790E1D1-9DE 8-4853-8AC6-933D4FD9C927}@@0@@PDF@@Interface\{EE5A151A-AD2A-4CEE-AD65-228B59F5B4AD}@@0@@PD F@@Interface\{F9F2FE81-F764-4BD0-AFA5-5DE841DDB625}@@0@@PDF@@MIME\Database\Content Type\application/pdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xdp+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfd+xml@@0@@PDF@@MIME\Database\Content Type\application/vnd.adobe.xfdf@@0@@PDF@@MIME\Database\Content Type\application/vnd.fdf@@0@@PDF@@PDFPrevHndlr.PDFPreviewHandler@@0@@PDF@@PDFPrevHndlr.PD FPreviewHandler.1@@0@@PDF@@SOFTWARE\Classes\AcroBroker.Broker@@2@@PDF@@SOFTWARE\Classes\Ac roBroker.Broker.1\CLSID@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker\CLSID@@2@@PDF@@SOFTWAR E\Classes\AcroBroker.Broker\CurVer@@2@@PDF@@SOFTWARE\Classes\AcroBroker.Broker1@@2@@PDF@@S OFTWARE\Classes\AppID\{F2383816-917A-46CC-AD2A-5013BED3800F}@@2@@PDF@@SOFTWARE\Classes\App ID\AcroBroker.EXE@@2@@PDF@@SOFTWARE\Classes\Interface\{D3F22039-E3CF-4FC4-9A30-426A46056B8 C}@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}@@2@@PDF@@SOFTW ARE\Classes\TypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0@@2@@PDF@@SOFTWARE\Classes\T ypeLib\{41738EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0@@2@@PDF@@SOFTWARE\Classes\TypeLib\{417 38EEA-442F-477F-92CF-2889BD6CD7E7}\1.0\0\win32@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA -442F-477F-92CF-2889BD6CD7E7}\1.0\FLAGS@@2@@PDF@@SOFTWARE\Classes\TypeLib\{41738EEA-442F-4 77F-92CF-2889BD6CD7E7}\1.0\HELPDIR@@2@@PDF@@TypeLib\{0F6D3808-7974-4B1A-94C2-3200767EACE8} @@0@@PDF@@TypeLib\{41C5FFFE-36DD-415D-9ED0-2976A342A1C8}@@0@@PDF@@TypeLib\{E64169B3-3592-4 7d2-816E-602C5C13F328}@@0@@PDF
    Property(S): LockFilePermissions = C:\Programme\Gemeinsame Dateien\Adobe\Acrobat\ActiveX\@@1@@1179817@@C:\Programme\Gemeinsame Dateien\Adobe\Acrobat\ActiveX\@@22@@2032127@@C:\Programme\Gemeinsame Dateien\Adobe\Acrobat\ActiveX\@@26@@1179817@@C:\Programme\Adobe\Reader 10.0\Resource\CMap\@@1@@1179817@@C:\Programme\Adobe\Reader 10.0\Resource\CMap\@@22@@2032127@@C:\Programme\Adobe\Reader 10.0\Resource\CMap\@@26@@1179817@@C:\Programme\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@1@@1179817@@C:\Programme\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@22@@2032127@@C:\Programme\Adobe\Reader 10.0\Reader\Adobe.Reader.Dependencies.manifest@@26@@2032127
    Property(S): ADOBE_COMMON_ACROBAT = C:\Programme\Gemeinsame Dateien\Adobe\Acrobat\
    Property(S): ACTIVE_X = C:\Programme\Gemeinsame Dateien\Adobe\Acrobat\ActiveX\
    Property(S): ProgramFilesFolder = C:\Programme\
    Property(S): ADOBE = C:\Programme\Adobe\
    Property(S): CommonFilesFolder = C:\Programme\Gemeinsame Dateien\
    Property(S): ADOBE_COMMON = C:\Programme\Gemeinsame Dateien\Adobe\
    Property(S): AIR = C:\Programme\Adobe\Reader 10.0\Reader\AIR\
    Property(S): READER = C:\Programme\Adobe\Reader 10.0\Reader\
    Property(S): TARGETDIR = D:\
    Property(S): ALLUSERSPROFILE = C:\Dokumente und Einstellungen\All Users\
    Property(S): CommonAppDataFolder = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\
    Property(S): ALLUSERS_APPDATA_ADOBE = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Acrobat\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9 = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Acrobat\10.0\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Acrobat\10.0\Replicate\
    Property(S): ALLUSERS_APPDATA_ADOBE_ACROBAT_9_REPLICATE_SECURITY = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Acrobat\10.0\Replicate\Security\
    Property(S): PLUG_INS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\
    Property(S): ANNOTATIONS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\
    Property(S): ARM = C:\Programme\Gemeinsame Dateien\Adobe\ARM\
    Property(S): ARM_1.0 = C:\Programme\Gemeinsame Dateien\Adobe\ARM\1.0\
    Property(S): AdminToolsFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Verwaltung\
    Property(S): AppDataFolder = C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\
    Property(S): BROWSER = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): BROWSER_IE = C:\Programme\Internet Explorer\Plugins\
    Property(S): CACHE_SETUP_FILES = C:\Programme\Adobe\Reader 10.0\Setup Files\
    Property(S): CACHE_DIR = C:\Programme\Adobe\Reader 10.0\Setup Files\{AC76BA86-7AD7-1031-7B44-AA0000000001}\
    Property(S): INSTALLDIR = C:\Programme\Adobe\Reader 10.0\
    Property(S): RESOURCE = C:\Programme\Adobe\Reader 10.0\Resource\
    Property(S): CIDFONT = C:\Programme\Adobe\Reader 10.0\Resource\CIDFont\
    Property(S): CMAP = C:\Programme\Adobe\Reader 10.0\Resource\CMap\
    Property(S): COMMON_ADOBE_HELP = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\
    Property(S): COMMON_ADOBE_HELP_CAT = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\ca_ES\
    Property(S): COMMON_ADOBE_HELP_CHS = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\zh_CN\
    Property(S): COMMON_ADOBE_HELP_CHT = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\zh_TW\
    Property(S): COMMON_ADOBE_HELP_CZE = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\cs_CZ\
    Property(S): COMMON_ADOBE_HELP_DAN = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\da_DK\
    Property(S): COMMON_ADOBE_HELP_DEU = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\de_DE\
    Property(S): COMMON_ADOBE_HELP_ENU = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\en_US\
    Property(S): COMMON_ADOBE_HELP_ESP = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\es_ES\
    Property(S): COMMON_ADOBE_HELP_EUQ = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\eu_ES\
    Property(S): COMMON_ADOBE_HELP_FRA = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\fr_FR\
    Property(S): COMMON_ADOBE_HELP_HRV = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\hr_HR\
    Property(S): COMMON_ADOBE_HELP_HUN = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\hu_HU\
    Property(S): COMMON_ADOBE_HELP_ITA = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\it_IT\
    Property(S): COMMON_ADOBE_HELP_JPN = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\ja_JP\
    Property(S): COMMON_ADOBE_HELP_KOR = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\ko_KR\
    Property(S): COMMON_ADOBE_HELP_NLD = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\nl_NL\
    Property(S): COMMON_ADOBE_HELP_NOR = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\nb_NO\
    Property(S): COMMON_ADOBE_HELP_POL = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\pl_PL\
    Property(S): COMMON_ADOBE_HELP_PTB = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\pt_BR\
    Property(S): COMMON_ADOBE_HELP_RUM = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\ro_RO\
    Property(S): COMMON_ADOBE_HELP_RUS = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\ru_RU\
    Property(S): COMMON_ADOBE_HELP_SKY = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\sk_SK\
    Property(S): COMMON_ADOBE_HELP_SLV = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\sl_SI\
    Property(S): COMMON_ADOBE_HELP_SUO = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\fi_FI\
    Property(S): COMMON_ADOBE_HELP_SVE = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\sv_SE\
    Property(S): COMMON_ADOBE_HELP_TUR = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\tr_TR\
    Property(S): COMMON_ADOBE_HELP_UKR = C:\Programme\Gemeinsame Dateien\Adobe\HelpCfg\uk_UA\
    Property(S): COMMON_LINGUISTIC = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\
    Property(S): COMMON_ADOBE_PROVIDERS = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\Providers\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100 = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\
    Property(S): COMMON_ADOBE_PROVIDERS_PROXIMITY_1100_NCL3S4PNTX = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\Providers\Proximity\11.00\NC-L3S4PNTX\
    Property(S): COMMON_LINGUISTIC_LANGUAGENAMES = C:\Programme\Adobe\Reader 10.0\Resource\Linguistics\LanguageNames2\
    Property(S): CommonFiles64Folder = D:\
    Property(S): DOCSETTINGS = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\
    Property(S): DOCSETTINGS_PORTFOLIO = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\
    Property(S): DOCSETTINGS_PORTFOLIO_CHS = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CHS\
    Property(S): DOCSETTINGS_PORTFOLIO_CHT = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CHT\
    Property(S): DOCSETTINGS_PORTFOLIO_CZE = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\CZE\
    Property(S): DOCSETTINGS_PORTFOLIO_DAN = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\DAN\
    Property(S): DOCSETTINGS_PORTFOLIO_DEU = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\DEU\
    Property(S): DOCSETTINGS_PORTFOLIO_ENU = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ENU\
    Property(S): DOCSETTINGS_PORTFOLIO_ESP = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ESP\
    Property(S): DOCSETTINGS_PORTFOLIO_FRA = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\FRA\
    Property(S): DOCSETTINGS_PORTFOLIO_HRV = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\HRV\
    Property(S): DOCSETTINGS_PORTFOLIO_HUN = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\HUN\
    Property(S): DOCSETTINGS_PORTFOLIO_ITA = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\ITA\
    Property(S): DOCSETTINGS_PORTFOLIO_JPN = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\JPN\
    Property(S): DOCSETTINGS_PORTFOLIO_KOR = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\KOR\
    Property(S): DOCSETTINGS_PORTFOLIO_NLD = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\NLD\
    Property(S): DOCSETTINGS_PORTFOLIO_NOR = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\NOR\
    Property(S): DOCSETTINGS_PORTFOLIO_POL = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\POL\
    Property(S): DOCSETTINGS_PORTFOLIO_PTB = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\PTB\
    Property(S): DOCSETTINGS_PORTFOLIO_RUM = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\RUM\
    Property(S): DOCSETTINGS_PORTFOLIO_RUS = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\RUS\
    Property(S): DOCSETTINGS_PORTFOLIO_SKY = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SKY\
    Property(S): DOCSETTINGS_PORTFOLIO_SLV = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SLV\
    Property(S): DOCSETTINGS_PORTFOLIO_SUO = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SUO\
    Property(S): DOCSETTINGS_PORTFOLIO_SVE = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\SVE\
    Property(S): DOCSETTINGS_PORTFOLIO_TUR = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\TUR\
    Property(S): DOCSETTINGS_PORTFOLIO_UKR = C:\Programme\Adobe\Reader 10.0\Reader\DocSettings\Portfolio\UKR\
    Property(S): DesktopFolder = C:\Dokumente und Einstellungen\All Users\Desktop\
    Property(S): ESL_DIR = C:\Programme\Adobe\Reader 10.0\Esl\
    Property(S): FONT = C:\Programme\Adobe\Reader 10.0\Resource\Font\
    Property(S): FavoritesFolder = C:\Dokumente und Einstellungen\Administrator\Favoriten\
    Property(S): FontsFolder = C:\WINDOWS\Fonts\
    Property(S): GlobalAssemblyCache = D:\
    Property(S): IDTEMPLATES = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\
    Property(S): IDTEMPLATES_CAT = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\CAT\
    Property(S): IDTEMPLATES_CHS = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\CHS\
    Property(S): IDTEMPLATES_CHT = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\CHT\
    Property(S): IDTEMPLATES_CZE = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\CZE\
    Property(S): IDTEMPLATES_DAN = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\DAN\
    Property(S): IDTEMPLATES_DEU = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\DEU\
    Property(S): IDTEMPLATES_ENU = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\ENU\
    Property(S): IDTEMPLATES_ESP = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\ESP\
    Property(S): IDTEMPLATES_EUQ = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\EUQ\
    Property(S): IDTEMPLATES_FRA = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\FRA\
    Property(S): IDTEMPLATES_HRV = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\HRV\
    Property(S): IDTEMPLATES_HUN = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\HUN\
    Property(S): IDTEMPLATES_ITA = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\ITA\
    Property(S): IDTEMPLATES_JPN = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\JPN\
    Property(S): IDTEMPLATES_KOR = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\KOR\
    Property(S): IDTEMPLATES_NLD = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\NLD\
    Property(S): IDTEMPLATES_NOR = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\NOR\
    Property(S): IDTEMPLATES_POL = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\POL\
    Property(S): IDTEMPLATES_PTB = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\PTB\
    Property(S): IDTEMPLATES_RUM = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\RUM\
    Property(S): IDTEMPLATES_RUS = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\RUS\
    Property(S): IDTEMPLATES_SKY = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\SKY\
    Property(S): IDTEMPLATES_SLV = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\SLV\
    Property(S): IDTEMPLATES_SUO = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\SUO\
    Property(S): IDTEMPLATES_SVE = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\SVE\
    Property(S): IDTEMPLATES_TUR = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\TUR\
    Property(S): IDTEMPLATES_UKR = C:\Programme\Adobe\Reader 10.0\Reader\IDTemplates\UKR\
    Property(S): READER_9.0 = C:\Programme\Adobe\Reader 10.0\
    Property(S): JAVASCRIPTS = C:\Programme\Adobe\Reader 10.0\Reader\Javascripts\
    Property(S): LEGAL = C:\Programme\Adobe\Reader 10.0\Reader\Legal\
    Property(S): LEGAL_CAT = C:\Programme\Adobe\Reader 10.0\Reader\Legal\CAT\
    Property(S): LEGAL_CHS = C:\Programme\Adobe\Reader 10.0\Reader\Legal\CHS\
    Property(S): LEGAL_CHT = C:\Programme\Adobe\Reader 10.0\Reader\Legal\CHT\
    Property(S): LEGAL_CZE = C:\Programme\Adobe\Reader 10.0\Reader\Legal\CZE\
    Property(S): LEGAL_DAN = C:\Programme\Adobe\Reader 10.0\Reader\Legal\DAN\
    Property(S): LEGAL_DEU = C:\Programme\Adobe\Reader 10.0\Reader\Legal\DEU\
    Property(S): LEGAL_ENU = C:\Programme\Adobe\Reader 10.0\Reader\Legal\ENU\
    Property(S): LEGAL_ESP = C:\Programme\Adobe\Reader 10.0\Reader\Legal\ESP\
    Property(S): LEGAL_EUQ = C:\Programme\Adobe\Reader 10.0\Reader\Legal\EUQ\
    Property(S): LEGAL_FRA = C:\Programme\Adobe\Reader 10.0\Reader\Legal\FRA\
    Property(S): LEGAL_HRV = C:\Programme\Adobe\Reader 10.0\Reader\Legal\HRV\
    Property(S): LEGAL_HUN = C:\Programme\Adobe\Reader 10.0\Reader\Legal\HUN\
    Property(S): LEGAL_ITA = C:\Programme\Adobe\Reader 10.0\Reader\Legal\ITA\
    Property(S): LEGAL_JPN = C:\Programme\Adobe\Reader 10.0\Reader\Legal\JPN\
    Property(S): LEGAL_KOR = C:\Programme\Adobe\Reader 10.0\Reader\Legal\KOR\
    Property(S): LEGAL_NLD = C:\Programme\Adobe\Reader 10.0\Reader\Legal\NLD\
    Property(S): LEGAL_NOR = C:\Programme\Adobe\Reader 10.0\Reader\Legal\NOR\
    Property(S): LEGAL_POL = C:\Programme\Adobe\Reader 10.0\Reader\Legal\POL\
    Property(S): LEGAL_PTB = C:\Programme\Adobe\Reader 10.0\Reader\Legal\PTB\
    Property(S): LEGAL_RUM = C:\Programme\Adobe\Reader 10.0\Reader\Legal\RUM\
    Property(S): LEGAL_RUS = C:\Programme\Adobe\Reader 10.0\Reader\Legal\RUS\
    Property(S): LEGAL_SKY = C:\Programme\Adobe\Reader 10.0\Reader\Legal\SKY\
    Property(S): LEGAL_SLV = C:\Programme\Adobe\Reader 10.0\Reader\Legal\SLV\
    Property(S): LEGAL_SUO = C:\Programme\Adobe\Reader 10.0\Reader\Legal\SUO\
    Property(S): LEGAL_SVE = C:\Programme\Adobe\Reader 10.0\Reader\Legal\SVE\
    Property(S): LEGAL_TUR = C:\Programme\Adobe\Reader 10.0\Reader\Legal\TUR\
    Property(S): LEGAL_UKR = C:\Programme\Adobe\Reader 10.0\Reader\Legal\UKR\
    Property(S): LOCALE = C:\Programme\Adobe\Reader 10.0\Reader\Locale\
    Property(S): LOCALE_CA_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ca_ES\
    Property(S): LOCALE_CS_CZ = C:\Programme\Adobe\Reader 10.0\Reader\Locale\cs_CZ\
    Property(S): LOCALE_DA_DK = C:\Programme\Adobe\Reader 10.0\Reader\Locale\da_DK\
    Property(S): LOCALE_DE_DE = C:\Programme\Adobe\Reader 10.0\Reader\Locale\de_DE\
    Property(S): LOCALE_ES_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\es_ES\
    Property(S): LOCALE_EU_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\eu_ES\
    Property(S): LOCALE_FI_FI = C:\Programme\Adobe\Reader 10.0\Reader\Locale\fi_FI\
    Property(S): LOCALE_FR_FR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\fr_FR\
    Property(S): LOCALE_HR_HR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\hr_HR\
    Property(S): LOCALE_HU_HU = C:\Programme\Adobe\Reader 10.0\Reader\Locale\hu_HU\
    Property(S): LOCALE_IT_IT = C:\Programme\Adobe\Reader 10.0\Reader\Locale\it_IT\
    Property(S): LOCALE_JA_JP = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ja_JP\
    Property(S): LOCALE_KO_KR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ko_KR\
    Property(S): LOCALE_NB_NO = C:\Programme\Adobe\Reader 10.0\Reader\Locale\nb_NO\
    Property(S): LOCALE_NL_NL = C:\Programme\Adobe\Reader 10.0\Reader\Locale\nl_NL\
    Property(S): LOCALE_PL_PL = C:\Programme\Adobe\Reader 10.0\Reader\Locale\pl_PL\
    Property(S): LOCALE_PT_BR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\pt_BR\
    Property(S): LOCALE_RO_RO = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ro_RO\
    Property(S): LOCALE_RU_RU = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ru_RU\
    Property(S): LOCALE_SK_SK = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sk_SK\
    Property(S): LOCALE_SL_SI = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sl_SI\
    Property(S): LOCALE_SV_SE = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sv_SE\
    Property(S): LOCALE_TR_TR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\tr_TR\
    Property(S): LOCALE_UK_UA = C:\Programme\Adobe\Reader 10.0\Reader\Locale\uk_UA\
    Property(S): LOCALE_ZH_CN = C:\Programme\Adobe\Reader 10.0\Reader\Locale\zh_CN\
    Property(S): LOCALE_ZH_TW = C:\Programme\Adobe\Reader 10.0\Reader\Locale\zh_TW\
    Property(S): LocalAppDataFolder = C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Anwendungsdaten\
    Property(S): MOZILLA_1 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_2 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_3 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_4 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_5 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_6 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_7 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MOZILLA_8 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): MPP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\
    Property(S): MPP_CZE = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_CZE\
    Property(S): MPP_HRV = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_HRV\
    Property(S): MPP_HUN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_HUN\
    Property(S): MPP_POL = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_POL\
    Property(S): MPP_RUM = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_RUM\
    Property(S): MPP_RUS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_RUS\
    Property(S): MPP_SKY = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_SKY\
    Property(S): MPP_SLV = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_SLV\
    Property(S): MPP_TUR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_TUR\
    Property(S): MPP_UKR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP_UKR\
    Property(S): MULTIMEDIA_MPP_CAT = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_CHS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_CHT = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_DAN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_DEU = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_ESP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_EUQ = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_FRA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_ITA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_JAPN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_KOR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_NLD = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_NOR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_PTB = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_SUO = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MULTIMEDIA_MPP_SVE = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Multimedia\MPP\
    Property(S): MyPicturesFolder = C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Eigene Bilder\
    Property(S): NETSCAPE_3 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): NETSCAPE_4 = C:\Programme\Adobe\Reader 10.0\Reader\Browser\
    Property(S): PFM = C:\Programme\Adobe\Reader 10.0\Resource\Font\PFM\
    Property(S): PLUGINS_3D = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins3d\
    Property(S): PLUGINS_3D_PRC = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins3d\prc\
    Property(S): PLUG_INS_ACROFORM = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\AcroForm\
    Property(S): PLUG_INS_ACROFORM_PMP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\AcroForm\PMP\
    Property(S): PersonalFolder = C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\
    Property(S): PrimaryVolumePath = D:\
    Property(S): ProgramFiles64Folder = D:\
    Property(S): ProgramMenuFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\
    Property(S): SASIPREP = C:\Programme\Adobe\Reader 10.0\Resource\SaslPrep\
    Property(S): SERVICES = C:\Programme\Adobe\Reader 10.0\Reader\Services\
    Property(S): SERVICES_CA_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ca_ES\Services\
    Property(S): SERVICES_CS_CZ = C:\Programme\Adobe\Reader 10.0\Reader\Locale\cs_CZ\Services\
    Property(S): SERVICES_DA_DK = C:\Programme\Adobe\Reader 10.0\Reader\Locale\da_DK\Services\
    Property(S): SERVICES_DE_DE = C:\Programme\Adobe\Reader 10.0\Reader\Locale\de_DE\Services\
    Property(S): SERVICES_ES_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\es_ES\Services\
    Property(S): SERVICES_EU_ES = C:\Programme\Adobe\Reader 10.0\Reader\Locale\eu_ES\Services\
    Property(S): SERVICES_FI_FI = C:\Programme\Adobe\Reader 10.0\Reader\Locale\fi_FI\Services\
    Property(S): SERVICES_FR_FR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\fr_FR\Services\
    Property(S): SERVICES_HR_HR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\hr_HR\Services\
    Property(S): SERVICES_HU_HU = C:\Programme\Adobe\Reader 10.0\Reader\Locale\hu_HU\Services\
    Property(S): SERVICES_IT_IT = C:\Programme\Adobe\Reader 10.0\Reader\Locale\it_IT\Services\
    Property(S): SERVICES_JA_JP = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ja_JP\Services\
    Property(S): SERVICES_KO_KR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ko_KR\Services\
    Property(S): SERVICES_NB_NO = C:\Programme\Adobe\Reader 10.0\Reader\Locale\nb_NO\Services\
    Property(S): SERVICES_NL_NL = C:\Programme\Adobe\Reader 10.0\Reader\Locale\nl_NL\Services\
    Property(S): SERVICES_PL_PL = C:\Programme\Adobe\Reader 10.0\Reader\Locale\pl_PL\Services\
    Property(S): SERVICES_PT_BR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\pt_BR\Services\
    Property(S): SERVICES_RO_RO = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ro_RO\Services\
    Property(S): SERVICES_RU_RU = C:\Programme\Adobe\Reader 10.0\Reader\Locale\ru_RU\Services\
    Property(S): SERVICES_SK_SK = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sk_SK\Services\
    Property(S): SERVICES_SL_SI = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sl_SI\Services\
    Property(S): SERVICES_SV_SE = C:\Programme\Adobe\Reader 10.0\Reader\Locale\sv_SE\Services\
    Property(S): SERVICES_TR_TR = C:\Programme\Adobe\Reader 10.0\Reader\Locale\tr_TR\Services\
    Property(S): SERVICES_UK_UA = C:\Programme\Adobe\Reader 10.0\Reader\Locale\uk_UA\Services\
    Property(S): SERVICES_ZH_CN = C:\Programme\Adobe\Reader 10.0\Reader\Locale\zh_CN\Services\
    Property(S): SERVICES_ZH_TW = C:\Programme\Adobe\Reader 10.0\Reader\Locale\zh_TW\Services\
    Property(S): SPPLUGINS = C:\Programme\Adobe\Reader 10.0\Reader\SPPlugins\
    Property(S): STAMP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\
    Property(S): STAMP_CAT = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\CAT\
    Property(S): STAMP_CHS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\CHS\
    Property(S): STAMP_CHT = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\CHT\
    Property(S): STAMP_CZE = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\CZE\
    Property(S): STAMP_DAN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\DAN\
    Property(S): STAMP_DEU = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\DEU\
    Property(S): STAMP_ENU = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\ENU\
    Property(S): STAMP_ESP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\ESP\
    Property(S): STAMP_EUQ = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\EUQ\
    Property(S): STAMP_FRA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\FRA\
    Property(S): STAMP_HRV = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\HRV\
    Property(S): STAMP_HUN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\HUN\
    Property(S): STAMP_ITA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\ITA\
    Property(S): STAMP_JPN = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\JPN\
    Property(S): STAMP_KOR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\KOR\
    Property(S): STAMP_NLD = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\NLD\
    Property(S): STAMP_NOR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\NOR\
    Property(S): STAMP_POL = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\POL\
    Property(S): STAMP_PTB = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\PTB\
    Property(S): STAMP_RUM = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\RUM\
    Property(S): STAMP_RUS = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\RUS\
    Property(S): STAMP_SKY = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\SKY\
    Property(S): STAMP_SLV = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\SLV\
    Property(S): STAMP_SUO = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\SUO\
    Property(S): STAMP_SVE = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\SVE\
    Property(S): STAMP_TUR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\TUR\
    Property(S): STAMP_UKR = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\Annotations\Stamps\UKR\
    Property(S): SendToFolder = C:\Dokumente und Einstellungen\Administrator\SendTo\
    Property(S): StartMenuFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\
    Property(S): StartupFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart\
    Property(S): System16Folder = C:\WINDOWS\system\
    Property(S): System64Folder = D:\
    Property(S): SystemFolder = C:\WINDOWS\system32\
    Property(S): TRACKER = C:\Programme\Adobe\Reader 10.0\Reader\Tracker\
    Property(S): TYPESPT = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\
    Property(S): TYPESPT_UNICODE = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\
    Property(S): TYPESPT_UNICODE_ICU = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\ICU\
    Property(S): TYPESPT_UNICODE_MAPPINGS = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\
    Property(S): TYPESPT_UNICODE_MAPPINGS_ADOBE = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\Adobe\
    Property(S): TYPESPT_UNICODE_MAPPINGS_MAC = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\Mac\
    Property(S): TYPESPT_UNICODE_MAPPINGS_WIN = C:\Programme\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\win\
    Property(S): TempFolder = C:\DOKUME~1\ADMINI~1\LOKALE~1\Temp\
    Property(S): TemplateFolder = C:\Dokumente und Einstellungen\All Users\Vorlagen\
    Property(S): USERPROFILE = C:\Dokumente und Einstellungen\Administrator\
    Property(S): VDKHOME = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\
    Property(S): VDKHOME_DEU = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\DEU\
    Property(S): VDKHOME_ENU = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\ENU\
    Property(S): VDKHOME_ESP = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\ESP\
    Property(S): VDKHOME_FRA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\FRA\
    Property(S): VDKHOME_ITA = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\ITA\
    Property(S): VDKHOME_NLD = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\NLD\
    Property(S): VDKHOME_SVE = C:\Programme\Adobe\Reader 10.0\Reader\plug_ins\VDKHome\SVE\
    Property(S): WindowsFolder = C:\WINDOWS\
    Property(S): WindowsVolume = C:\
    Property(S): QFEUpgrade = 2
    Property(S): VersionDatabase = 300
    Property(S): MsiUISourceResOnly = 1
    Property(S): PRODUCTLANGUAGE = 1031
    Property(S): WindowsFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\
    Property(S): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\system32\
    Property(S): WinSxsDirectory.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\
    Property(S): payload_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f 91\
    Property(S): payload.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\
    Property(S): WinSxsManifests.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\Manifests\
    Property(S): WinSxsPolicies.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\Policies\
    Property(S): policydir.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\Policies\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\
    Property(S): policydir_ul.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\WINDOWS\winsxs\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_1742743b\
    Property(S): CLIENTPROCESSID = 884
    Property(S): ALLUSERS = 1
    Property(S): Dummy_Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54 = 1
    Property(S): WinSxsDirectory.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_94 7B287C203A = C:\WINDOWS\winsxs\
    Property(S): payload_ul.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287 C203A = C:\WINDOWS\winsxs\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_60a 5df56e60dc5df\
    Property(S): WinSxsPolicies.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947 B287C203A = C:\WINDOWS\winsxs\Policies\
    Property(S): policydir.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B287C 203A = C:\WINDOWS\winsxs\Policies\x86_policy.9.0.Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_x-ww_b7353f 75\
    Property(S): WindowsFolder.21022.08.policy_9_0_Microsoft_VC90_CRT_x86.RTM.52105B6B_A3EF_3A90_882A_947B 287C203A = C:\WINDOWS\
    Property(S): Dummy_policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A = 1
    Property(S): OriginalDatabase = C:\WINDOWS\Installer\4866b7.msi
    Property(S): CLIENTUILEVEL = 3
    Property(S): UILevel = 2
    Property(S): DATABASE = C:\WINDOWS\Installer\4866b7.msi
    Property(S): CURRENTDIRECTORY = C:\Dokumente und Einstellungen\Administrator
    Property(S): PATCH = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\ARM\Reader_10.0.0\AdbeRdrUpd1001_Tier1.msp
    Property(S): ProductToBeRegistered = 1
    Property(S): USERNAME = Landesarchiv Baden-Württemberg
    Property(S): RDR1001 = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\ARM\Reader_10.0.0\AdbeRdrUpd1001_Tier1.msp
    Property(S): PATCHNEWSUMMARYCOMMENTS = Contact:  Your local administrator
    Property(S): MIN_SYSTEM = C:\WINDOWS\system32\Shdocvw.dll
    Property(S): AS_INSTALLDIR = C:\Programme\Adobe\Reader 10.0\
    Property(S): AS_OPTIMIZE_ENABLED = YES
    Property(S): AS_REPAIR_VERSION_LIST = A
    Property(S): AS_OPTIMIZE_STATUS = #1
    Property(S): READER_APP_PATH = C:\Programme\Adobe\Reader 10.0\Reader\AcroRd32.exe
    Property(S): IE_VERSION = 8.0.6001.18702
    Property(S): READER_PATH = C:\Programme\Adobe\Reader 10.0\Reader\
    Property(S): ProductCode = {AC76BA86-7AD7-1031-7B44-AA0000000001}
    Property(S): ApplicationUsers = AllUsers
    Property(S): AgreeToLicense = No
    Property(S): _IsMaintenance = Reinstall
    Property(S): SetupType = Typical
    Property(S): _IsSetupTypeMin = Typical
    Property(S): ARPCONTACT = Kundendienst
    Property(S): PATCHNEWSUMMARYSUBJECT = ADOBER~1.0|Adobe Reader X (10.0.1)
    Property(S): ARPHELPLINK = http://www.adobe.de/support/main.html
    Property(S): ARPREADME = C:\Programme\Adobe\Reader 10.0\Liesmich.htm
    Property(S): ARPURLINFOABOUT = http://www.adobe.de/support/main.html
    Property(S): ARPURLUPDATEINFO = http://www.adobe.de/support/main.html
    Property(S): DefaultUIFont = Tahoma8
    Property(S): ErrorDialog = SetupError
    Property(S): INSTALLLEVEL = 100
    Property(S): ISSCRIPT_VERSION_MISSING = Die InstallScript-Engine fehlt auf diesem Computer. Falls verfügbar, führen Sie ISScript.msi aus oder wenden Sie sich an den Technischen Support.
    Property(S): Manufacturer = Adobe Systems Incorporated
    Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
    Property(S): ProductID = none
    Property(S): ProductLanguage = 1031
    Property(S): ProductName = Adobe Reader X (10.0.1) - Deutsch
    Property(S): ProductVersion = 10.0.1
    Property(S): ProgressType0 = install
    Property(S): ProgressType1 = Installing
    Property(S): ProgressType2 = installed
    Property(S): ProgressType3 = installs
    Property(S): RebootYesNo = Yes
    Property(S): ReinstallModeText = omus
    Property(S): TRACKINGKEY = Software\Adobe\Acrobat Reader\7.0
    Property(S): ARPPRODUCTICON = SC_Reader.ico
    Property(S): Cancel = 0
    Property(S): RadioGroup = 0
    Property(S): TypicalText = 0
    Property(S): ARPCOMMENTS =   
    Property(S): ERROR_MIN_OVER_BIG = Setup hat eine funktionsreichere Produktversion auf Ihrem System gefunden. Setup wird jetzt beendet.
    Property(S): SecureCustomProperties = DEFAULT_VERB;ACTIONPROPERTY;ELEMENTS;RDRMIN;RDRBIG;RDRBIG_8X;RDRBIG_9X;UT_FRB;UT_FRS;UT_A T;UT_AP1;UT_AP2;UT_AS1;UT_AS2;UT_A3D;UT_6X;UT_7X;UT_MM61;UT_MM62;UT_MM63;UT_EB61;UT_EB62;U T_EB63;AS_OPTIMIZE_ENABLED;ACROBAT_APP_PATH;AS_HKCR_EXE;PDFSHELL_LOCALSERVER_COMMAND;PDF_D EFAULTICON;PDF_PREVIEW_HANDERLER_DLL;PDF_PREVIEW_HANDERLER_HELPDIR;DISABLE_PDFOWNERSHIP_RE STORE;PDF_INPROCSERVER_VIEWERPS;READER_PATH
    Property(S): BrandName = Adobe Reader X (10.0.1)
    Property(S): ISVROOT_PORT_NO = 0
    Property(S): PATCHNEWPACKAGECODE = {87B556E3-4C96-42CE-90B1-4E0B3D7B0A9B}
    Property(S): IsMinIE_Message = Internet Explorer 6.0 oder höher erforderlich.  Ein Upgrade für Internet Explorer erhalten Sie unter www.microsoft.com.
    Property(S): ISLANGFLAG = DEU
    Property(S): FilesLabel = 0
    Property(S): DisallowRunFromSource = 1
    Property(S): AppsInUseSilentAbort = Es wird ein Vorgang ausgeführt, der nicht vom Installationsprogramm beendet werden kann.  Schließen Sie vor einem erneuten Versuche alle Anwendungen oder starten Sie Ihrem Computer neu.
    Property(S): ENABLE_CACHE_FILES = YES
    Property(S): OLE_VERB_OPEN = Ö&ffnen,0,2
    Property(S): REINSTALLMODE = omus
    Property(S): Elevated = 1
    Property(S): ENABLE_OPTIMIZATION = YES
    Property(S): ERROR_DEFRAG_MSG = Leistung wird optimiert...
    Property(S): ERROR_DEFRAG_ADTEMPLATE = [1]% des Vorgangs abgeschlossen
    Property(S): ERROR_CANNOT_OPTIMIZE_DISK = HINWEIS: Die Installation wurde erfolgreich abgeschlossen. Da Ihre Festplatte jedoch fragmentiert ist, kann das Programm eventuell nicht so schnell wie normalerweise möglich starten. Zur Optimierung der Systemleistung sollten Sie die Festplatte defragmentieren und anschließend das Programm in der Systemsteuerung unter "Software" reparieren.
    Property(S): EULA_ACCEPT = NO
    Property(S): DISABLE_BROWSER_INTEGRATION = NO
    Property(S): AcroIEHelper_Description = Adobe PDF Reader
    Property(S): DEFAULT_VERB = Read
    Property(S): ADMIN_INSTALL = NO
    Property(S): AdminProperties = ADMIN_INSTALL
    Property(S): REMOVE_PREVIOUS = YES
    Property(S): SYNCHRONIZER = YES
    Property(S): OpenWith = Mit Adobe Reader X öffnen
    Property(S): SetupCacheExport = 
    Property(S): LC_UNSUPPORTED_OS = Diese Anwendung kann nicht auf diesem Betriebssystem installiert werden. Die Installation wird beendet. Prüfen Sie die Mindestsystemanforderungen unter http://www.adobe.com/go/reader_system_reqs_de.
    Property(S): ApplicationList = 0
    Property(S): DEFAULT_ATTACHMENT_WHITELIST = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.ch m:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3 |.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3| .ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3 |.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops: 3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb: 3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3| .vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2 |.jar:3|.pkg:3|.tool:3|.term:3
    Property(S): EXEC_MENU_WHITELIST = Close|GeneralInfo|Quit|FirstPage|PrevPage|NextPage|LastPage|ActualSize|FitPage|FitWidth|F itHeight|SinglePage|OneColumn|TwoPages|TwoColumns|ZoomViewIn|ZoomViewOut|ShowHideBookmarks |ShowHideThumbnails|Print|GoToPage|ZoomTo|GeneralPrefs|SaveAs|FullScreen|OpenOrganizer|Sca n|Web2PDF:OpnURL|AcroSendMail:SendMail|Spelling:Check Spelling|PageSetup|Find|FindSearch|GoBack|GoForward|FitVisible|ShowHideToolbarEditing|Sho wHideToolbarCommenting|ShowHideToolbarEdit|ShowHideToolbarFile|ShowHideToolbarFind|ShowHid eToolbarForms|ShowHideToolbarMeasuring|ShowHideToolbarData|ShowHideToolbarPageDisplay|Show HideToolbarNavigation|ShowHideToolbarPrintProduction|ShowHideToolbarRedaction|ShowHideTool barBasicTools|ShowHideToolbarTasks|ShowHideToolbarTypewriter|PropertyToolbar|ShowHideArtic les|ShowHideFileAttachment|ShowHideAnnotManager|ShowHideFields|ShowHideOptCont|ShowHideMod elTree|ShowHideSignatures|InsertPages|ExtractPages|ReplacePages|DeletePages|CropPages|Rota tePages|AddFileAttachment|FindCurrentBookmark|BookmarkShowLocation|GoBackDoc|GoForward|Doc HelpUserGuide|HelpReader|rolReadPage|HandMenuItem|ZoomDragMenuItem|Annots:Tool:InkMenuItem |CollectionHome|CollectionDetails|CollectionPreview|CollectionShowRoot
    Property(S): PDF_Integration = 1
    Property(S): Browser_Integration = 2
    Property(S): ARPNOREPAIR = 1
    Property(S): ActionTextLabel = 0
    Property(S): CurrentPdfOwner = 0
    Property(S): ReadmeHtml = Liesmich.htm
    Property(S): OprimizeError2 = 0
    Property(S): ReaderProcessPopup = 0
    Property(S): BrandNameMajorVer = Adobe Reader X
    Property(S): DefragResetProgress = No
    Property(S): PROGMSG_IIS_REMOVESITE = Website auf Port %d wird entfernt
    Property(S): PROGMSG_IIS_CREATEVROOT = Virtuelles IIS-Verzeichnis %s wird erstellt
    Property(S): PROGMSG_IIS_CREATEVROOTS = Virtuelle IIS-Verzeichnisse werden erstellt...
    Property(S): PROGMSG_IIS_EXTRACTDONE = Extrahierte Informationen für virtuelle IIS-Verzeichnisse…
    Property(S): PROGMSG_IIS_REMOVEVROOT = Virtuelles IIS-Verzeichnis %s wird entfernt
    Property(S): PROGMSG_IIS_REMOVEVROOTS = Virtuelle IIS-Verzeichnisse werden entfernt...
    Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Änderungen am virtuellen Verzeichnis und der Website werden rückgängig gemacht…
    Property(S): PROGMSG_IIS_EXTRACT = Informationen für virtuelle IIS-Verzeichnisse werden extrahiert…
    Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing der COM+-Anwendung: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = COM+-Anwendung installieren: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = COM+-Anwendung deinstallieren: [1]
    Property(S): IS_SQLSERVER_AUTHENTICATION = 0
    Property(S): IS_SQLSERVER_USERNAME = sa
    Property(S): _5789b66a5ab8e = {AC76BA80-0010-7AD7-0000-000000000000}
    Property(S): AttentionCloseReader = 0
    Property(S): RunTimeProperties = CACHE_DIR;ProductName;OriginalDatabase;REMOVE;WindowsFolder;SetupCacheExport;ALLUSERS;REI NSTALLMODE;PLUG_INS;DefragResetProgress;ALLUSERS_APPDATA_ADOBE;DEFAULT_VERB;IS_CURRENT_PDF OWNER;ACTIVE_X;Installed;READER;ProductCode
    Property(S): DV = 10.0
    Property(S): MSIRESTARTMANAGERCONTROL = Disable
    Property(S): IS_PROGMSG_XML_COSTING = Speicherplatzanalyse für XML-Dateien...
    Property(S): IS_PROGMSG_XML_CREATE_FILE = XML-Datei %s wird erstellt…
    Property(S): IS_PROGMSG_XML_FILES = Änderungen an XML-Datei werden durchgeführt...
    Property(S): IS_PROGMSG_XML_REMOVE_FILE = XML-Datei %s wird entfernt…
    Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Änderungen an der XML-Datei werden rückgängig gemacht…
    Property(S): IS_PROGMSG_XML_UPDATE_FILE = XML-Datei %s wird aktualisiert…
    Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Anwendungspools werden erstellt...
    Property(S): PROGMSG_IIS_CREATEAPPPOOL = Anwendungspool %s wird erstellt
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Webdiensterweiterung wird erstellt
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Webdiensterweiterungen werden erstellt...
    Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Anwendungspool wird entfernt
    Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Anwendungspools werden entfernt...
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Webdiensterweiterung wird entfernt
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Webdiensterweiterungen werden entfernt...
    Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rollback der Anwendungspools wird durchgeführt...
    Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rollback der Webdiensterweiterungen wird durchgeführt...
    Property(S): RestartManagerOption = CloseRestart
    Property(S): AppsInUseUnknownAcrobatApps = Anwendungen, die Adobe Reader oder Adobe Acrobat verwenden
    Property(S): EmbdUI = 1
    Property(S): ADOBE_LINK = http://www.adobe.com
    Property(S): _WebLinkChecked = 0
    Property(S): CurrentProduct = 0
    Property(S): DWUSLINK = CEFB870FBECC80BF79AC97C8298C978FD9DCB78FCEDC5098CE8B974F99DBF0F8CEEC50A809AC
    Property(S): PROCESSPATHWITHID = %s mit Prozess-ID: %d
    Property(S): LANG_LIST = ENU,FRA,DEU,JPN,ITA,ESP,NLD,PTB,SVE,DAN,SUO,NOR,CHS,CHT,KOR,BGR,CZE,ETI,HRV,HUN,LTH,LVI,P OL,RUM,RUS,SKY,SLV,TUR,UKR,EUQ,CAT
    Property(S): PROGMSG_IIS_EXTRACTDONEz = Extrahierte Informationen für virtuelle IIS-Verzeichnisse…
    Property(S): PROGMSG_IIS_EXTRACTzDONE = Extrahierte Informationen für virtuelle IIS-Verzeichnisse…
    Property(S): UNKNOWNPROCESSWITHID = Unbekannter Prozess, Prozess-ID: %d
    Property(S): Square = 1
    Property(S): ISReleaseFlags = DEU,READERBIG
    Property(S): ARPINSTALLLOCATION = C:\Programme\Adobe\Reader 10.0\Reader\
    Property(S): REBOOT = ReallySuppress
    Property(S): PROGID7_ALTERNATE_COMMAND = C:\Programme\Adobe\Reader 10.0\Reader\AcroRd32.exe
    Property(S): Privileged = 1
    Property(S): ProductState = 5
    Property(S): PackageCode = {BD57EC66-1056-4364-B04A-9E07AA7034E9}
    Property(S): MSPSRC45466C95489046819B84B790C8373C71 = C:\WINDOWS\Installer\14946e.msp
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 0
    Property(S): PrimaryVolumeSpaceRequired = 0
    Property(S): PrimaryVolumeSpaceRemaining = 0
    Property(S): REINSTALL = SearchAndIndex,MultimediaPlugin,ReaderProgramFiles,ReaderBrowserIntegration,Accessibility _Plugins,Atmosphere_3D,AdobeCommonLinguistics_Big,Updater,Plugins
    Property(S): AS_HKCR_EXE = "C:\Programme\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    Property(S): PDFSHELL_LOCALSERVER_COMMAND = "C:\Programme\Adobe\Reader 10.0\Reader\AcroRd32Info.exe" /PDFShell
    Property(S): PDF_DEFAULTICON = C:\WINDOWS\Installer\{AC76BA86-7AD7-1031-7B44-AA0000000001}\PDFFile_8.ico,0
    Property(S): PDF_PREVIEW_HANDERLER_DLL = C:\Programme\Adobe\Reader 10.0\Reader\pdfprevhndlr.dll
    Property(S): PDF_PREVIEW_HANDERLER_HELPDIR = C:\Programme\Adobe\Reader 10.0\Reader\
    Property(S): PDF_INPROCSERVER_VIEWERPS = C:\Programme\Adobe\Reader 10.0\Reader\ViewerPS.dll
    === Protokollierung beendet: 15.02.2011  09:54:43 ===

  • HT5639 After installing the windows 7 64 bit, it will restart automatically with error in blue screen. in this case what should i do?  i have using bootcamp 5

    After installing the windows 7 64 bit, it will restart automatically with error in blue screen. in this case what should i do?  i have using bootcamp 5

    if it's restarting directly into an error, you can try troubleshooting (might be painful) or re-install windows with boot camp

  • HT1476 when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    - Try restoring the iPod, first from backup and then try to factory settings/new iPod to rule out a software problem.
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, foreign material and broken or cracked plastic.
    - Could you have damaged something when you took the iPod apart and replaced the Home button?

  • Live Migration Fails with error Synthetic FiberChannel Port: Failed to finish reserving resources on an VM using Windows Server 2012 R2 Hyper-V

    Hi, I'm currently experiencing a problem with some VMs in a Hyper-V 2012 R2 failover cluster using Fiber Channel adapters with Virtual SAN configured on the hyper-v hosts.
    I have read several articles about this issues like this ones:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/baca348d-fb57-4d8f-978b-f1e7282f89a1/synthetic-fibrechannel-port-failed-to-start-reserving-resources-with-error-insufficient-system?forum=winserverhyperv
    http://social.technet.microsoft.com/wiki/contents/articles/18698.hyper-v-virtual-fibre-channel-troubleshooting-guide.aspx
    But haven't been able to fix my issue.
    The Virtual SAN is configured on every hyper-v host node in the cluster. And every VM has 2 fiber channel adapters configured.
    All the World Wide Names are configured both on the FC Switch as well as the FC SAN.
    All the drivers for the FC Adapter in the Hyper-V Hosts have been updated to their latest versions.
    The strange thing is that the issue is not affecting all of the VMs, some of the VMs with FC adapters configured are live migrating just fine, others are getting this error.
    Quick migration works without problems.
    We even tried removing and creating new FC Adapters on a VM with problems, we had to configure the switch and SAN with the new WWN names and all, but ended up having the same problem.
    At first we thought is was related to the hosts, but since some VMs do work live migrating with FC adapters we tried migrating them on every host, everything worked well.
    My guess is that it has to be something related to the VMs itself but I haven't been able to figure out what is it.
    Any ideas on how to solve this is deeply appreciated.
    Thank you!
    Eduardo Rojas

    Hi Eduardo,
    How are things going ?
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Help, error connection Cisco Identity Services Engine with AD, global catalog port status error

    Dear all,
    I have Cisco Indentity Services Engine, that  connected to Active Directory. When I test connection detailed,
    the result is error, said:
    Test Connection Results
    This dialog shows the detailed logs for the operation for: idsv0018.
    Status: FAILED: Global Catalog port status error.
    Can anyone help?
    I believe,  because this error, I can't search group of AD, at Cisco ISE.
    FYI: the connection from Cisco ISE to AD, joined with successful result.
    Thanks,
    Jerri

    It's clears that when ISE tries to  find the GC using the _gc._tcp. DNS query. It doesn't find that  information on the Domain controller. The GC information is missing on  the DC.
    gc._tcp.DnsForestName
    Allows a client to locate a Global Catalog (gc) server for this domain.
    Jatin Katyal
    - Do rate helpful posts -

  • IDoc_02_Error passing data to port-Communication error when  sending with HTTP

    Hello All,
    We are receiving the error "02_Error passing data to port-Communication error when  sending with HTTP", when sending the idoc to PI from ECC system.
    Observation:
    1. Some idocs are failing and immediately after sometime the same type of  idocs with different idoc numbers are getting successful.
    Eg: Orders. One purchase order is failing at one point of time. later another purchase order is getting successful after some time to the same partner.
    2. If i perform the reset of idoc, then it is getting delivered during next scheduled job run.
    please help me in resolving the issue.
    Regards,
    Ch. Venkat.

    status 02 is     Error passing data to port ...it simply means your port setting has some problem. do configure your port setting and also in partner profile
    Thanx and Regards
    Arpan Maheshwari

  • [svn:bz-trunk] 19423: Fixes blz-604 BlazeDS samples error with "Error #1014 : Class flash.events::SoftKeyboardEvent could not be found."

    Revision: 19423
    Revision: 19423
    Author:   [email protected]
    Date:     2010-12-16 07:00:31 -0800 (Thu, 16 Dec 2010)
    Log Message:
    Fixes blz-604 BlazeDS samples error with "Error #1014: Class flash.events::SoftKeyboardEvent could not be found."
    Ticket Links:
        http://bugs.adobe.com/jira/browse/blz-604
    Modified Paths:
        blazeds/trunk/qa/resources/webtier/flex_sdk_4/flex-config.xml

  • Cancel message with errors - How to automate this?

    XI / PI SDN Community
    I think that because of basis team settings every time a message fails to pass through the pipeline (for example a mapping error) XI tries to process this message over and over again for days!
    Assuming that basis is not going to change any configuration on their end: Is therer a way to create a job (TCODE sm36) to do this cancel for me? - I mean I have access to go and manually cancel the message with errors tru the moni.
    Regards,
    José Francisco

    Dear Jose,
    Hi this is Tarang ...
    For cancelling messages on Java engine ( ones that you see on RWB )
    1. There is no standard program which would allow you to cancel the messages here
    2. you can only set a maxim retry interval...i.e how many times a meesage in error should be retried foe sending...this setting can be done in transaction sxmb_adm....there is a parameter called IS_RETRY for this..
    For cancelling the messages on ABAP engine ( ones that you see in MONI)
    1. You can cancel them using the report rsxmb_cancel_messages ...but  dont use this report independently...
        coz there are some chances ..due to which you are getting a message in error in moni ..but the message is restartable......then if you directly cancel it , it is not correct
    2. you cna club the above report with rsxmb_restart_messages...i.e you can create a job sequence where 1 step would be scheduling thee program rsxmb_restart_messages and then the ones that are not restarted properly ...yu can cancle using the second step in the sequence ....i.e rsxmb_cancel_messages
    But be it ABAP / JAVA engine every XI landscape has many of the EOIO interfaces where in the concept is that if the first message in the queue gets stuck ...the message behind that should also get stuck....if you cancel message automatically (say using the above report), there are chances that particular message was configured for EOIO and the message behind that is actuaaly not meant to move ahead..but once you cancel the first message3 the other will go.....which is wrong and against the laws of EOIO...
    hence SAP suggests " no automatic cancellation of message neither at ABAP nor at JAVA level should be done"
    SAP says that manual cancellation of messages is included in the daily maintenance task of XI
    you can obviously play with the number of retries using entry IS_retry
    Hope this helps
    Edited by: Tarang Shah on Mar 6, 2009 11:07 AM

  • Synthetic FibreChannel Port: Failed to start reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA)

    Hello Gurus 
    i have installed windows server 2012 RTM with Hyper-V. i already created virtual machine with virtual fiber channel adapter connected to physical one. sometimes when i restart the virtual machine it gets failed to start again and the following error appears
    in the event viewer of the host:
    error id 21502
    'Virtual Machine xyz' failed to start.
    'xyz' failed to start. (Virtual machine ID number)
    'xyz' Synthetic FibreChannel Port: Failed to start reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA). (Virtual machine ID
    number)
    'xyz': Operation for virtual port (C003FF18F98C000E) failed with an error: No physical port available to satisfy the request (Virtual machine ID
    number).
    error id 1069
    Cluster resource 'Virtual Machine xyz' of type 'Virtual Machine' in clustered role 'xyz' failed. The error code was '0x5aa' ('Insufficient system resources exist to complete the requested service.').
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    appreciate your help
    Ashraf

    Dear All,
    Subject : Need to create a file cluster
    in Guest Vms (Host machine : Windows 2012 R2), using MSA p2000 strorage with HBA Qlogic (HP 8Gb PCIe Host Bus Adapter)
    Note: It's a direct connection from HBA to HP MSA p2000 (No SAN switch in between)
    Currently I am using Qlogic HBA (HP
    81Q 8Gb 1-port PCIe Fibre Channel Host Bus Adapter- Part No. AK344A).
    Unable to create vPort using  Microsoft
    Hyper-V (Win 2012 R2) & secondly using QConverge
    Console utility.
           When trying to create  Microsoft
    Hyper-V (Win 2012 R2), I received the below error.
    Secondly, when I am trying to create vSAN switch in using Qlogic QConverge Utility the above error is popup. 
    Currently I am using the following latest version of Qlogic Firmware & Drivers...
    HBA - Running Firmware Version:  7.00.02
    HBA - Driver Version:  STOR Miniport 9.1.11.24
    If any body the same issue, Please could you update me as earliest.
    Regards,
    Mirza

  • Adobe automatic flash update crashes with error

    This is a frequently recurring, time wasting problem. When will Adobe get the update installation right ?
    Doesn't happen with any other update from any other vendor. Frustrating!
    XP Pro SP3
    Error detail:
    Line:     1
    Char:    13976
    Code:    0
    URL:     ...\index.js
    What to do ?
    Pradip_A

    Aside from the Flash update failure on my Desktop, I still can't fathom why
    I haven't been able to install Flash ever on my HP Compaq Pressario 1000 Laptop ever.
    This too sports XP Pro SP3 IE8.
    If you have any ideas on this other problem, please let me know.
    Thanks,
    Pradip.
    To repeat:
    The original post on this current thread stareted with the crash showing a notification window
    with the error Object Expected and the following detail:
    Line:     1
    Char:    13976
    Code:   0
    URL:     ...\index.js
    Here's the requested log file:
    2012-9-15+12-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+20-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+21-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-15+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+11-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+13-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+15-20-16.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-16+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+10-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+11-20-15.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+12-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+13-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+14-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+15-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-17+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+0-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+10-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+21-20-0.15 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+22-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-18+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+1-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+2-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+10-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+12-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+17-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-19+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+9-20-15.625 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+10-20-0.218 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+11-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+12-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+13-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+14-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+15-20-0.137 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+16-20-0.43 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+17-20-0.59 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+20-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+21-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+22-20-15.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-20+23-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+7-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+8-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+9-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+11-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+17-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-21+23-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+9-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+11-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-22+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-23+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+1-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+2-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+8-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+9-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+10-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+15-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-24+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+10-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+12-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+17-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-25+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+1-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+9-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+10-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+20-20-15.171 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+21-20-15.15 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+22-20-15.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-26+23-20-15.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+5-20-18.390 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+6-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+7-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+8-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+14-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+16-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+18-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+20-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+21-20-15.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-27+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+9-20-15.359 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+10-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+21-20-0.141 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+22-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-28+23-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+0-20-0.32 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+1-20-0.48 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+9-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+10-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+12-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+20-20-15.875 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+22-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-29+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+10-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+21-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+22-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-9-30+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+1-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+2-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+3-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+11-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+17-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+21-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+22-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-1+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+10-20-15.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+13-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+16-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-2+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+10-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+17-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+19-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-3+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+0-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+11-20-0.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-4+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+0-20-0.140 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+8-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+9-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+10-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+19-20-15.156 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+20-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+21-20-0.53 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+22-20-0.37 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-5+23-20-0.115 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+0-20-0.37 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+1-20-0.53 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+7-20-15.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+8-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+9-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+11-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+13-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+15-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+16-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+17-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-6+23-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+0-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+1-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+2-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+11-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+16-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-7+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+10-20-0.734 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+11-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+13-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+14-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+17-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+20-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-8+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+0-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+9-20-15.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+10-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+11-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+15-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+16-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+17-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+18-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+21-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-9+23-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    =O====== M/11.4.402.287 2012-10-10+11-08-11.906 ========
    0000 Re: Adobe automatic flash update crashes with error 00000010 "D:\Temp\{C1AD15FE-05B3-464A-BE7E-986871B6FB95}\InstallFlashPlayer.exe" -iv 4
    0001 Re: Adobe automatic flash update crashes with error 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0002 Re: Adobe automatic flash update crashes with error 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.dll 5
    0003 Re: Adobe automatic flash update crashes with error 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe 5
    0004 Re: Adobe automatic flash update crashes with error 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash32_11_4_402_287.ocx
    0005 Re: Adobe automatic flash update crashes with error 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_ActiveX.exe
    0006 Re: Adobe automatic flash update crashes with error 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_287_ActiveX.dll
    0007 Re: Adobe automatic flash update crashes with error 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0008 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    0009 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\FlashPlayerApp.exe 183
    0010 Re: Adobe automatic flash update crashes with error 00000021 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    0011 Re: Adobe automatic flash update crashes with error 00001106
    0012 Re: Adobe automatic flash update crashes with error 00001106
    0013 Re: Adobe automatic flash update crashes with error 00001024 C:\WINDOWS\system32\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 Re: Adobe automatic flash update crashes with error 00000012
    =X====== M/11.4.402.287 2012-10-10+11-08-31.921 ========
    =O====== M/11.4.402.265 2012-10-10+10-56-43.031 ========
    0000 Re: Adobe automatic flash update crashes with error 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil32_11_4_402_265_ActiveX.exe" -update activex
    0001 Re: Adobe automatic flash update crashes with error 00000011 0
    =X====== M/11.4.402.265 2012-10-10+11-08-32.078 ========
    2012-10-10+11-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+12-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+14-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+15-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+16-20-0.234 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+17-20-0.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+18-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+22-20-0.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-10+23-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+0-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+11-20-0.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+12-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+17-20-18.546 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+18-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+19-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+20-20-0.62 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+22-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-11+23-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+10-20-0.203 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+11-20-0.78 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+12-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+13-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+17-20-15.125 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+18-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+19-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+20-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+21-20-0.52 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+22-20-0.36 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-12+23-20-0.177 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+0-20-0.36 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+10-20-15.187 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+11-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+12-20-0.93 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+13-20-0.46 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+20-20-0.109 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+21-20-0.31 Re: Adobe automatic flash update crashes with error 1223 1058
    2012-10-13+22-20-2.156 Re: Adobe automatic flash update crashes with e

  • HTTP_GET - Port 80 error: NIECONN_REFUSED

    Hi Experts,
    I'm extracting data thru FM HTTP_GET, It is working fine if I provides the RFC destination as SAPHTTP (which runs on front end).
    But If I provides RFC destination as SAPHTTPA (which runs on App.Server) it is giving Error as follows.
    'Connect Error: Connect to Host inpt.co.uk Port 80 error: NIECONN_REFUSED'
    What would be the problem?
    Requesting your help.
    Thanks.
    Abhishek

    Not being familiar with Parallels, I need more information about the Network changes you made to get Firefox to work while booted in Windows. Were these changes to your Network Panel in System Preferences, or to the Network config. on the Windows side?
    As far as your OS X Network setup is concerned, you can delete the preference file com.apple.networkConfig.plist found in your HD>Library>Preferences folder. Then, you'll need to reconfigure the Network settings. Here's some guidance (assuming you are using either an Airport or Ethernet Cable Connection (not DSL).
    Go to the System Preferences>Network panel
    - Location - set up a personal location by clicking on the drop down menu and selecting "add a location". Use a name familiar to you. Once established, select "apply".
    - Next, click on the "Show" drop down menu and select Network Port Configurations. Only Ethernet (or Airport) ought to be checked. Move it to the top of the list (you can drag it). Select "apply".
    - Back to the "Show" menu, depending on your connection select "Ethernet" or "Airport". Click on the TCP panel. There, enter 208.67.222.222 and
    208.67.220.220 (separate lines) in the DNS servers box and select "apply".
    Creating a personal location, plus adding the DNS codes seems to speed things up. Otherwise, the "automatic" function has a tendency to "search" for available locations.

Maybe you are looking for

  • Calendar - "This event no longer exists" Cannot see event details

    When I tap an event to see the details, the details view opens and a message that says "This event no longer exists" is shown.  After I click on OK, the calendar returns to day view. My calendar syncs with Google Calendar. To reproduce this:     1)  

  • Have purchased PE12, but says incompatible with OSX, but am running OSX 10.9.4 on macbook Intel Core Duo

    Downloaded and purchased from the macstore. Not an activation issue. That is all ok. Recently upgraded system to OSX Mavericks. Completely up to date. Spec of hardware is:   Model Name: MacBook   Model Identifier: MacBook5,2   Processor Name: Intel C

  • HDMI with Xbox 360

    I just got an xbox 360 and i hooked it up to my imac with my eyetv hybrid. Can use the HDMI cables to make it High Def? What can i use to make it so it will hook up to the cables. thanks

  • Legacy Smart Guides in CS5?

    Wondering if there is any talk of being able to opt for "legacy" Smart Guides in Illustrator CS5?  I would upgrade for that feature alone.  The Smart Guides in CS4 are infuriating.  I know this is an old gripe.  And, yes, I'm aware of tweaking prefer

  • Display brightness resets on wake...

    Hello everyone. I am having an odd issue I cannot seem to troubleshoot. I have an LED Cinema Display connected to my 2009 aluminum MacBook (now they are called Macbook Pro's). Seemingly at random, when I wake I will find the LED Display has reset it'