Searchable database in Dreamweaver CS6

I can't find any tutorials. i just learned how to kind of use dreamweaver, TWO days ago. My teachers want me to make a website for another school, here is the story
Im in EAST (Environmental and Spatial Technologies). Now, our goals are to do projects with a need or change in mind.
My project is for a small school about an hour away. They wanted their Alumni photos to be digitized and put into a searchabel database by grad.date, Name, and Val. Sal. type things.
Well I kinda have the site made for them already, I just have absolutely no idea how to make a  searchable database, i have no clue how to read code, we have no books about this stuff.
We are supposed to learn by using tutuorials, but i couldn't find any about this specifically. And on a side note, I have the table done in Access already, on a PC. BUT I'm using dreamweaver on a Mac. -.-
Any help is great. I HAVE to use dream weaver so please don't tell me to switch programs, this is the only one on this computer.
file:///Users/user/Desktop/WynonaPublicSchool/index.html
That is my site so far. It's only the beginning!!

This is NOT something you really want to attempt if you do not know anything about database set up in conjunction with Dreamweaver.
The basic principle is you set up a 'search form' on your website for instance 'search by name'
<form name="search" method="post" action="searchDetails.php">
<p>
<label>Search by Name<br>
<input type="text" name="name" id="name" value="" />
</label>
</p>
<p>
<label>Search
<input type="submit" name="search" id="search" value="Search">
</label>
</p>
</form>
This from is linked to a Dreamweaver page which gets the information from a database based on the value input into its 'name' field.
That's the easy bit!
I don't know anything about Access database and what server language you require to be using to connect to it but whichever server language and database combination you choose to use the principle is the same.
First I would establish what server language you are going to use and what database.
Then you need to set up a local testing environment on your computer by downloading XAMPP or WAMP or MAMP which ever is suitable for the server/database language youre going to use.
Once you have installed that you can create a database and import or insert the information into it. You can then establish a 'connection' to it in Dreamweaver by going to Window>Server Behaviours>Connect.
Ok now youre lost...so I wont go on........see what I mean this isnt going to be as simple as ABC If you've never done it before.
I don't know if this link will make it any clearer or whether it will confuse you even more:
http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-78b8a.h tml

Similar Messages

  • How do you display database in Dreamweaver CS6?

    Trouble displaying 'greendata' database in Dreamweaver CS6
    I am working on the exercise files for Adobe's Dreamweaver CS6 "Classroom In A Book", CH. 13 'Working with Online Data'. The problem I am facing is that the database provided in the exercise files ‘greendata’ is not being listed when I go to select a database.
    I followed the specific instructions; but, I am still new to Dreamweaver and programming.
    The MySQL Connection is working on the MySQL server 'localhost' with User name ‘root.’
    I have XAMPP installed on my computer to run MySQL/PHP. I already checked localhost using my web browser to make sure that the ‘greendata’ is listed as a database; yet, it is not listed from the options when I try to set it up in Dreamweaver. 
    How can I solve this problem? Please help! 
    I need to have the 'greendata' database displayed from the list of options under 'select' within the MySQL Connection in Dreamweaver.

    Thanks for those tutorials Nancy.
    I followed the insturctions and I am still having the same problem.
    The database that I create in phpMyAdmin is not being listed as an option within Dreamweaver. The connection is setup but I'm guessing that the problem is within XAMPP?
    Why is it that a database that I have created in XAMPP isn't being transfered to Dreamweaver? 
    I've attached a few screenshoots to give you a better understanding of what I'm looking at. Hope someone can help!

  • Searchable database in Dreamweaver CS4

    I want to create a page where a list our stores that would be searchable by State or Country. I have a very simple Excle file with all the information for the stores including phone numbers and addresses. I want fileds on the page that will allow a user to choose a state from a drop down list and then the results would show any store in that state, or NONE if a store did not exist.
    I ahve read many things about MySQL databases and Recordsets, but I can't quite understand how to set the page. ANY help on this qould be greatly appreciated. I'm using Dreamweaver CS4 and I'm not that handy with it:(.
    Thank you

    This thread may be relevant to your needs
    http://forums.adobe.com/message/3076713#3076713
    Setting up a PHP development environment for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_05.html
    Building your first dynamic website – Part 1: Setting up your site and database connection
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Question about databases in dreamweaver cs6

    Hi all,
    I need to clarify that I am very new to phpmyadmin, mysql, and databases. This is what i am stucked with.
    Currently, I have one table (book) which contains these attributes (ISBN(primary key), title, author, publisher, price etc) in my database (book)
    I have the other table (users) which contains these attributes (username (primary key), password, name, DOB etc) in my database (user)
    Let me explain the series of steps first. An user logs in on the log in page successfully, and he will be directed to the main page, then he will type or select his search terms, then the results page will display the relevant results in the master list, then he will select the specific result to go to the detailed page containing more information.
    What I want now is to create a reservation page. If the user likes the specific book in the detailed page, he can click reserve it, and will be directed to the reservation page.
    I intend to have these search textfields: Username, Title, Price, Number of orders.
    How can I let the username textfield to be automatically filled as the user has logged in at the login page initially. Also, how can I let the title and price textfield to be automatically filled, as the user has clicked reserve it at the specific detailed page? I intend that the user just key in number of orders and press submit button. My 3rd database (reservation) will capture the info of username, title, price, and number of orders. Do i use insert record or update record?
    Do i create a relational table in phpmyadmin by linking it with the keys from tables (book and users)? Will this be a many to many relationship? I intend my third table to have these attributes (reservation no (primary key), username, title, price, no, of orders and date of collection?
    Moreover, how do I auto generate the date of collection (for e.g. it will be 5 days after the point of time when the user click the submit button) in my third table ?
    Thanks!

    IVYY wrote:
    But I still have a last question.
    Now I have my Title, Price, Full Name, Email textfields all auto filled by session variables, I also have a no. of orders for the users to enter and press submit. So I only have Title, price, full name, email and no. of orders textfield in my reservation page.
    My third table intends to have these attributes: Reservation Numner, Title, Price, Full Name, Email, and Date of Collection. My reservation page doesnt have the reservation and date of collection textfields. I intend to pull out these 2 data after the user press submit.
    May I know what is my primary key for now? Do I use update or insert record? Correct my attributes or textfields if I am wrong. How do I go about doing this now?
    I'm not quite following;
    So now you have Title, Price, Full Name and Email values which you can get from the Reservations page form. What are you intending to do with it? Insert that into a table in your database?
    Also what are you planning to do with the Reservation Number and Date of Collection?
    As previously mentioned you can add the Collection Date to the reservations page if you want and pass it along with the rest of the data via a hidden from field if you need to.
    <?php
    $collectionDate = date('d-m-Y', strtotime("+5 days"));
    ?>
    Just add value="<?php echo $collectionDate; ?>" to the hidden form field.

  • Dreamweaver CS6 - Get error when trying to connect to database..

    When trying to connect to a database in Dreamweaver CS6 - I keep getting this error... 'An unknown error has occurred'.  I've exhausted all google hits.. and have tried EVERY combination possible during the past 4 years... SOS - please help me..  Thanks!

    Moving it yet again to the correct Dreamweaver forum: Developing server-side applications in Dreamweaver.
    Usually, "an unknown error has occurred" means that there's something wrong with your testing server definition. Have you followed the instructions here: http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html ?

  • How to join MS SQL Server 2012 to Dreamweaver CS6

    Hello everyone.
    Here's my question: Is it possible to link a Microsoft SQL Server 2012 Database to Dreamweaver CS6, instead of the default MySQL Database?
    I don't particullarily like MySQL because it's interface isn't familiar to me. Instead, I use s way more professional Database Management software, SQL Server 2012. I know that when I try to connect Dreamweaver CS6 to a database, I only have the option to link it to MySQL and I'd like to change it, or at least, to add the SQL Server to the options list. Is there a way to configure that or a kind of Dreamweaver plug-in or extension?
    Please answear.
    Best regards,
    Vlad Drelciuc
    Web Content Developer

    Since you refer to MySQL as the default database, I presume that you're talking about using PHP.
    Yes, you can link to MS SQL Server - as long as you're willing to code everything by hand. If you're looking for automated code generation, though, the answer is no.
    Even the default PHP/MySQL server behaviors are not really worth considering for professional web development. They're fine for quick prototyping, but they use deprecated functions that are not suitable for a production environment.

  • I can`t see in the menu window of dreamweaver cs6 y can´t see the option database

    I can`t see in the menu window of dreamweaver cs6 the option database and i can`t work with a database, thanks.

    Are you quite certain you have DW CS6 and not DW CC (13)?
    Server-behaviors were deprecated in CC.
    Nancy O.

  • My SSD with a running Dreamweaver CS6 version crashed. Now a new SSD is installed and every time I try to reinstall DW CS6 the error " inconsistency in the installation programm database" (in german terms) occurs. I tried to delete everything concerning t

    My SSD with a running Dreamweaver CS6 version crashed. Now a new SSD is installed and every time I try to reinstall DW CS6 the error " inconsistency in the installation programm database" (in german terms) occurs. I tried to delete everything concerning to CS6, rebootet and so on - nothing worked. Two hours later I tried to install DW 5.5 - that worked. Afterwards I tried again to install 6.0 - without success. Can anybody help?

    Thank you for your answer. I could not find caps.db.
    Meanwhile I solved the problem as follows: I searched for "dreamweaver" everywhere an deleted everything I could find. Then I searched for "CS6" and did the same. I guess there were around 20 or more places where I deleted directorys or files. Suddenly the installation did not stop at 2 % what it always did before and the installation was a success :-) It cost me more than 4 hours to figure that out and I did not find a really helping hint somewhere. Adobe itself I could not contact because I could not find an email adress or a phone number - poor support for such an expensive software. For luck I did not have to deliver something just in time. Lacking a useful support is a really poor, poor attitude of Adobe... I think I will not buy anymore Adobe products - it could cost too much of my time... :-(

  • 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

  • After creating a searchable database I am unable to search documents based off of the bates number.

    I just finished creating a searchable database in Adobe Acrobat Pro and it finds documents based off of search terms fine. It does not however locate documents based off of the Bates number that I am using as a search term. Why won't it let me do this?

    Hi Dodu.NET,
    Please refer the Kb Doc : http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.
    Please see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs
    In addition you cna try these steps :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    > Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html )
    > Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Reboot and try installing in the new enabled Admin user account and check.

  • Dreamweaver CS6 locking up

    I am using Dreamweaver CS6, Version 12 with WIndows 8.1
    Creating a dynamic web site following David Powers tutorial at Building your first dynamic website – Part 2: Developing the back end | Adobe Developer Connection
    (Which gives you an idea of my level expertise)
    I am modifying the forms to suit my needs but otherwise no changes to David's instructions
    I am the stage where I have built the add, manage, update and delete forms and added the various Server Behaviours. Everything works as it should on testing.
    Problem
    Next stage is to create edit and delete links.
    I select Edit from the page that lists all records (manage_posts in tutorial)
    Select URL from Select File box
    Click on Parameters from File box
    Enter be_index (the primary key of the records) in the Name box
    Click on Value lightning bolt
    Dreamweaver totally locks up. Need to use Task Manager to close it down and regain control.
    I have tried re-installing Dreamweaver, and deleting cache as suggested elsewhere on this site, to no avail. Database appears OK when examined with phpMyAdmin.
    I have tried hand coding using the line
            <td><a href="update_records.php?be_index=<?php echo $row_rs_benefactions['be_index']; ?>">Edit</a></td>
    but it doesn't do what it is supposed to do i.e. create line of code that points too each record's primary key.
    I would appreciate any help to overcome this solid barrier.
    Many thanks

    Maybe this should be a new post but it is is closely linked to my first post in this thread so I am adding it here.
    The original (edited down) question was
    Creating a dynamic web site following David Powers tutorial at Building your first dynamic website – Part 2: Developing the back end | Adobe Developer Connection
    Snip.
    Next stage (following tutorial) is to create edit and delete links. I select EDIT from the page that lists all records (manage_posts in tutorial)
    Select URL from Select File box, click on Parameters from File box, enter the primary key of the records in the Name box.
    Click on Value lightning bolt. Dreamweaver totally locks up. Need to use Task Manager to close it down and regain control.
    What it should do is insert a line in the pages code -
    <td><a href="update_benefactions_record.php?be_index=<?php echo $row_rsBenefactions[`be_index`];?>">EDIT</a></td>
    Since trying to insert this code via the DW facility locks everything up, I tried entering the line by hand.
    According to the tutorial what this should do is select the appropriate record from the record listing table and show the entire record in the updating page.
    i.e If I select the 3rd record, using Live view I should see the code
    <td><a href="update_benefactions_record.php?be_index=3">EDIT</a><</td>
    Unfortunately I don't, so I am completely stalled.
    (PS to Nancy O - thanks for pointing me towards WebAssist. Purchased and working well).

  • Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11

    Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11.  I can see the tables and views in the database tab, but no stored procedures.  If I connect to a data source created in ColdFusion Server 6 I am able to see the stored procedures.

    Ben thanks for the reply!
    Yes that is the process I am following:
    In Dreamweaver, open the page that will run the stored procedure.
    In the Bindings panel (Window > Bindings), click the Plus button, and then select Stored Procedure.
    In the Data Source pop‑up menu, select a connection to the database containing the stored procedure
    Enter the ColdFusion Data Source user name and password.
    At this point in the procedure drop down I would get a message that said No Stored Procedure Found.
    Right now it appears to be working, I had to create a new site that pointed to the older CF 6 server's data source and create a page following the process above, then when I went back to the CF 11 site the stored procedures were now populated.  I need to make sure it is pulling from the correct server but right now it appears to be working.
    Thanks
    Dwight

  • Lost Dreamweaver CS6 serial number

    I have had Dreamweaver CS6 for a while without installing it, now I'm trying to install it and register it but I have lost the serial number.  I have a copy of my purchase receipt from the reseller and have contacted the them every which way I can but have not received a response (there phone number is disconnected as well.  I've also done multiple searches on the forums and tried every which way suggested with no success.  i hate to post this because there are so many similar posts out there but so far im at a dead end. Is there any other way I can recover my serial number?

    Hello Joshua,
    first of all you should have a look at Adobe's database, to see what's stored/saved about your accounts.
    https://www.adobe.com/account.html  >>> see My productsView all >>> These registered products are associated with your Adobe ID. >>> Name >>> Serial number.
    If not successful use http://helpx.adobe.com/x-productkb/global/find-serial-number.html  >>> I lost my serial number >> see comment
    The last time Adobe suggests so too this https://helpx.adobe.com/contact.html?step=ZNA_downloading-installing-setting-up_licensing- activation
    If necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use the chat, I for may part had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.
    Hans-Günter

  • Can you make a Testimonial  page in dreamweaver CS6

    Is a Testimonial page hard to build in Dreamweaver CS6. I working in the fluid grid layout for a site and I was checking online and no real answers if someone wanted to comment on your site or respond to some work you did for them. 
    Thanks for your time.
    Tom

    Not quite sure how to answer this in a meaningful way for you. No, a testimonials page is not hard to make, but you need to have some skills with HTML and CSS to do so. Would the difficulty of doing this depend on whether you were using a fluid grid? No.
    But the right way to do it is to use a data-dependent page, so that you keep your individual testimonials in a database and simply pull them out to be shown on the page.
    What is your skill level with HTML and CSS (and with server scripting like PHP)?

  • Problem building record set using Dreamweaver CS6 Cloud Product

    I am having a problem building a Results Page using Dreamweaver CS6.  I have followed all the steps described in Dreamweaver/Build Search and Results Page Article (multiple times).  It seems that when I save the Results page it does not copy the php used to build the dynamic table.  In fact when I view the source, I do not see any php code. 
    Additionally, when I attempt to bind the record set, it also does not accept the Default Value(s).  Enstead it gives me a list of all data in the colum(s) chosen for the record set (using Where..LIKE..variable definition).
    Any suggestions?
    Regards,
    Norv

    Yes, I will be glad to go through each step.  I will also provide code.
    Step 1:  Built the Search Page by adding Form into exisitng htm page.  Used Insert> Form>Form to insert Form area.  Then added three (3) text fields using Text Icon from the Form Menu Bar (Classic View).
    Step 2: Added a Submit and Reset Button to the Search Page.  Again used the Form Menu Bar to create the Buttons.
    Step 3: Selecte the <form> tag at bottom of Document Window to point Form to the Results Page (using the Action Box.
    Saved page and then began building the Results Page using an existing htm page.  Saved the Results Page as a .php document.
    Results Page:  Here are steps taken to build Results Page (Code will follow):
    1/ On the Results Page created a Recordset using the bindings dialog box.  Used the Advanced Recordset Dialog Box.  In the Advanced Dialog Box I used the Select and Where features to create a Recordset that created a 3 column table (records.County, records.ListPrice, records.PropertyType).  In the Variable box I created 3 variables (varCounty, varListPrice, varPropertyType).  varCounty and varPropertyType parameters are text (Type) and % (for Default Value).  varListPrice parameters are floating point (type) and % (for Default Value).  RunTime Value is $_REQUEST["ColumnName"].
    Here is the Code generated by Dreamweaver.  Note, I am not including the code to access the database, because in all tests I am able to access the table.  In fact first time I built the dynamic table, everything worked and I saw the Colum and default value.  Have never been able to duplicate that effort.  :-)
    Here is code:
    <?php
    if (!function_exists("GetSQLValuestring")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    if (PHP_VERSION<6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    switch ($theType) {
    case "text":
    $theValue = ($theValue != "") ? "". $theValue ."" : "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
    break;
    case "double":
    $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
    break;
    case "date":
    $theValue = ($theValue != "") ? "".  $theValue ."" : "NULL";
    break;
    case "defined"
    $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
    break;
    return $theValue;
    $varCounty_rslistings = "%";
    if (isset($_GET["County"])) {
    $varCounty_rslistings = $_Get["County"];
    $varListPrice_rslistings = "%";
    if (isset($_GET["ListPrice"])) {
    $varListPrice_rslistings = $_GET["ListPrice"];
    $varPropertyType_rslistings = "%";
    if (isset($_GET["PropertyType"])); {
    $varPropertyType_rslistings = $_GET["PropertyType"];
    mysql_select_db($database_MyDB, $MyDB);
    $query_reslistings = sprintf("SELECT records.County, records.ListPrice, records.PropertyType FROM records WHERE records.County LIKE %s AND records.ListPrice LIKE %s AND records.PropertyType LIKE %s", GetSQLValueString($varCounty_rslistings, "text"),GetSQLValueString($varListPrice_rslistings,"double"),
    GetSQLValueString($varPropertyType_rslistings,"text"));
    $rslistings = mysql_query($query_rslistings, $MyDB) or die(mysql_error());
    $row_rslistings = mysql_fetch_assoc($rslistings);
    $totalRows_rslistings = mysql_num_rows($rslistings);
    ?>
    That's the code that was generated by Dreamweaver. 
    Thanks in advance for your assistance

Maybe you are looking for