Adobe Dreamweaver is rewriting code... again.

http://www.cfinternals.org/blog/2012/02/dreamweaver-cs55-rewrites-code-again.html
I just upgraded from Dreamweaver CS5 to CS5.5, as I needed to cross-grade to the Design Suite in order to get InDesign.
Everything was going swimmingly, until I ran across the following. Take a look at the following code fragment:
<input type="text" name="getEmailAddress()" size="40" required="1"validate="email" message="Please enter your email address." />
Thing is, this is NOT HTML. This is part of an XML definition of a form, embedded within a CFC. Whenever CS5.5 gets its grubby little paws on it, however it changes it to this:
<input type="text" name="getEmailAddress()" size="40" required validate="email" message="Please enter your email address." />
Note the required="1" attribute is now simply required. Which blows up the XML parser big time.
This, just when I was getting around to writing a post about how, after THREE versions (CS3, CS4, CS5), Adobe finally got around to fixing the code rewriting bug I originally posted back in March, 2008.
I've tried changing doctypes, turned off rewriting in preferences, and done pretty much eveything I could think of, AND DREAMWEAVER STILL REWRITES MY CODE!
Look, Adobe, I'm a professional. I know what I'm doing, and when I put text to a file, I expect it to remain exactly as written. I do NOT need you "improving" my code.
Especially when "improving" my code BREAKS MY CODE.
Please provide a "hands off" option, and HONOR it.
I wonder how many years I'm going to have to wait to get THIS fixed...

I don't care if it's known or not. I want it FIXED. I want Dreamweaver to stop rewriting my code. The fact is that these kinds of behaviors have been "known" since CS3... and they have gone on for years... and they are ALL unacceptable.
And why is Dreamweaver performing these kinds of changes based on the presence of a doctype specification... in a CFC??????
One other thing. I saw your comments on this in another thread, and the one that got me was the one that said, "And this is a problem how?"
Like I said above, we are professionals. Dreamweaver is supposed to be a tool for professionals. We know what we're doing, and when we write code, we expect it to remain exactly as written, unless we specifically ask for it to be reformatted. We do NOT need Dreamweaver silently cleaning up or "improving" our code. Doing so is not a feaure. It is not a benefit.
Especially when it breaks it in the process.
You can pass THAT along too.

Similar Messages

  • Dreamweaver is rewriting code and I can't stop it!

    I have a PHP file with some XML defined within that is has
    code rewritten every time I open the file. I've gone into Edit >
    Preferences and I've disabled every single box. Also, .php is in
    the list of extensions to NEVER rewrite code. Yet it keeps turning
    bits of code like this:
    <UnitOfMeasurement>
    <Code>$UPS_wunit</Code>
    </UnitOfMeasurement>
    Into this:
    <UnitOfMeasurement>
    <code>$UPS_wunit</code>
    </UnitOfMeasurement>
    This is beyond annoying and basically renders Dreamweaver
    useless. I have to use Notepad instead. Any advice???

    On Mon, 13 Nov 2006 23:17:36 +0000 (UTC), "thedust2020"
    <[email protected]> wrote:
    > This is beyond annoying and basically renders
    Dreamweaver useless. I have to
    >use Notepad instead. Any advice???
    Presumably, it's rewriting the case of tags it recognizes.
    Try
    Edit->Preferences->Code Format, uncheck Override case
    of tags and
    attributes.
    Gary

  • Dreamweaver CS6 Rewrites My Code!!!

    Sigh. I just upgraded to Dreamweaver CS6 Creative Cloud, hoping it would solve the code rewriting issues added in CS5.5.
    No joy. Take a look at the following code fragment:
    <input type="text" name="getEmailAddress()" size="40" required="1" validate="email" message="Please enter your email address." />
    Thing is, this is NOT HTML. This is part of an XML definition of a form, embedded within a CFC. Whenever CS6 gets its grubby little paws on it, however it changes it to this:
    <input type="text" name="getEmailAddress()" size="40" required validate="email" message="Please enter your email address." />
    Note the required="1" attribute is now simply required. Which blows up the XML parser big time.
    This, just when I was getting around to writing a post about how, after THREE versions (CS3, CS4, CS5), Adobe finally got around to fixing the code rewriting bug I originally posted back in March, 2008.
    I've tried changing doctypes, turned off rewriting in preferences, and done pretty much eveything I could think of, AND DREAMWEAVER STILL REWRITES MY CODE! I was told in CS5.5 that Dreamweaver will perform these kinds of changes based on the presence of a doctype specification...
    But why is doing it in a ****ing CFC?????? Am I supposed to add doctype's to my CFC's now?
    Look, Adobe, I'm a professional. I know what I'm doing, and when I put text to a file, I expect it to remain exactly as written. I do NOT need you "improving" my code.
    Especially when "improving" my code BREAKS MY CODE.
    Please provide a "hands off" option, and HONOR it.
    I need Dreamweaver because I need RDS access to some sites. If it were not for RDS access, I would drop this piece of grief and aggravation in a heartbeat.
    I wonder how many years I'm going to have to wait to get THIS fixed...

    > I do NOT want it doing that.
    Why? It's the right thing to do. Anyhow, PREFERENCES >
    Code Rewriting,
    might be what you are looking for.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kavakava" <[email protected]> wrote in
    message
    news:f87hhh$rro$[email protected]..
    > Hi,
    >
    > I have a number of affiliate links, and they all have
    the "&" character in
    > them. However, Dreamweaver keeps replacing them with
    "&amp;". I do NOT
    > want it
    > doing that.
    >
    >
    > I am using Dreamweaver 8.0.
    >
    > Many thanks!
    >

  • Adobe Dreamweaver CS6 constantly freezes temporarily while editing code

    When using Adobe Dreamweaver CS6 or older versions, while writing code in PHP, when I end some syntax like closing parenthesis, adobe get frozen for 20 to 30 seconds, the more lines I have the slower it gets. I guess it’s because its detecting mistakes in the code, after that period of time it tells me if I have gotten some errors in that line.
    Anyways, I have found a trick to avoid it but it’s really annoying in programming time, instead of using SHIFT+0 to close parenthesis, I copy “)” symbol on the clipboard and paste it to close the whatever function that needs to be close, and in this way, adobe Dreamweaver CS6 wont freeze for 30 seconds, (loosing of course the cool feature of grammar correction).
    I know how this sounds but when you have 40.000 lines and you have to correct several mistakes in different lines and after each correction you have to wait 30 seconds… it just pisses you off.
    I hope someone could help me to get rid of that waiting maintaining the correction feature or if that is too much to ask for, at least to make it behave like any other text editor that just writes what you time without waits needed.
    Thanks a lot for any help about this.

    A snipppet would be way faster

  • Adobe dreamweaver cs6 has stopped

    Hi,
    I'm using Adobe dreamweaver cs6 trial. I open any file, then click View Code. The program is not responding. The error message "Adobe Dreamweaver cs6 stopped" and the program has closed.
    I have reinstalled. It crashes DW to close again.
    I'm running on Windows 7 x64 sp1 ultimate, cpu corei7 q2630 ,ram8gb ,nvidia gt540m
    Thank,
    Paul.

    I am having this same problem trying to edit a wordpress php template ... I have gone into DW prefs and turned OFF (both either unchecked, or checked and in drop down 'disabled'); and it appears in CODE VIEW trying to edit the single.php template, DW hangs when opening ("not responding" error in Windows frame for app). I am running the full cloud license version of CS6 V12 bulid 5808, Win7/64, Core i7, 32GB RAM, SSD OS and WD velociraptor. It does appear to be a bug, as I never had this isssue with editing wordpress php files since 2005.   This needs to be addressed in an update ASAP. I can edit in Textpad in 20 sec., it takes 5 minutes to deal with couple of copy-paste items in WD, which is annoying since I just paid full upgrade from CS5 to CS6 cloud; and uninstalled DW/CS5.5. ARGH.
    Each time an edit is made there is a short buffer effect, as if the program is trying to do something. I first noticed this when trying to save something and the * stayed in file name, like it was thinking about the doc before letting me save. But today, it became a big problem with one file, as EVERY TIME I make an edit, it either immediately times out, or I can type in a couple of words ... then ... wait ... freeze ... wait ..... wait .... wait .... okay works again. Phone home making text edits? Very frustrating. Can't use DW to update my site today due to this bug.
    It does appear that any php file with code that references javascript .,.. mine has calls to (1) addthis button, (2) twitter.com/share and (3) facebook (//connect.facebook.net) elements .... but hey... this is CODE view, why try to connect to those items in code view when trying to edit TEXT ?
    BUG. BUG. BUG. Please fix. Make DW CS6 have complete *unhook* option from any "go out and look for stuff on web/net" ... options in DW6 panel obviously do NOT work in build 5808.
    THANK YOU!!!

  • Adobe Dreamweaver CS6 cannot be opened because of a problem.

    Dreamweaver is crashing for me on launch -- I tried uninstalling, re-downloading and relaunching, but still get the same error. I'm running Mac OSX 10.8.2, the Creative Cloud version of CS6. Any suggestions? The problem report info is below.
    Process:         Dreamweaver [355]
    Path:            /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-12.0
    Version:         12.0.0.5808 (12.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [163]
    User ID:         501
    Date/Time:       2013-01-31 22:11:52.732 -0800
    OS Version:      Mac OS X 10.8.2 (12C3012)
    Report Version:  10
    Interval Since Last Report:          3872 sec
    Crashes Since Last Report:           15
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      A85B8A42-F644-47F7-3CAB-61546EC71C80
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
      Referenced from: /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
      Reason: image not found
    Binary Images:
        0x1000 -  0x197dfe3 +com.adobe.dreamweaver-12.0 (12.0.0.5808 - 12.0.0) <D191C493-AA58-53F9-FF8B-C8F96688A8CB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    0x281c000 -  0x282aff3 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <C5ECA213-7C14-0DD2-6334-1EA67EDCDCAE> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x284f000 -  0x2859ffb +com.adobe.boost_signals.framework (5.0.0 - 5.0.0.0) <074C63C5-7E19-8F31-D72C-127042CC7468> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x2872000 -  0x2878ff7 +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <5C589D24-FD4E-6A1B-D115-052DFC629D3A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x2898000 -  0x289bfff +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <0CFC745C-CB43-4C4B-85A2-BBE60204A09D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x28a3000 -  0x2bd3feb +com.adobe.dvaadameve.framework (5.0.0 - 5.0.0.0) <E1A0CB86-20DE-395B-519A-0B02A7783EF3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x337b000 -  0x338fff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <1DD7FD3D-AA32-F2B4-78E4-7372977856F3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x33ba000 -  0x353aff3 +com.adobe.dvacore.framework (5.0.0 - 5.0.0.0) <67A1A918-F107-AA77-BCA9-C919998E9C9C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x36d5000 -  0x3af5fff +com.adobe.dvaui.framework (5.0.0 - 5.0.0.0) <2B4268D5-110F-E44E-25DD-D501ED4EE7CD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x40c0000 -  0x4165fff +com.adobe.exo.framework (5.0.0 - 5.0.0.0) <78ED2229-FC60-9DCB-34C0-B3BC04E74C73> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x42a2000 -  0x4350fff +com.adobe.dvaworkspace.framework (5.0.0 - 5.0.0.0) <B3DDB3EE-930F-A3EB-1AA5-B8463CC5AD7B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x4477000 -  0x4651feb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <9E6B8841-D4FA-A2B7-2B0A-1D2DE2219B00> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x467e000 -  0x4685ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x468d000 -  0x46a6fe7 +libChar16.dylib (1) <A6CEB90D-0445-9F09-C60D-889D0E4F5E56> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libChar16.dylib
    0x46c3000 -  0x46e5ff7 +libCoreTypes.dylib (1) <A1FAF8EC-6459-4654-4149-0FF9A557D70D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x46fe000 -  0x4746ff7 +libCurl.dylib (1) <40F485B4-A6EC-75CD-E370-9FDE82271700> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCurl.dylib
    0x4762000 -  0x476fff7 +libZ.dylib (1) <F129F5D3-8764-9B14-1E22-0DCE54B70E6C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libZ.dylib
    0x4777000 -  0x4823ff7 +libCrypto.dylib (1) <F4D68DC4-29A8-7E11-A3F2-231FF8462B28> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCrypto.dylib
    0x48c6000 -  0x48e9ff7 +libSSL.dylib (1) <408169A9-1CD1-8841-9A23-AC097F9411B8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libSSL.dylib
    0x4901000 -  0x4902ff7 +libCocoa.dylib (1) <DCDB2597-90DA-9DE8-D61C-DA9DEA9A7004> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCocoa.dylib
    0x4908000 -  0x4b53fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <522C3C40-8CEA-1071-0BA1-5F5985F08CB1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x4e1e000 -  0x4e29ff3  com.apple.carbonframeworktemplate (1.0 - 1.0) <88C86490-5C27-6018-4DFD-46568255081A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x4e39000 -  0x4e3cffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x4e44000 -  0x4fc0ff3 +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <464E11C2-11BF-EED9-445F-B110D65E1944> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x4fcf000 -  0x5596fef +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <895F58FE-CF43-B09B-336E-C7725860E6AF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5609000 -  0x5624fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <147A128F-ACC3-A4AB-C003-20CEAD8AE1CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x562a000 -  0x5650fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <55E00096-6399-E2FD-021E-A15B8CF15ABB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x5656000 -  0x597dffb +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <4DB6A24B-C380-EF7A-B9A1-BF373C6F0AAD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x59b5000 -  0x6a61ff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x6bda000 -  0x6c02feb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6c21000 -  0x6c7dfef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6c86000 -  0x6cf3ffb +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6d42000 -  0x6e24ff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6e33000 -  0x6f1bfe3 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x40000000 - 0x400c4fe3 +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <FFA540EA-6CEB-F4D1-E0EF-A844A536D499> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe5f000 - 0x8fe91e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x92530000 - 0x92619ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x9261a000 - 0x92633fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x926c7000 - 0x926c7fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x937e9000 - 0x93b06ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94f2e000 - 0x94f2efff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95db1000 - 0x95ea2ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x978d5000 - 0x978d5fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x97b71000 - 0x97bd9ff7  com.apple.framework.IOKit (2.0.1 - 755.20.4) <12C97562-CBBD-3255-A998-28A341128FC8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0xb0000000 - 0xb001afe3 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <928D8FAD-DEE7-F1D0-FE17-FA7F4E4C1E48> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.7 GHz, 8 GB, SMC 2.1f173
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.14)
    Bluetooth: Version 4.1.2f9 11046, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS541010A9E682, 1 TB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 6
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4

    Please try installing java before launching Dreamweaver

  • Adobe Dreamweaver CS6 Javascript error

    I was using adobe dreamweaver CS6 Without any problems
    But today i tryed to open adobe dream weaver and i get A lot of javascript errors like MMinit.htm and many other startup errors.
    When startup errors end then the program is starting but when i do something, example opening an html or something i get a lot more java script errors and then the program crash
    I uninstalled adobe dream weaver and installed it again but still the same problem after reinstall
    Help please

    Have you tried clearing the program cache file?
    http://forums.adobe.com/thread/494811
    Even after a plain reinstall, DW will leave files behind that can affect your program. If you uninstall, make sure to run the Cleaner Tool before you reinstall to get a completely fresh installation of the program...
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Adobe Dreamweaver CS6 has stopped working

    Hello - I am attempting to download and install a trial version of Dreamweaver 6 on my PC running Win7 Pro 32 bit service pack 1 with 4GB RAM and an E6300 processor. I have managed to download and extract the application but once I attempt to launch the program, I get a Dreamweaver panel that says it is installing files, then after a few minutes I receive the error message below and the installation window goes blank.
    I have attempted the installation 3 different times using ADA and the direct download methods described in the FAQ's but in every instance, I have been met with this same error. I have disabled my firewall and antivirus but I still get this error. Between installation attempts, I have removed DW6 via the remove programs function in the control panel and restarted my PC. I seem to be able to download the application fine but every time I attempt to run it, I get this error. Any words of wisdom. Thank you.

    Hey Mylenium I have an update for you. I got the application to start, here is what I did. Thinking the problem might be permissions related, I went to the application directory, C:\Program Files\Adobe\Adobe Dreamweaver CS6, and gave full control to all users and cleared the "read only" for the application directory and all files in the subordinate file structure. Then using Windows Explorer, I navigated to a CSS file that I was working on with a text editor. I right clicked the CSS file and selected "Edit with Dreamweaver 6". To my surprise the file opened in Dreamweaver. Since then, I have used DW to create an HTML website with external JavaScript and CSS files. Dreamweaver now opens when I double click the application icon.
    Even though I got it to work, I captured a related event from event viewer and the installation log for referrence and the benefit of others.
    Windows Event ID 1000, Application Error
      Faulting application name: Dreamweaver.exe, version: 12.0.0.5808, time stamp: 0x4f7617ae
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b60
    Exception code: 0xc0000374
    Fault offset: 0x000c380b
    Faulting process id: 0x19cc
    Faulting application start time: 0x01cd9f88800aac83
    Faulting application path: C:\Program Files\Adobe\Adobe Dreamweaver CS6\Dreamweaver.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: c0887857-0b7b-11e2-bfa7-00232406d8de
    Adobe Installation Log
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.0.98.0
    Win OS version: 6.1.1.0  Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    Supported RIBS version range: [0.0.66.0,6.0.98.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: 1 (0,3)
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1: 2 (0,5)
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180: 3 (0,4)
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148: 3 (0,4)
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0: 4 (1,1)
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: 5 (0,1)
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0: 5 (0,1)
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: 5 (0,1)
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0: 5 (0,1)
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: 6 (3,1)
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: 7 (4,1)
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: 7 (4,1)
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: 8 (12,0)
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0: 9 (0,0)
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0: 9 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "driverAdobeCode" to: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Setting property "mediaSignature" to: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Overwrite property "userASUPath" to: C:\Program Files\Common Files\Adobe\OOBE\PDApp\core\..\D6
    Found payload actions:
    Deciding what installer mode to use...
    {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 not installed
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is: true
    Action string for {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0  is none
    Payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Value returned on lookup of payload: {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is: false
    Action string for {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0  is none
    Payload {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Value returned on lookup of payload: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 is: true
    Action string for {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0  is remove
    Selection of payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 is forbidden by the policy. Reason: Free payload
    Value returned on lookup of payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 is: true
    Action string for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0  is none
    Value returned on lookup of payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 is: true
    Action string for {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0  is none
    Value returned on lookup of payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 is: true
    Action string for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0  is none
    Value returned on lookup of payload: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 is: true
    Action string for {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0  is none
    Value returned on lookup of payload: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0 is: true
    Action string for {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0  is none
    Value returned on lookup of payload: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0 is: true
    Action string for {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0  is none
    Value returned on lookup of payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 is: true
    Action string for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0  is none
    Value returned on lookup of payload: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 is: true
    Action string for {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0  is none
    Value returned on lookup of payload: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148 is: true
    Action string for {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148  is none
    Value returned on lookup of payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180 is: true
    Action string for {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180  is none
    Value returned on lookup of payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 is: true
    Action string for {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1  is none
    Value returned on lookup of payload: {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 is: true
    Action string for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0  is none
    END Setting requested payload actions
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    3128] Sun Sep 30 19:59:15 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation remove
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation remove
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation remove
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0:  with operation none
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation remove
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation remove
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation remove
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation remove
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation remove
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation remove
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation remove
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation remove
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation remove
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation remove
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation remove
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation remove
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation remove
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation remove
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation remove
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation remove
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation remove
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation remove
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation remove
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation remove
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation remove
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation remove
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation remove
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation remove
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation remove
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation remove
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation remove
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation remove
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0:  with operation none
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation remove
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation remove
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation remove
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation remove
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation remove
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation remove
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation remove
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation remove
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation remove
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation remove
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation remove
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation remove
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation remove
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation remove
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation remove
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation remove
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation remove
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation remove
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation remove
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation remove
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation remove
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation remove
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation remove
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation remove
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation remove
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-remove for payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0
    ::START TIMER:: [Payload Operation :{8FDB26FC-7AA0-11E1-BF04-E25246635842}]
    [    2768] Sun Sep 30 19:59:15 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    Effective AdobeCode for: {8FDB26FC-7AA0-11E1-BF04-E25246635842} is {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    Uninstalling payload
    Payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    [    2768] Sun Sep 30 19:59:16 2012  INFO
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{8FDB26FC-7AA0-11E1-BF04-E25246635842}.db
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{8FDB26FC-7AA0-11E1-BF04-E25246635842}.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 19:59:16 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{8FDB26FC-7AA0-11E1-BF04-E25246635842}] took 1103.89 milliseconds (1.10389 seconds) DTR = 11975.9 KBPS (11.6952 MBPS)
    [    3128] Sun Sep 30 19:59:17 2012  INFO
    User specified overrideFile:
    Successfully updated the csu inventory for {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0
    Calling the custom action code for pre-remove for payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    ::START TIMER:: [Payload Operation :{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}]
    [    4424] Sun Sep 30 19:59:17 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Effective AdobeCode for: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} is {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Uninstalling payload
    Payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}.db
    [    4424] Sun Sep 30 19:59:18 2012  INFO
    Evaluating condition# 1(Seq 57)
    Condition failed(Seq 57)
    Evaluating condition# 2(Seq 58)
    Condition failed(Seq 58)
    [    4424] Sun Sep 30 19:59:55 2012  INFO
    Evaluating condition# 3(Seq 9326)
    Condition failed(Seq 9326)
    Evaluating condition# 4(Seq 9327)
    Condition failed(Seq 9327)
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}.db
    [    4424] Sun Sep 30 20:00:02 2012  INFO
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:02 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}] took 45089.3 milliseconds (45.0893 seconds) DTR = 6047.2 KBPS (5.90547 MBPS)
    Updating driver data - Action: Add driver entry
    Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    [    3128] Sun Sep 30 20:00:03 2012  INFO
    User specified overrideFile:
    [    3128] Sun Sep 30 20:00:04 2012  INFO
    Successfully updated the csu inventory for {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Calling the custom action code for pre-remove for payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0
    ::START TIMER:: [Payload Operation :{83463106-DD1C-4FE5-A61C-DF6715472AD4}]
    [    1636] Sun Sep 30 20:00:04 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Effective AdobeCode for: {83463106-DD1C-4FE5-A61C-DF6715472AD4} is {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Uninstalling payload
    Payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{83463106-DD1C-4FE5-A61C-DF6715472AD4}.db
    [    1636] Sun Sep 30 20:00:06 2012  INFO
    Evaluating condition# 1(Seq 50)
    Condition failed(Seq 50)
    Evaluating condition# 2(Seq 51)
    Condition failed(Seq 51)
    Evaluating condition# 3(Seq 52)
    Condition failed(Seq 52)
    [    1636] Sun Sep 30 20:00:07 2012  INFO
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{83463106-DD1C-4FE5-A61C-DF6715472AD4}.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:07 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{83463106-DD1C-4FE5-A61C-DF6715472AD4}] took 2809.05 milliseconds (2.80905 seconds) DTR = 1728.7 KBPS (1.68818 MBPS)
    User specified overrideFile:
    [    3128] Sun Sep 30 20:00:09 2012  INFO
    Successfully updated the csu inventory for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0
    Calling the custom action code for pre-remove for payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0
    ::START TIMER:: [Payload Operation :{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}]
    [    3776] Sun Sep 30 20:00:09 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Effective AdobeCode for: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} is {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Uninstalling payload
    Payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}.db
    [    3776] Sun Sep 30 20:00:11 2012  INFO
    Evaluating condition# 1(Seq 393)
    Condition failed(Seq 393)
    [    3776] Sun Sep 30 20:00:11 2012 ERROR
    DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\ExtendScript Toolkit". Error 145 The directory is not empty.(Seq 394)
    [    3776] Sun Sep 30 20:00:11 2012  WARN
    DW063: Command ARKDeleteDirectoryCommand failed.(Seq 394)
    [    3776] Sun Sep 30 20:00:11 2012  INFO
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\CommonUninstall.db
    [    3776] Sun Sep 30 20:00:12 2012  INFO
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:12 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{EFBC1075-F890-4293-A0D1-04BE66EE2AB3}] took 2704.13 milliseconds (2.70413 seconds) DTR = 6983.4 KBPS (6.81972 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0
    Calling the custom action code for pre-remove for payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0
    ::START TIMER:: [Pre payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In PrePayloadUninstallProc
    [    3128] Sun Sep 30 20:00:17 2012  INFO
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 5016.72 milliseconds (5.01672 seconds) DTR = 1492.61 KBPS (1.45763 MBPS)
    ::START TIMER:: [Payload Operation :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    [    5680] Sun Sep 30 20:00:17 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Effective AdobeCode for: {36682D68-3834-487E-BA49-DFA4AB0A2E32} is {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Uninstalling payload
    Payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{36682D68-3834-487E-BA49-DFA4AB0A2E32}.db
    Evaluating condition# 1(Seq 3)
    Condition failed(Seq 3)
    Evaluating condition# 2(Seq 4)
    Condition failed(Seq 4)
    Evaluating condition# 3(Seq 5)
    Condition failed(Seq 5)
    Evaluating condition# 4(Seq 6)
    Condition failed(Seq 6)
    Evaluating condition# 5(Seq 7)
    Condition failed(Seq 7)
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{36682D68-3834-487E-BA49-DFA4AB0A2E32}.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:17 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 411.968 milliseconds (0.411968 seconds) DTR = 15690.5 KBPS (15.3228 MBPS)
    [    3128] Sun Sep 30 20:00:18 2012  INFO
    User specified overrideFile:
    Successfully updated the csu inventory for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0
    ::START TIMER:: [Post payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In PostPayloadUninstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 1.44891 milliseconds (0.00144891 seconds)
    Calling the custom action code for pre-remove for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0
    ::START TIMER:: [Payload Operation :{D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}]
    [    5036] Sun Sep 30 20:00:18 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Unable to remove payload.
    Third party payload completed.  Testing return code: 0
    [    3128] Sun Sep 30 20:00:18 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}] took 204.604 milliseconds (0.204604 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0, value of local var is -1
    Calling the custom action code for post-remove for payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0
    Calling the custom action code for pre-remove for payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0
    ::START TIMER:: [Payload Operation :{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}]
    [    5964] Sun Sep 30 20:00:18 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Effective AdobeCode for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} is {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Uninstalling payload
    Payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}.db
    [    5964] Sun Sep 30 20:00:20 2012  INFO
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}.db
    [    5964] Sun Sep 30 20:00:21 2012  INFO
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:21 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{DC00A3E1-9C61-4B11-8070-B592E68D2B3C}] took 2658.25 milliseconds (2.65825 seconds) DTR = 120857 KBPS (118.024 MBPS)
    User specified overrideFile:
    [    3128] Sun Sep 30 20:00:22 2012  INFO
    Successfully updated the csu inventory for {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0
    Calling the custom action code for pre-remove for payload {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0
    ::START TIMER:: [Payload Operation :{C0C7DC90-C8DF-46DA-BA21-848889DAFD11}]
    [    3732] Sun Sep 30 20:00:22 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Unable to remove payload.
    Third party payload completed.  Testing return code: 0
    [    3128] Sun Sep 30 20:00:22 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{C0C7DC90-C8DF-46DA-BA21-848889DAFD11}] took 203.863 milliseconds (0.203863 seconds)
    User specified overrideFile:
    Successfully updated the csu inventory for {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0
    Calling the custom action code for pre-remove for payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0
    ::START TIMER:: [Pre payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In PrePayloadUninstallProc
    [    3128] Sun Sep 30 20:00:27 2012  INFO
    Custom action return code: 0
    :: END TIMER :: [Pre payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 5022.92 milliseconds (5.02292 seconds)
    ::START TIMER:: [Payload Operation :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    [    2144] Sun Sep 30 20:00:27 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Effective AdobeCode for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} is {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Uninstalling payload
    Payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}.db
    Evaluating condition# 1(Seq 1)
    Condition failed(Seq 1)
    [    2144] Sun Sep 30 20:00:27 2012 ERROR
    DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\CS6ServiceManager". Error 145 The directory is not empty.(Seq 2)
    [    2144] Sun Sep 30 20:00:27 2012  WARN
    DW063: Command ARKDeleteDirectoryCommand failed.(Seq 2)
    [    2144] Sun Sep 30 20:00:27 2012  INFO
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}.db
    UninstallDBPath=C:\Program Files\Common Files\Adobe\Installers\uninstall\CommonUninstall.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:27 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 406.04 milliseconds (0.40604 seconds) DTR = 3300.17 KBPS (3.22282 MBPS)
    User specified overrideFile:
    [    3128] Sun Sep 30 20:00:28 2012  INFO
    Successfully updated the csu inventory for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0
    ::START TIMER:: [Post payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In PostPayloadUninstallProc
    Custom action return code: 0
    :: END TIMER :: [Post payload :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 1.43644 milliseconds (0.00143644 seconds)
    Calling the custom action code for pre-remove for payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0
    ::START TIMER:: [Payload Operation :{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}]
    [    4752] Sun Sep 30 20:00:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Effective AdobeCode for: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} is {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Uninstalling payload
    Payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}.db
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}] took 302.968 milliseconds (0.302968 seconds) DTR = 10667.8 KBPS (10.4178 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0
    Calling the custom action code for pre-remove for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148
    ::START TIMER:: [Payload Operation :{9C4AA28F-AC6B-11E0-8997-00215AEA26C9}]
    [    5616] Sun Sep 30 20:00:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Unable to remove payload.
    Third party payload completed.  Testing return code: 0
    [    3128] Sun Sep 30 20:00:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9C4AA28F-AC6B-11E0-8997-00215AEA26C9}] took 103.553 milliseconds (0.103553 seconds)
    [    3128] Sun Sep 30 20:00:29 2012  INFO
    User specified overrideFile:
    The csu inventory was not updated for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148, value of local var is -1
    Calling the custom action code for post-remove for payload {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148
    Calling the custom action code for pre-remove for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180
    ::START TIMER:: [Payload Operation :{9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}]
    [    5924] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Unable to remove payload.
    Third party payload completed.  Testing return code: 0
    [    3128] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}] took 104.228 milliseconds (0.104228 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180, value of local var is -1
    Calling the custom action code for post-remove for payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180
    Calling the custom action code for pre-remove for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1
    ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    [    2256] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: ModifyThirdPartyPayloadOperation
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Modify Thirdparty payload
    Unable to remove payload.
    Third party payload completed.  Testing return code: 0
    [    3128] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 105.806 milliseconds (0.105806 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1, value of local var is -1
    Calling the custom action code for post-remove for payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1
    Calling the custom action code for pre-remove for payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0
    ::START TIMER:: [Payload Operation :{354D20E6-A25F-4728-9DA6-C9003D8F2928}]
    [    5152] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Effective AdobeCode for: {354D20E6-A25F-4728-9DA6-C9003D8F2928} is {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Uninstalling payload
    Payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{354D20E6-A25F-4728-9DA6-C9003D8F2928}.db
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\{354D20E6-A25F-4728-9DA6-C9003D8F2928}.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:29 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{354D20E6-A25F-4728-9DA6-C9003D8F2928}] took 203.231 milliseconds (0.203231 seconds) DTR = 96048.4 KBPS (93.7973 MBPS)
    User specified overrideFile:
    [    3128] Sun Sep 30 20:00:30 2012  INFO
    Successfully updated the csu inventory for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 return values 0:0
    Calling the custom action code for post-remove for payload {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0
    Calling the custom action code for pre-remove for payload CommonUninstall  6.0.98.0
    ::START TIMER:: [Payload Operation :CommonUninstall]
    [    3644] Sun Sep 30 20:00:30 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} modify request for AdobeCode: CommonUninstall
    Effective AdobeCode for: CommonUninstall is CommonUninstall
    Uninstalling payload
    Payload CommonUninstall  6.0.98.0: Calling ARKEngine from path C:\Program Files\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    INSTALLDIR property not found in database
    Beginning un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\CommonUninstall.db
    UninstallSeq property not found in database
    [    3644] Sun Sep 30 20:00:30 2012 ERROR
    DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\ExtendScript Toolkit". Error 145 The directory is not empty.(Seq 1)
    [    3644] Sun Sep 30 20:00:30 2012  WARN
    DW063: Command ARKDeleteDirectoryCommand failed.(Seq 1)
    [    3644] Sun Sep 30 20:00:30 2012 ERROR
    DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\CS6ServiceManager". Error 145 The directory is not empty.(Seq 2)
    [    3644] Sun Sep 30 20:00:30 2012  WARN
    DW063: Command ARKDeleteDirectoryCommand failed.(Seq 2)
    [    3644] Sun Sep 30 20:00:30 2012  INFO
    Completing un-installation for payload at C:\Program Files\Common Files\Adobe\Installers\uninstall\CommonUninstall.db
    Physical payload uninstall result:0
    [    3128] Sun Sep 30 20:00:30 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :CommonUninstall] took 104.365 milliseconds (0.104365 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload CommonUninstall  6.0.98.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-remove for payload CommonUninstall  6.0.98.0
    No operation.  We're done:
    Updating driver data - Action: Remove driver entry
    Updating driver data successful. Driver entry was removed. ARP estimated size 0KB
    [    3128] Sun Sep 30 20:00:32 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Successfully removed 14 components:
    - Adobe Player for Embedding 3.3
    - Adobe CSXS Infrastructure CS6
    - Adobe Extension Manager CS6
    - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack
    - Microsoft Visual C++ 2005 Redistributable Package (x86)
    - Microsoft Visual C++ 2008 Redistributable Package (x86)
    - Microsoft Visual C++ 2010 Redistributable Package (x86)
    - Adobe Dreamweaver CS6
    - Suite Shared Configuration CS6
    - Adobe Dreamweaver Widget Browser
    - AdobeHelp
    - Adobe Linguistics CS6
    - Adobe CSXS Extensions CS6
    - Adobe ExtendScript Toolkit CS6
    Call PostSession Custom Hook
    Begin cleaning up local media db.
    [    3128] Sun Sep 30 20:00:34 2012  INFO
    Deleting local media db.
    Done cleaning up local media db.
    :: END TIMER :: [Total Timer] took 82346.9 milliseconds (82.3469 seconds) DTR = 8051.99 KBPS (7.86327 MBPS)
    [    3128] Sun Sep 30 20:00:35 2012  INFO
    Uninstalling AAM
    [    3128] Sun Sep 30 20:00:36 2012  INFO
    AAM Uninstall Status: 0 and 0
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 2 warning(s)
    ----------- Payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 -----------
    ERROR: DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\ExtendScript Toolkit". Error 145 The directory is not empty.(Seq 394)
    WARNING: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 394)
    ----------- Payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 -----------
    ERROR: DF037: Unable to delete directory "C:\Users\louie\AppData\Roaming\Adobe\CS6ServiceManager". Error 145 The directory is not empty.(Seq 2)
    WARNING: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 2)
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 0 - No error.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF037 ... WARNING: DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0  Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 306.451 milliseconds (0.306451 seconds) DTR = 14997.5 KBPS (14.646 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6
    Updating media info for: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeAPE3.3-mul\Install.db
    Updating media info for: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeCSXSInfrastructure3-mul\Install.db
    Updating media info for: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeExtensionManager6.0All\Install.db
    Updating media info for: {8E8021FF-7AA0-11E1-BF04-E98EE5274486}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12ja_JPLanguagePack\Install.db
    Updating media info for: {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12en_USLanguagePack\Install.db
    Updating media info for: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    Updating media info for: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaver12-mul\Install.db
    Updating media info for: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeSuiteSharedConfiguration3-mul\Install.db
    Updating media info for: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeDreamweaverWidgetsBrowser1.0-mul\AdobeAIRInstaller.exe
    Updating media info for: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeHelp\InstallAdobeHelp.exe
    Updating media info for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeLinguistics_4_0_All\Install.db
    Updating media info for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeCSXSExtensions3-mul\Install.db
    Updating media info for: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: Dreamweaver CS6
      Path: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6\payloads\AdobeExtendScriptToolkit3.8.0-mul\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: 1 (0,3)
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1: 2 (0,5)
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180: 3 (0,4)
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148: 3 (0,4)
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0: 4 (1,1)
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: 5 (0,1)
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0: 5 (0,1)
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: 5 (0,1)
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0: 5 (0,1)
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: 6 (3,1)
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: 7 (4,1)
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: 7 (4,1)
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: 8 (12,0)
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0: 9 (0,0)
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0: 9 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Setting property "installSourcePath" to: C:\Users\louie\AppData\Local\Temp\{9FB3D865-F5FA-4266-929A-F495403DADA7}\Dreamweaver_12_L S16\Adobe Dreamweaver CS6
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "selfDelete" to: false
    Overwrite property "skipSync" to: 1
    Overwrite property "userASUPath" to:
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 is: false
    Action string for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0  is none
    Value returned on lookup of payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 is: false
    Action string for {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1  is none
    Value returned on lookup of payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180 is: false
    Action string for {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180  is none
    Value returned on lookup of payload: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148 is: false
    Action string for {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148  is none
    Value returned on lookup of payload: {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0 is: false
    Action string for {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0  is none
    Value returned on lookup of payload: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0 is: false
    Action string for {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0  is none
    Value returned on lookup of payload: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0 is: false
    Action string for {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0  is none
    Value returned on lookup of payload: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0 is: false
    Action string for {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0  is none
    Value returned on lookup of payload: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 is: false
    Action string for {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0  is none
    Value returned on lookup of payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 is: false
    Action string for {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0  is none
    Value returned on lookup of payload: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0 is: false
    Action string for {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0  is none
    Value returned on lookup of payload: {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0 is: false
    Action string for {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0  is none
    Value returned on lookup of payload: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0 is: false
    Action string for {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0  is install
    Value returned on lookup of payload: {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is: false
    Action string for {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0  is none
    Payload {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    Value returned on lookup of payload: {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is: false
    Action string for {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0  is none
    Payload {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0 is extension payload. Aligning its action according to parent {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    7356] Sun Sep 30 20:09:35 2012  INFO
    ::START TIMER:: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{EB2A8CD4-B247-4810-A294-E3DB8EDC6060}] took 147.396 milliseconds (0.147396 seconds) DTR = 54.2756 KBPS (0.0530036 MBPS)
    ::START TIMER:: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}]
    In InstallPreSystemCheckProc
    Custom action return code: 0
    :: END TIMER :: [System check :{36682D68-3834-487E-BA49-DFA4AB0A2E32}] took 62.9117 milliseconds (0.0629117 seconds)
    BEGIN InstallOperationsQueue Unordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with operation install
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0:  with operation install
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0:  with operation install
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0:  with operation none
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0:  with operation install
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180:  with operation install
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148:  with operation install
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1:  with operation install
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0:  with operation install
      {B8ADDCBD-30D9-4366-AE25-089CEF76C8E1} Suite Shared Configuration CS6 3.0.0.0:  with operation install
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0:  with operation install
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0:  with operation install
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0:  with operation install
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0:  with operation install
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0:  with

  • In Adobe dreamweaver CS6 where can I find the hotspot tool [title edited by moderator]

    Boss in an Adobe dreamweaver CS6 where i can find the hotspot tool

    Hello,
    my way is (all comands translated from my German DW):
    1. Insert an image
    2. Click into the image
    3. Menu for the hotspot tools opens (see screenshot, where I used "Polygon")
    4. Click into the image (see screenshot) > Give an "alt" for your image, if you want.
    5. Make your wished figure:
    6. And in your code you now will see something like:
    <p><img src="../images/grafik07-300.jpg" alt="" width="300" height="225" usemap="#Map"/>
      <map name="Map">
        <area shape="poly" coords="125,123,115,86,151,34,209,76,237,135,219,179,153,185,91,176,5 6,140" href="#" alt="It's a test!">
      </map>
    </p>
    Hans-Günter

  • Dreamweaver creating mystery code at bottom of page after using BC module

    I'm having an issue with the BC module in dreamweaver, I've talked to BC support and they have told me I need to talk to dreamweaver support. I talked to dreamweaver support and they said it's some kind of coding/scripting issue and it is not their problem (even though it is dreamweaver creating this code, not me). Every time I insert something from the BC module it creates lots of '>>>>' at the bottom of the page and sometimes puts the info there. Also, I can't remove these after. I've created this jing video to explain better.
    http://screencast.com/t/b8XO3ynRGTF

    Hey Tim,
    I don't know what's actually causing your problem with adding the ">>>>>>>>" at the end of your html doc. Maybe your code isn't proper and some tags aren't close making DW behave weird but I do know that if you stop using DW's local Template functionality you will be able to edit those changes. What's going on when you try to move the module and erase those ">>>>>>" characters is that code is outside DW's Template and it looks like you applied a template to the page you are working on.
    There are two ways to do templating with BC. One is to just use DW's local templating agent to control the content and templates.  The other way is to just use BC's templating engine which is different from DW.
    BC lets you use sitewide templates that reside in your /Templates folder and render that template onto other pages in your site on the fly.  Here's what I'd do:
    Edit your Site Properties in DW and find your Remote Site and Testing Site FTP properties.
    If you setup your website in DW with the BC Site Setup Wizard, you'll notice in the FTP properties that the user login name is appended with "/dw".  This tells BC that you want to use DW's templating engines on your site and lets you upload/save .DWT files in the /Templates directory.  Remove the "/dw" part of the user login.
    Now that you are using straight FTP, goto the File pane and goto the Remote Server file system. Open up the Templates directory and download your template again.  Note: You shoud notice your template now has a .html extension instead of .dwt.  That's ok, we're now going to use BC's templating instead of DW's local templating.
    Make sure the template you downloaded has the {tag_pagecontent} in the source wherever you want the page content to appear from your pages dependant on this template.
    Once you confirm {tag_pagecontent} is in place, re-upload your .html Template back to the server.
    For each individual page that is tied locally to your Template follow these directions:
    Open page in DW
    Goto Modify > Templates > Detach from Template
    Once detached from template, remove all the outer "template" code.  What you want to keep behind is just the content that is for that page only.
    It's ok if you don't have proper html formatting on the page content... BC will insert this code into your template we made a few steps back.
    Save the file.
    Upload to BC.
    Login to your Admin panel on BC and surf to the page you just edited/uploaded.
    Find the template dropdown and choose your Template that you uploaded as the one to use for this page.
    Click Update.
    Now you are using BC's templating engine instead of DW's local templating which sometimes causes problems but also adds all this extra markup to control the templating.  Now, when you re-download your page to insert modules into DW shouldn't give you a problem about editing anything since it's not attached locally to a DW template.
    I don't know why it's inserting those ">>>>>" but you should take this opportunity to start using BC's templating instead of the built-in DW templating. It's cleaner and more modular.
    Also, not that your page content could just be a line of text. You don't need to have <html><head> or <body> tags in pages that use BC templates since that content gets rolled into the sitewide template on the fly. You can certainly have valid page content with <head> and <body> tags but you don't need them if you are using a BC sitewide template.
    Also, note that if you need specific scripts or meta data at the page level, just include them in your page content and BC will use whatever is in the <head> element or any changes you make to the <body> tag to the sitewide template when your page is being served.

  • "Adobe Dreamweaver PHP Training from David Powers

    “Adobe® Dreamweaver® CS5 with PHP Training from the Source  David Powers
    Lesson 7 Validating Input on the Server
    I have reached page 445, and become completely stuck - I've been about three weeks trying to sort the problem but cant get anywhere.  Not sure what to do from here so any advice would be really appreciated.  The problem:
    I have completed the script exactly as instructed, when I go live (local sever), I get a blank screen, OK, does not display.  I am sure this is something simple but I have done all the fault finding and am out foxed.  I know the local server works OK - I completed chapter 6 successfully - I can also run a php test page from the local folder that the file is stored in. i.e provictis/phpcs5.  I have saved my ZendFraework in a separate location as advised. i.e. User/SPENNY/...    
    This is the basic code:
    <?php
    $library='/Users/SPENNY/ZendFramework/library';
    set_include_path(get_include_path() . PATH_SEPARATOR .
    $library);
    require_once('Zend/Loader/Autoloader.php');
    $loader=Zend_Loader_Autoloader::getInstance();
    if ($loader) {
              echo 'ok';
    } else {
              echo 'Huston we have a blinkin problem, but do not panic we will get things sorted';
    Gareth

    FIXED!!
    1)
    i finally did get the message problem was with:
    $mailhost='ssl://mail.domain.com';
    ssl:// was just nonsense and been removed
    2)
    'auth' => 'true' was changed to 'auth' => 'login'
    3)
    for bluehost i got information that it was tls secure connection protocol not ssl
    'ssl' => 'tls'
    4)
    port used '25' not 465.
    Didnt still tried 26 and 465 maybe they would work too.

  • Error installing Adobe Dreamweaver cs6 unhandled excption in PDApp.exe kernalbase.dll

    I am trying to install Adobe Dreamweaver CS6 on to a computer running windows server 2008 R2. I keep getting an error Adobe Applications Manager has stopped working. Under details it has:
    Problem Event Name: APPCRASH
      Application Name: PDApp.exe
      Application Version: 6.0.335.0
      Application Timestamp: 4f7b9abd
      Fault Module Name: KERNELBASE.dll
      Fault Module Version: 6.1.7601.18409
      Fault Module Timestamp: 53159a86
      Exception Code: 000006ba
      Exception Offset: 0000c42d
      OS Version: 6.1.7601.2.1.0.16.7
      Locale ID: 1033
      Additional Information 1: ead5
      Additional Information 2: ead5689f15bbae57a63622bd10ffac97
      Additional Information 3: a89a
      Additional Information 4: a89ab45d311e4c179be9933ffe111dc5
    I've tried rebooting and disabling the Antivirus.
    I can't find any help by searching.

    Can you try this solution? PDApp.exe crashes, cant run, uninstall, deactivate

  • Adobe Dreamweaver CC 2014 Helper has stopped working

    When I try to import an Flash SWF file created with CC 2014 I get an error that says Adobe Dreamweaver CC 2014 Helper has stopped working.  Then I get the option to check online for a solution and close the program or just a second option to just close the program.
    Any suggestions to a fix?

    I insured that Flash 64 bit was installed on my computer.
    This problem must have something to do with embedding a Flash file. I could not recreate the problem on other client's websites. I pulled all the Flash code and the problem went away. Of course I want to include a Flash file so it's still an issue for me.
    CODE I PULLED:
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
        </script>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="250px" id="FlashID" title="animatedDog">
                <param name="movie" value="dog.swf">
                <param name="quality" value="high">
                <param name="wmode" value="opaque">
                <param name="swfversion" value="10.1.0.0">
                <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                <param name="expressinstall" value="Scripts/expressInstall.swf">
                <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="dog.swf" width="100%" height="250px">
                  <!--<![endif]-->
                  <param name="quality" value="high">
                  <param name="wmode" value="opaque">
                  <param name="swfversion" value="10.1.0.0">
                  <param name="expressinstall" value="Scripts/expressInstall.swf">
                  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                  <div><img src="/images/2014/noFlash.gif" alt="Missing Adobe Flash player" /></div>
                  <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
              </object>
             <br><img src="images/2014/sidePhotos/photo.jpg" alt=""><br>

  • IWeb and Adobe Dreamweaver

    Is there a way to have Adobe Dreamweaver (or any other web page creation program) input, edit, and then export back to iWeb pages? There are many times when iWeb simply will not easily what I wish, such as be able to edit the html code, create a child page, enact automations, etc. If that is not possible, is it possible to download the webpage that I have created in iWeb to Dreamweaver, and then use Dreamweaver as my main webpage editor?
    Message was edited by: feucht

    Is there a way to have Adobe Dreamweaver (or any other web page creation program) input, edit, and then export back to iWeb pages?
    No.
    is it possible to download the webpage that I have created in iWeb to Dreamweaver, and then use Dreamweaver as my main webpage editor?
    Maybe. Give it a try.

  • Adobe Dreamweaver CS4 do not load

    Hello, (sorry for my bad english)
    I have a problem, I downloaded the Trial-Version of Adobe Dreamweaver for 30 days. I installed it, but when I will start it, it comes 3 - 4 seconds long this window then it closes! http://img3.imagebanana.com/view/uiq6h964/Bug.jpg
    I de- and installed it again.. but it doesn't run...
    Please Help..
    And, sorry for my bad english
    Ralf H.

    Did you check Dreamweaver crashes on startup in the Dreamweaver FAQ?

Maybe you are looking for

  • First time posting, about the last time I try to fix iTunes before I give up

    I'm probably not going to make friends amongst the Apple-o-philes. PC user. deal with it; iPhones were sold to us as platform independent; iTunes is offered as a product that works with Windows. OK. I bought into it; my third iPhone, got one for my g

  • Being billed for calls I shouldn't be

    Hello, I have been receiving bills for a while which seem higher than I should. I have free evening and weekend calls on my account, and last month paid for calls on sundays and a monday evening. I also have a list of calls on my bill that do not cor

  • I have a ipad 2 and it does not connect with safari using 3G

    I have a ipad 2 and it does not connect with safari using 3G

  • COPY JPG AND GIF BY PROGRAM

    I need to create a simple java program to copy a JPG or GIF image and I don't know to do it. Could someone help me ? Below you can see my test program. Thanks. Fernando Xavier p.s Before I find the solution, I will include it in a Server socket progr

  • Want to operate my macbook Pro from home on my imac

    Hi, Want to connect to my macbook pro at the office from my imac at home. Both machines are running 10.5.8. I am confused about this as I thought there were ways to do this on leopard without additional software. Of course they are not on the same ne