AppleScript InDesign CS5.5 Syntax Error

Hi, this script runs fine as is but when I got to edit, it gives me error when compiling.  Error I get is on following 2 lines with as text part.  If I take it out, I don't get error but script doesn't run.  Script was created on a older version of MAC OS and InDesign but someone else.
set contents of myTextFrame to TheList as text
set XML_File to (choose file with prompt XMLstr) as text
Error is Syntax error:" Expected end of line, etc. but found application constant or consideration."
Here is complete script:
try
set CSVstr to "Please locate your CSV file..."
set CSV_File to (choose file with prompt CSVstr) as text
set csvData to read file CSV_File
set csvEntries to paragraphs of csvData
set {CSVItem1} to parseCsvEntry(csvEntries's item 1)
set {CSVItem2} to parseCsvEntry(csvEntries's item 2)
set {CSVItem3} to parseCsvEntry(csvEntries's item 3)
set {CSVItem4} to parseCsvEntry(csvEntries's item 4)
set {CSVItem5} to parseCsvEntry(csvEntries's item 5)
set {CSVItem6} to parseCsvEntry(csvEntries's item 6)
set {CSVItem7} to parseCsvEntry(csvEntries's item 7)
set {CSVItem8} to parseCsvEntry(csvEntries's item 8)
set {CSVItem9} to parseCsvEntry(csvEntries's item 9)
set TheList to {CSVItem1, CSVItem2, CSVItem3, CSVItem4, CSVItem5, CSVItem6, CSVItem7, CSVItem8, CSVItem9}
tell application "Adobe InDesign CS5.5"
set myDocument to active document
tell XML view preferences
set show attributes to false
set show structure to true
set show tagged frames to false
set show tag markers to false
set show text snippets to true
end tell
tell XML import preferences
set allow transform to false
set create link to XML to false
set ignore unmatched incoming to true
set ignore whitespace to true
set import CALS tables to true
set import style to merge import
set import text into tables to false
set import to selected to false
set remove unmatched existing to false
set repeat text elements to true
end tell
set myPage to active page of active window
tell myPage
set myTextFrame to make text frame
set geometric bounds of myTextFrame to {"6p", "6p", "24p", "24p"}
****Error on below line ****
set contents of myTextFrame to TheList as text
move myTextFrame to {"-30p", 0}
end tell
set Char1 to item 1 of TheList
set Char2 to item 2 of TheList
set Char3 to item 3 of TheList
set Char4 to item 4 of TheList
set Char5 to item 5 of TheList
set Char6 to item 6 of TheList
set Char7 to item 7 of TheList
set Char8 to item 8 of TheList
set Char9 to item 9 of TheList
set AppleScript's text item delimiters to "\"\""
set {LTry} to Char1's text items
set AppleScript's text item delimiters to {}
set placedAsset to place asset asset LTry of library "JetroXMLElements.indl" on myDocument
move placedAsset to {0.363, 0.84}
set placedAsset to place asset asset Char2 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {3.695, 0.84}
set placedAsset to place asset asset Char3 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {6.905, 0.84}
set placedAsset to place asset asset Char4 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {0.363, 3.91}
set placedAsset to place asset asset Char5 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {3.695, 3.91}
set placedAsset to place asset asset Char6 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {6.905, 3.91}
set placedAsset to place asset asset Char7 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {0.363, 6.95}
set placedAsset to place asset asset Char8 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {3.695, 6.95}
set placedAsset to place asset asset Char9 of library "JetroXMLElements.indl" on myDocument
move placedAsset to {6.905, 6.95}
tell myDocument
set XMLstr to "Please locate your XML file..."
****Error on below line ****
set XML_File to (choose file with prompt XMLstr) as text
import XML from XML_File
end tell
tell application "Adobe InDesign CS5.5"
set find text preferences to nothing
set change text preferences to nothing
set find what of find text preferences to "mykzlplx"
set change to of change text preferences to ""
tell active document
change text
end tell
set find text preferences to nothing
set change text preferences to nothing
set find what of find text preferences to "¬"
set change to of change text preferences to ""
tell active document
change text
end tell
set find text preferences to nothing
set change text preferences to nothing
end tell
end tell
end try
to parseCsvEntry(csvEntry)
set AppleScript's text item delimiters to "\"\""
set {Stuuff} to csvEntry's text items
set AppleScript's text item delimiters to {""}
return {Stuuff}
end parseCsvEntry
Thanks!

Thanks, I had re-written and seem to have it working ok but went back to original to test using string instead of text and that seems to work.
Thanks again for the help.
Joe

Similar Messages

  • Adobe InDesign CS5.5 plugin error

    Help - I have InDesign CS5.5 (version 7.5.1.304) and when I go to open a file from a client i get an error message that reads:
    Cannot open - Please upgrade your plug-ins to their latest versions or upgrade to the latest version of Adobe InDesign. The document I am trying to open is a InDesign® CS5.5 Document??
    Tried to update the plug ins and keep getting errors - arghhhhh

    No it's not and if you update CS5.5 to 7.5.4 you'll see a whole new alert.

  • DreamWeaver CS4-CS5 Creates Syntax Errors

    I cannot seem to find any info on this online but my DreamWeaver CS4 and a trial of DreamWeaver CS5 both create PHP and SQL queries that are loaded with syntax errors. I use XAMPP on my computer as I have done for years, and it works fine with phpMyAdmin and Komodo Edit. DreamWeaver has been a nifty app to quickly knock out simple applications in that past, but now I spend too much time manually correcting syntax errors in PHP page queries.
    Has anyone there heard of a fix for this? Several other web developers have told me that they entirely abandoned DW CS* series and moved on to other IDE's rather than try to fix the problem.
    EXAMPLE:
    Here is what it wrote:
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
      $updateSQL = sprintf("UPDATE `mysite` SET about-yn=%s, about-h1=%s, about-p1=%s, about-p2=%s, about-p2-img=%s, about-p3=%s, about-p3-img=%s, about-p4=%s, about-p4-img=%s WHERE siteID=%s",
                           GetSQLValueString($_POST['aboutyn'], "text"),
                           GetSQLValueString($_POST['abouth1'], "text"),
                           GetSQLValueString($_POST['aboutp1'], "text"),
                           GetSQLValueString($_POST['aboutp2'], "text"),
                           GetSQLValueString($_POST['aboutp2img'], "int"),
                           GetSQLValueString($_POST['aboutp3'], "text"),
                           GetSQLValueString($_POST['aboutp3img'], "int"),
                           GetSQLValueString($_POST['aboutp4'], "text"),
                           GetSQLValueString($_POST['aboutp4img'], "int"),
                           GetSQLValueString($_POST['siteID'], "int"));
    Here is what it should have written:
    f ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
       $updateSQL = sprintf("UPDATE `mysite` SET  `about-yn`=\"%s\", `about-h1`=\"%s\", `about-p1`=\"%s\", `about-p2`=\"%s\", `about-p2-img`=\"%s\",  `about-p3`=\"%s\", `about-p3-img`=\"%s\", `about-p4`=\"%s\", `about-p4-img`=\"%s\" WHERE  `siteID`=\"%s\"",
                            GetSQLValueString($_POST['aboutyn'], "text"),
                            GetSQLValueString($_POST['abouth1'], "text"),
                            GetSQLValueString($_POST['aboutp1'], "text"),
                            GetSQLValueString($_POST['aboutp2'], "text"),
                            GetSQLValueString($_POST['aboutp2img'], "int"),
                            GetSQLValueString($_POST['aboutp3'], "text"),
                            GetSQLValueString($_POST['aboutp3img'], "int"),
                            GetSQLValueString($_POST['aboutp4'], "text"),
                            GetSQLValueString($_POST['aboutp4img'], "int"),
                            GetSQLValueString($_POST['siteID'], "int"));
    [email protected]

    Dreamweaver will not produce such a mess when using column names which comply with the MySQL Naming Conventions and don´t contain (often quite problematic) hyphen characters.
    That said, you´ll be on the safe side when renaming your columns by using underscores instead, example:
    about_p3_img
    Several other web developers have told me that they entirely abandoned DW CS* series and moved on to other IDE's rather than try to fix the problem.
    Dreamweaver is certainly not a "perfect" PHP development IDE, but other IDEs (I use Komodo or Aptana at times and like them a lot...) aren´t perfect either. This may seem strange, but IMO Dreamweaver did do the - sort of - right thing by not letting the user get away with using such problematic characters, and that´s what those other IDEs I work with regretfully don´t pay attention to.

  • InDesign CS5.5 - Update Error U44M1P7

    Hello,
    I've been trying to install Adobe InDesign Update 7.5.3 and it reports error U44M1P7. I've reinstalled InDesign and receive the same error. I've noticed some other Adobe products with the same issue and I've tried all of the solutions to see if it would assist my InDesign problem. I am also getting an error that mentioned InDesign does not recognize InCopy.Bridge.InDesignPlugin.
    Upgrading to CS6 is not an option for me at this point.
    Any assistance with this would be great.
    Thank you!

    0] Tue Jul 24 11:38:19 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 5.0.65.0
    OSX version: 10.7.4 
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    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 737 milliseconds (0.737 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate
    Updating media info for: {07209C1E-7A2A-11E1-9EF9-5B5DF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-fi_FI-300312110445/AdobeInDesign7xAppLang-fi _FI-300312110445.dmg
    Updating media info for: {1075E20A-7A2B-11E1-A8F6-757EF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-sv_SE-300312111210/AdobeInDesign7xAppLang-sv _SE-300312111210.dmg
    Updating media info for: {1D8C5DC6-7A2A-11E1-9CAC-1B60F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-fr_CA-300312110522/AdobeInDesign7xAppLang-fr _CA-300312110522.dmg
    Updating media info for: {27EE927E-7A2B-11E1-9945-3581F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-tr_TR-300312111254/AdobeInDesign7xAppLang-tr _TR-300312111254.dmg
    Updating media info for: {328612EE-7A2A-11E1-BE46-DE62F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-fr_FR-300312110557/AdobeInDesign7xAppLang-fr _FR-300312110557.dmg
    Updating media info for: {42184A0A-7A2B-11E1-B6C7-F583F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-uk_UA-300312111333/AdobeInDesign7xAppLang-uk _UA-300312111333.dmg
    Updating media info for: {49286448-7A2A-11E1-9A64-A065F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-hu_HU-300312110635/AdobeInDesign7xAppLang-hu _HU-300312110635.dmg
    Updating media info for: {57EF2FBA-7A2B-11E1-B268-BF86F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-zh_CN-300312111410/AdobeInDesign7xAppLang-zh _CN-300312111410.dmg
    Updating media info for: {5F534170-7A2A-11E1-A5B7-6068F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-it_IT-300312110713/AdobeInDesign7xAppLang-it _IT-300312110713.dmg
    Updating media info for: {6AFE0576-7A2C-11E1-88D2-74AAF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xCommonBase-mul-300312112144/AdobeInDesign7xCommonBas e-mul-300312112144.dmg
    Updating media info for: {6C8284D8-7A29-11E1-944F-9BDFF14106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-cs_CZ-300312110028/AdobeInDesign7xAppLang-cs _CZ-300312110028.dmg
    Updating media info for: {6EB66524-7A2B-11E1-8309-7F89F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-zh_TW-300312111448/AdobeInDesign7xAppLang-zh _TW-300312111448.dmg
    Updating media info for: {7496AE28-7A2A-11E1-86EB-296BF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-ja_JP-300312110748/AdobeInDesign7xAppLang-ja _JP-300312110748.dmg
    Updating media info for: {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppBase-mul-300312111735/AdobeInDesign7xAppBase-mul- 300312111735.dmg
    Updating media info for: {86126670-7A29-11E1-B3CB-BB4CF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-da_DK-300312110108/AdobeInDesign7xAppLang-da _DK-300312110108.dmg
    Updating media info for: {89E6CEDE-7A2A-11E1-B5B6-E96DF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-ko_KR-300312110824/AdobeInDesign7xAppLang-ko _KR-300312110824.dmg
    Updating media info for: {9B2A9424-7A29-11E1-83B9-854FF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-de_DE-300312110143/AdobeInDesign7xAppLang-de _DE-300312110143.dmg
    Updating media info for: {A07F0922-7A2A-11E1-B9E2-A970F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-nb_NO-300312110902/AdobeInDesign7xAppLang-nb _NO-300312110902.dmg
    Updating media info for: {B1C55C46-7A29-11E1-B4DE-4752F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-en_GB-300312110221/AdobeInDesign7xAppLang-en _GB-300312110221.dmg
    Updating media info for: {B743B9A0-7A2A-11E1-81F1-6B73F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-nl_NL-300312110940/AdobeInDesign7xAppLang-nl _NL-300312110940.dmg
    Updating media info for: {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-en_US-300312110256/AdobeInDesign7xAppLang-en _US-300312110256.dmg
    Updating media info for: {CD2DADFC-7A2A-11E1-A3B6-2C76F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-pl_PL-300312111017/AdobeInDesign7xAppLang-pl _PL-300312111017.dmg
    Updating media info for: {DB6DB688-7A29-11E1-B049-D157F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-es_ES-300312110331/AdobeInDesign7xAppLang-es _ES-300312110331.dmg
    Updating media info for: {E33DD2F2-7A2A-11E1-AD8C-F578F24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-pt_BR-300312111054/AdobeInDesign7xAppLang-pt _BR-300312111054.dmg
    Updating media info for: {F03FF206-7A29-11E1-B3B5-935AF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-es_MX-300312110406/AdobeInDesign7xAppLang-es _MX-300312110406.dmg
    Updating media info for: {F9D61092-7A2A-11E1-AA5F-B57BF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppLang-ru_RU-300312111132/AdobeInDesign7xAppLang-ru _RU-300312111132.dmg
    Updating media info for: {FE75A95E-7A2B-11E1-8037-B59BF24106A5}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name: InDesignCS5.5-AdobeUpdate
      Path: /Users/DASK/Library/Caches/Adobe/AAMUpdater/AdobeInDesignCS5.5-7.5/7.5.3.333/InDesignCS5. 5-AdobeUpdate/payloads/AdobeInDesign7xAppBase2-mul-300312112049/AdobeInDesign7xAppBase2-mu l-300312112049.dmg
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,5.0.65.0]
    ----------------- CreatePayloadSession: machine is x86 ---------------
    0] Tue Jul 24 11:38:20 2012  INFO
    ______ Verify Dependency Subscribers ______
    0] Tue Jul 24 11:38:20 2012 ERROR
    DW023: The extension payload: {07209C1E-7A2A-11E1-9EF9-5B5DF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fi_FI 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fi_FI
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {1075E20A-7A2B-11E1-A8F6-757EF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-sv_SE 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-sv_SE
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {1D8C5DC6-7A2A-11E1-9CAC-1B60F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fr_CA 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fr_CA
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {27EE927E-7A2B-11E1-9945-3581F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-tr_TR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-tr_TR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {328612EE-7A2A-11E1-BE46-DE62F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fr_FR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fr_FR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {42184A0A-7A2B-11E1-B6C7-F583F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-uk_UA 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-uk_UA
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {49286448-7A2A-11E1-9A64-A065F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-hu_HU 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-hu_HU
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {57EF2FBA-7A2B-11E1-B268-BF86F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-zh_CN 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-zh_CN
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {5F534170-7A2A-11E1-A5B7-6068F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-it_IT 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-it_IT
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {6C8284D8-7A29-11E1-944F-9BDFF14106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-cs_CZ 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-cs_CZ
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {6EB66524-7A2B-11E1-8309-7F89F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-zh_TW 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-zh_TW
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {7496AE28-7A2A-11E1-86EB-296BF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-ja_JP 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ja_JP
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {86126670-7A29-11E1-B3CB-BB4CF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-da_DK 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-da_DK
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {89E6CEDE-7A2A-11E1-B5B6-E96DF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-ko_KR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ko_KR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {9B2A9424-7A29-11E1-83B9-854FF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-de_DE 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-de_DE
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {A07F0922-7A2A-11E1-B9E2-A970F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-nb_NO 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-nb_NO
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {B1C55C46-7A29-11E1-B4DE-4752F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_GB 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_GB
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {B743B9A0-7A2A-11E1-81F1-6B73F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-nl_NL 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-nl_NL
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {CD2DADFC-7A2A-11E1-A3B6-2C76F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-pl_PL 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-pl_PL
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {DB6DB688-7A29-11E1-B049-D157F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-es_ES 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-es_ES
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {E33DD2F2-7A2A-11E1-AD8C-F578F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-pt_BR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-pt_BR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {F03FF206-7A29-11E1-B3B5-935AF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-es_MX 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-es_MX
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    DW023: The extension payload: {F9D61092-7A2A-11E1-AA5F-B57BF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-ru_RU 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ru_RU
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    0] Tue Jul 24 11:38:20 2012  INFO
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333: 0 (0,0)
      {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333: 0 (0,0)
      {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333: 0 (0,0)
      {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    0] Tue Jul 24 11:38:28 2012  INFO
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 is: true
    Action string for {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333  is install
    Value returned on lookup of payload: {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333 is: false
    Action string for {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333  is install
    Value returned on lookup of payload: {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333 is: false
    Action string for {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333  is install
    Value returned on lookup of payload: {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333 is: false
    Action string for {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333  is install
    END Setting requested payload actions
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    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: /Applications
    0] Tue Jul 24 11:44:43 2012  INFO
    Initializing the INSTALLDIR with PDB data for payload {F313167E-5172-11E0-ACE7-30C2E3AB3DC5}
    Located the INSTALLDIR for payload '{F313167E-5172-11E0-ACE7-30C2E3AB3DC5}' : '/Applications'
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    Initializing the INSTALLDIR with PDB data for payload {ED9DC850-516E-11E0-9096-1FE5E2AB3DC5}
    0] Tue Jul 24 11:44:44 2012  INFO
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    Located the INSTALLDIR for payload '{ED9DC850-516E-11E0-9096-1FE5E2AB3DC5}' : '/Applications'
    Initializing the INSTALLDIR with PDB data for payload {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5}
    Located the INSTALLDIR for payload '{03FB981A-5170-11E0-A90E-3CEDE2AB3DC5}' : '/Applications'
    0] Tue Jul 24 11:44:45 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333:  with operation repair
      {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333:  with operation install
      {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333:  with operation install
      {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333:  with operation repair
      {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333:  with operation install
      {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333:  with operation install
      {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333:  with operation install
    END InstallOperationsQueue Ordered operations
    0] Tue Jul 24 11:44:45 2012  WARN
    DW035: Patcher: {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    0] Tue Jul 24 11:44:45 2012  INFO
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333:  with operation repair
      {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333:  with operation install
      {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333:  with operation install
      {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333:  with operation repair
      {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333:  with operation install
      {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333:  with operation install
      {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333:  with operation install
    END InstallOperationsQueue Ordered operations
    0] Tue Jul 24 11:44:45 2012  WARN
    DW035: Patcher: {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 has already been applied. Patchers cannot be repaired/reinstalled, skipping this patcher
    0] Tue Jul 24 11:44:45 2012  INFO
    Skipping payload {6AFE0576-7A2C-11E1-88D2-74AAF24106A5} Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul 7.5.3.333 as payload is not cached
    0] Tue Jul 24 11:44:46 2012  INFO
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    Calling the custom action code for pre-install for payload {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}
    ::START TIMER:: [Payload Operation :{848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}]
    1] Tue Jul 24 11:44:46 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} modify request for AdobeCode: {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}
    Effective AdobeCode for: {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} is {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}
    PDB install manipulation failed
    0] Tue Jul 24 11:44:47 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{848BF4CC-7A2B-11E1-8A90-3F8CF24106A5}] took 1205 milliseconds (1.205 seconds) DTR = 3.3195 KBPS (0.0032417 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul 7.5.3.333
    Initializing the INSTALLDIR with PDB data for payload {ED9DC850-516E-11E0-9096-1FE5E2AB3DC5}
    Initializing the INSTALLDIR with PDB data for payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}
    File Exists: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Resources/AMT/application.xml
    Located the INSTALLDIR for payload '{0CCF0458-5171-11E0-BC45-DC59E3AB3DC5}' : '/Applications'
    Located the INSTALLDIR for payload '{ED9DC850-516E-11E0-9096-1FE5E2AB3DC5}' : '/Applications'
    Calling the custom action code for pre-install for payload {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}
    ::START TIMER:: [Payload Operation :{C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}]
    1] Tue Jul 24 11:44:47 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} modify request for AdobeCode: {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}
    Effective AdobeCode for: {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} is {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}
    PDB install manipulation failed
    0] Tue Jul 24 11:44:48 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{C68C3E1A-7A29-11E1-A9D9-0F55F24106A5}] took 1058 milliseconds (1.058 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {C68C3E1A-7A29-11E1-A9D9-0F55F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US 7.5.3.333
    0] Tue Jul 24 11:44:49 2012  INFO
    Initializing the INSTALLDIR with PDB data for payload {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5}
    Located the INSTALLDIR for payload '{03FB981A-5170-11E0-A90E-3CEDE2AB3DC5}' : '/Applications'
    Calling the custom action code for pre-install for payload {FE75A95E-7A2B-11E1-8037-B59BF24106A5}
    ::START TIMER:: [Payload Operation :{FE75A95E-7A2B-11E1-8037-B59BF24106A5}]
    1] Tue Jul 24 11:44:49 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {848BF4CC-7A2B-11E1-8A90-3F8CF24106A5} modify request for AdobeCode: {FE75A95E-7A2B-11E1-8037-B59BF24106A5}
    Effective AdobeCode for: {FE75A95E-7A2B-11E1-8037-B59BF24106A5} is {FE75A95E-7A2B-11E1-8037-B59BF24106A5}
    PDB install manipulation failed
    0] Tue Jul 24 11:44:50 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{FE75A95E-7A2B-11E1-8037-B59BF24106A5}] took 1074 milliseconds (1.074 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {FE75A95E-7A2B-11E1-8037-B59BF24106A5} Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul 7.5.3.333
    No operation.  We're done:
    0] Tue Jul 24 11:44:52 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    0] Tue Jul 24 11:44:52 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe InDesign CS5.5 Common Base Files_7.5.3.333_AdobeInDesign7xCommonBase-mul: Patch already installed
    DW050:  - Adobe InDesign CS5.5 Application Base Files_7.5.3.333_AdobeInDesign7xAppBase-mul: Install failed
    DW050:  - Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_US: Install failed
    DW050:  - Adobe InDesign CS5.5 Application Base Files2_7.5.3.333_AdobeInDesign7xAppBase2-mul: Install failed
    0] Tue Jul 24 11:44:52 2012  INFO
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 399220 milliseconds (399.22 seconds) DTR = 6.20209 KBPS (0.00605673 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 27 error(s), 2 warning(s)
    ERROR: DW023: The extension payload: {07209C1E-7A2A-11E1-9EF9-5B5DF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fi_FI 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fi_FI
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {1075E20A-7A2B-11E1-A8F6-757EF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-sv_SE 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-sv_SE
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {1D8C5DC6-7A2A-11E1-9CAC-1B60F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fr_CA 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fr_CA
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {27EE927E-7A2B-11E1-9945-3581F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-tr_TR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-tr_TR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {328612EE-7A2A-11E1-BE46-DE62F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-fr_FR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-fr_FR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {42184A0A-7A2B-11E1-B6C7-F583F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-uk_UA 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-uk_UA
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {49286448-7A2A-11E1-9A64-A065F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-hu_HU 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-hu_HU
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {57EF2FBA-7A2B-11E1-B268-BF86F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-zh_CN 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-zh_CN
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {5F534170-7A2A-11E1-A5B7-6068F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-it_IT 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-it_IT
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {6C8284D8-7A29-11E1-944F-9BDFF14106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-cs_CZ 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-cs_CZ
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {6EB66524-7A2B-11E1-8309-7F89F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-zh_TW 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-zh_TW
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {7496AE28-7A2A-11E1-86EB-296BF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-ja_JP 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ja_JP
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {86126670-7A29-11E1-B3CB-BB4CF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-da_DK 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-da_DK
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {89E6CEDE-7A2A-11E1-B5B6-E96DF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-ko_KR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ko_KR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {9B2A9424-7A29-11E1-83B9-854FF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-de_DE 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-de_DE
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {A07F0922-7A2A-11E1-B9E2-A970F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-nb_NO 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-nb_NO
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {B1C55C46-7A29-11E1-B4DE-4752F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-en_GB 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-en_GB
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {B743B9A0-7A2A-11E1-81F1-6B73F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-nl_NL 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-nl_NL
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {CD2DADFC-7A2A-11E1-A3B6-2C76F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-pl_PL 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-pl_PL
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {DB6DB688-7A29-11E1-B049-D157F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-es_ES 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-es_ES
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {E33DD2F2-7A2A-11E1-AD8C-F578F24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-pt_BR 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-pt_BR
    MinVersion: 0.0.0.0
    This parent relationship is not satisfied, because this payload is not present in this session.
    This payload will be ignored in this session.
    ERROR: DW023: The extension payload: {F03FF206-7A29-11E1-B3B5-935AF24106A5} Adobe InDesign CS5.5 Application Language Files_7.5.3.333_AdobeInDesign7xAppLang-es_MX 7.5.3.333 requires a parent with following specification:
    Family: InDesign
    ProductName: Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-es_MX
    MinVersion: 0.0.0.0

  • CS5 goto Syntax Error

    With the introduction of PHP 5.3, the powers that be introduced a new operator, "goto."  See it in the manual here:
    http://php.net/manual/en/control-structures.goto.php
    Example:
    <?php
    goto a;
    echo 'Foo';
    a:
    echo 'Bar';
    ?>
    Outputs Bar.
    It's really quite handy.
    However, Dreamweaver CS5 does not recognize this instruction and displays a syntax error where it both installed and at the target.
    Is there a workaround or a way to add the tag to the application?

    Thanks, I had re-written and seem to have it working ok but went back to original to test using string instead of text and that seems to work.
    Thanks again for the help.
    Joe

  • InDesign CS5 / System Log Errors

    MacOS 10.6.6
    My system log suddenly began swelling to 1.5GB, which includes thousand of InDesign related error messages like this:
    2/26/11 4:09:55 PM Adobe InDesign CS5[383] *** __NSAutoreleaseNoPool(): Object 0x5fe3eb00 of class NSCFArray autoreleased with no pool in place - just leaking
    2/26/11 4:09:55 PM Adobe InDesign CS5[383] *** __NSAutoreleaseNoPool(): Object 0x2bce7ed0 of class NSCFDictionary autoreleased with no pool in place - just leaking
    Any thoughts as to what this means or as to what is causing this issue?
    Thanks.

    That only works if the developer used Extension Manager to install their extensions. I'm willing to bet that most do not...
    (Using Extension Manager is a real pain...)
    Disabling Plugins is usually as simple as dragging the plugin out of the plug-ins folder. If there are supporting extensions and/or startup scripts, it's more complicated...
    Harbs

  • Problem extracting InDesign CS5.5 trial - error message "illegal seek"

    Hi,
    trying to download Indesign trial CS5.5
    I think the file downloads, however when it trys to extract I get a box appear saying
    "the following disc images could not be installed;
    InDesign_7_5_LS1.dmg - illegal seek"
    I can't open from the actual  file either.
    I have tried downloading multiple times.
    Can anybody please help!
    Thanks

    Hi Lucy
    I just spent a few minutes on Adobe Live Chat. They provided an alternate link to download the product -- hopefully bypassing the Download Assistant which I think is the real problem. We'll see. Here's a link to them if you want to try it. I'm re-downloading it now and am hopeful.
    http://www.adobe.com/support/chat/ivrchat.html

  • Indesign cs5.5 crash error

    I just recently started having this problem after I updated my Indesign program. The program opens fine and I am able to start a document fine but when I try to do anything with the document I get this error and it forces shutdown. I have tried to hit the button that says check for a solution online but nothing comes up.
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          InDesign.exe
      Application Version:          7.5.0.142
      Application Timestamp:          4d78c745
      Fault Module Name:          LAYERS PANEL.APLN
      Fault Module Version:          7.5.2.318
      Fault Module Timestamp:          4e7af09b
      Exception Code:          c0000005
      Exception Offset:          000185c5
      OS Version:          6.0.6001.2.1.0.256.1
      Locale ID:          1033
      Additional Information 1:          fd00
      Additional Information 2:          ea6f5fe8924aaa756324d57f87834160
      Additional Information 3:          fd00
      Additional Information 4:          ea6f5fe8924aaa756324d57f87834160
    Read our privacy statement:
      http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
    I have tried restoring my computer to before the update. I have a Windows Vista 64 bit computer.
    I hope someone can help!

    stephanie1202 wrote:
    When I go to C:/user/appdata my next option isn't roaming it's LocalLow then Conduit then Community Alerts then Dialogs, Feeds, LanguagePacks, and Logs. I have made all my hidden files visable but just can't seem to get to where you are saying to go. Do you have any suggestions on where I can find these files? I tried the other way but it was unsuccesful. I managed to pull up the preferences dialog box but was unable to find any place where I could reset the preferences.
    Are you really in the right place?
    The path to InDesign Defaults is C:\Users\<USER>\AppData\Roaming\... where <USER> is your user name. Can't tell if you've mistyped the path in your response, or if you are looking in the wrong folder.
    The path to InDesinged SavedData looks the same at a quick glance, but is different Instead of the Roaming folder you need to navigate through the Local folder:
    C:\Users\<USER>\AppData\Local\Adobe\InDesign\<Version #>\<Language>\Caches\
    In any case, the keyboard shortcut method, if you are fast enough, does the same thing except it doesn't give you a chance to back up the old files, but you have to be VERY quick on the keys -- if you don't see a confirmation dialog try again.

  • InDesign CS5.5 Export Error: Small fonts

    When exporting to a PDF I get a Background Task alert:
    Small Fonts: This font could not be embedded because it is missing its font outline file. Adobe Acrobat requires the outline file to be installed for correct viewing and printing of this file.
    Can anyone tell me what this means and how to fix it.
    When viewing the PDF that is exported part of my background from my Master Pages is missing however, it prints fine.

    Congratulations! You managed to dupe InDesign to use one of the system bitmap fonts that come with Windows since (about) v.3.
    "Small Fonts" is a for-screen-only bitmap font, intended to be used at a typical size of 3 to 6 PIXELS. It's a real legacy thing, just like the other bitmap-only-fonts "Microsoft Sans", "System", and maybe a few others. ("Microsoft Sans" is nowadays silently replaced by the system with Arial, I believe.) Those are the real bitmap deal -- designed to be used at their design size, for bitmap purposes only.
    The strange thing is that, honestly, *every* self-respecting DTP software programmer *knows* to steer well clear from these ancient relics; and under normal circumstances they are simply not available as a font selection. Let alone, to attempt to include rhem in something as modern (and pixel-font free) as a PDF. Now *somehow* you got a PDF where someone else apparently not only used software that *did* allow him to "use" this font but write it to a PDF as well! Of course that didn't work; this person sent you his PDF, still containing the reference of the font but not the font itself; you placed this PDF called "financial info (etc).pdf" into your law-abiding, top notch modern version of InDesign ... that *is* smart enough not to check just the fonts YOU used in your document but also those inside PLACED PDFs.
    There you are, now: you cannot use this PDF because it has a missing font; and this font is one that no sensible piece of software will ever allow you to embed.
    Only two options left, here: ask the responsible party for a replacement PDF *without* using this font, or use Acrobat Pro to try and select the text in this font and assign another one (or possibly you have to use something like PitStop).

  • Scripting label in InDesign CS5 vs CS4

    I have read through a few (several) of the posts and am not finding info that I understand to help me with this specific problem.
    I am editing a script that was written by another person several years ago and struggling to get it to work with InDesign CS5. The error I get seems to point to this bit of code that I believe creates a list from "labeled" text boxes in my documents. These boxes are later targeted and the content of them is changed based on the user's selection. As I understand it, the method or referring to these labels has changed in CS5, but the examples I have seen are all javascript or something other than Applee Script as far as I could tell.
    --create references to Pass check boxes
    try
        set passTextFrames to every text frame of all page items whose label is "Pass Text Frame"
    on error
        display dialog "There is no labeled box in this document. Please click on the Cancel button, then place a slug from the slug library and re-run the script." buttons {"Cancel"} default button 1
    end try
    Later the code used to change the content of these frames is:
    repeat with aPassFrame in passTextFrames
    set contents of paragraph 1 of aPassFrame to "SECOND PASS"
    end repeat
    Thanks for any help you can offer!

    tell application "Adobe InDesign CS5"
              tell the active document
                        try
                                  set passTextFrames to every text frame whose label is "Pass Text Frame"
                        on error
                                  display dialog "There is no labeled box in this document. ¬
                                  Please click on the Cancel button, then place a slug from the slug library ¬
                                  and re-run the script." buttons {"Cancel"} default button 1
                        end try
              end tell
    end tell

  • InDesign CS5 crashes on menu events

    If I install a menu event with applescript, indesign CS5 crashes if the last event handler contains commands from the UI Suite (make dialog...). The dialog appears, but after selecting something indesign crashes. I tried everthing that I know. Event handlers without dialogs and with standard apple script dialogs (display dialog) are running fine. Does anybody made similar experience?

    Excellent information - but it didn't seem to help.
    I renamed the two files, opened the application again and saw the same behavior. The system did add new InDesign Defualts and InDesign SavedData files - that were much smaller than the renamed ones.
    Just  note, this is a new computer - I did not have InDesign CS4 loaded on this laptop.
    Also, we have two licenses. The person using the second license has exactly the same problem.
    Any other ideas?? Thanks again.

  • Newbie--AppleScript for InDesign CS5 help needed

    How can I select a page number in a table (a text string as a Source) and have an AppleScript read that text string and convert it to an integer value?
    I have to put over 1,200 hyperlinks into a document that already has page numbers in tables. Each page number (Source) will be assigned a hyperlink to go to that page (Destination).
    The page numbers in tables are in the preface to my document, which is 44 pages in length.
    The actual pages in the main body of my document are numbered 1-432. Thus, the 45th page in the document is Page 1 to the person reading it, and the 476th page is Page 432.
    So if a table in my preface has a page number of 32, for instance, the actual page number I want as a Destination is 32 + 44, or page 76.
    If I manually double-click to select the text of a number "x" in a table as a Source, I want to write a script that when invoked will
    • read the text string I have selected
    • convert it to an integer value equal to the number in the text string
    • add 44 to that value
    • create a hyperlink that goes to the destination page number that corresponds to that value
    Thanks.

    Hi WheatWilliams,
    Something like this, then:
    tell application "Adobe InDesign CS5"
    set myTextObjects to {text, character, word, text style range, line, paragraph, text column, cell, table, row, column}
    if (count documents) is greater than 0 then
    set mySelection to selection
    if (count mySelection) is equal to 1 then
    tell document 1
    --Is the selection a text selection?
    if class of item 1 of mySelection is in myTextObjects then
    set myText to item 1 of mySelection
    try
    set myErrorString to "Selection already contains a hyperlink text source."
    --Create the hyperlink text source.
    set myHyperlinkTextSource to make hyperlink text source with properties {source text:myText}
    set myPageNumber to item 1 of mySelection as integer
    set myPageNumber to myPageNumber + 44
    set myErrorString to "Could not get page number."
    set myPage to page myPageNumber
    set myErrorString to "Could not create hyperlink page destination."
    --Create they hyperlink page destination.
    set myHyperlinkPageDestination to make hyperlink page destination with properties {destination page:myPage}
    set view percentage of myHyperlinkPageDestination to 100
    --Now use the source and the destination to create the hyperlink.
    set myErrorString to "Could not create hyperlink."
    set myHyperlink to make hyperlink with properties {source:myHyperlinkTextSource, destination:myHyperlinkPageDestination}
    set myErrorString to "Cound not format hyperlink."
    --Apply formatting to the hyperlink (could be done in the properties record, above).
    set visible of myHyperlink to true
    set border color of myHyperlink to blue
    set border style of myHyperlink to solid
    on error
    display dialog myErrorString
    end try
    end if
    end tell
    end if
    end if
    end tell
    Thanks,
    Ole

  • What is it about InDesign CS5 that someone would get this error message?

    Hi,
    What is is about the .swf file that is generated from the InDesign CS5 interactive workspace that someone would get the following error message when they go to view the site I created?
    "This file may contain newer information that this viewer can support. It may not open or display correctly. Adobe suggests that you upgrade to the latest versions of our Acrobat products blah blah blah."
    The site doesn't seem to work for four Mac users, but works fine for at least one PC user.
    I'm trying to figure out how to save the .swf file down to Flash Player 9, which I've done by exporting a .fla file, then adjusting the Publish setting in Flash CS5. But that throws a wrench into the works...all the animations go haywire by continuously looping and the scale of all the text elements on the first page is much larger than it should be.
    Thanks, Steve

    John Black3 wrote:
    Many of my songs in my iTunes Library no longer play.  I get this error message: "The song xxx could not be used because the original file could not be found. Would you like to locate it?
    this usually happens when a user moves or deletes files in the finder - a sure way to upset iTunes.
    did you move or delete files in the finder ?
    I cannot locate the song.
    if you let iTunes manage your library, all your content will be in <MacintoshHD>/users/<yourname>/music/iTunes/iTunes music (or media)/music. did you look there ? tried a spotlight search ?
    if the files are really gone, and have been purchased from the iTunes store, see Downloading past purchases from the App Store, iBookstore, and iTunes Store.

  • How to fix Syntax Error: Expected end of line, etc. but found end of script. in applescript?

    I am making an applescript for my modding tool for Minecraft. It used to use multiple apps and I am now trying to make one app for all the tasks.
    Here is the code:
    say "You are running iCraft version one point one for minecraft version 1.2.5"
    display dialog "Which tool do you want to use?" buttons {"Mod Installer", "Backup", "Restore"} default button 3
    set the button_pressed to the button returned of the result
    if the button_pressed is "Mod Installer" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Insert all mod files into the Mods folder."
    display dialog "Have you inserted all Mod files into the Mods folder?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished"
    else
    display dialog "Insert mod files into the Mods folder and restart iCraft.app."
    end if
    if the button_pressed is "Backup" then
    display dialog "Are you sure you want to backup your Minecraft.jar in it's current state?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished, find it in your Backups directory in the iCraft folder"
    else
    display dialog "Backup aborted"
    end if
    if the button_pressed is "Restore" then
    display dialog "Are you sure you want to restore your Minecraft.jar with your backup?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/resources/s…
    else
    display dialog "Restore aborted"
    end if
    end
    When I try to compile/run it gives me Syntax Error: Expected end of line, etc. but found end of script.

    Your script got mangled when pasting it into your message, but the main problem looks like you are missing a bunch of end if statements.  Unless your if statements are contained on one line, you need to terminate them with a matching end if statement - for example, the following are equivalent:
    if someString is "whatever" then display dialog "foo"
    if someString is "whatever" then
      display dialog "foo"
    end if

  • a tag is creating error in import XML in InDesign CS5.5

    Hi All,
    I am doing upgrade from InDesign CS2 to InDesign CS5.5.
    I have indt file. It has been designed using the CS2 and now converted that indt file into CS5.5 using InDesign CS5.5.
    But I am facing some serious issue while doing export to pdf in CS5.5 version.
    I am following below steps:
    1) Open indt file.
    2) File Menu --> Import XML... [This XML file contains <a href="website link"> html tag]
    3) XML Import Options [no change- defalut options selected]
    4) Ideally it should merge this XML data with the indt file but it is asking me for some input and showing me "Find:" dialog [Check below snapshot]
    I did some research and find out that I am getting this Find dialog because of the <a> tag in XML. when I removed the <a> tag from XML then it didn't give any dialog box and imported XML without any issue.
    I am getting that xml from system and I cant remove the <a> tag from xml manually.
    However I was not getting any error while doing import XML in CS2 version.
    Please can anybody help in this?

    When there is "http://" in anchor tag it will pop up this input window in manual export from indd/indt to pdf and it will failed in export through action script.
    I communicated with the Adobe and it was bug. Adobe has confirmed that they would realease the patch for same sometime later, but I have not heard of anything. I got work around by removing it "http://" using java.

Maybe you are looking for

  • Preview and iPhoto do not open correctly raw or tiff files: they appear in false color!

    Lately my macbook pro 13 ' with OS X Mountain Lion does not open files .raw correctly: they appear false color in "Preview" and also in iPhoto! What can I do? This only happens with .raw or .tiff files, not with jpeg pics.

  • Upgrading SCCM agent on terminalservers takes too long

    Hello When updating the agent from SCCM 2012 Sp1 to SCCM 2012 R2 on a terminalserver, the upgrade takes a large amount of time based on the amount of users who has been logged on to the server. (12hours+ for our environment, with 20k users) During th

  • LR and editing in PE 5

    I have tried exporting my LR files to PE 5 for editing and I am having problems. My understanding is that LR automatically transfers a tif (or a psd file) to the PE editor. When I am done editing, I save and close in PE and it magically appears back

  • Update does not download

    Flash may not be downloading.  The Downloads window comes up, but never shows a file. The file does appear in explorer.  I don't know what the file size should be...?  I even turned off my firewall; didn't help.  When I try to run the file, Flash ini

  • IBook say's it's connected to internet but it isn't...

    Hi everyone, I've been using an old iBook running os 9.2.1 and it is able to connect to every other wireless internet but the one in my house! I'm using DSL with a 2wire 2700HG-d router and the thing is, it used to connect fine until we had to reinst