Indesign CS6 Object Style (Transparency) Script

I've been trying to find and/or make my own script for a simple function in InDesign with no luck. Basically I just want all placed images to have a transparency setting of 99%. That's it.
I know I can create an object style with this setting and could select all my graphic frames and apply the style, but it would be a lot easier if I had a script that just defaulted to the 99% transparency in every document I create.
Please & Thank you!

@slaos – really ALL placed graphics? Also PDFs and Illsutrator files, EPS files as well? Together with PSDs, TIFs, JPEGs, PNGs and WMFs?
Then, and only then, run this ExtendScript code on an open document ( make a duplicate before, just in case! ):
var myDoc = app.documents[0];
var myAllGraphicsArray = myDoc.allGraphics;
var myProperties = {
    blendMode : BlendMode.NORMAL,
    opacity : 99
for(var n=0;n<myAllGraphicsArray.length;n++){
    try{
    myAllGraphicsArray[n].transparencySettings.blendingSettings.properties = myProperties;
    }catch(e){alert(e.message)};
This would not affect the container frames, only the placed graphics inside the containers!
Uwe

Similar Messages

  • InDesign CS6 Object style...

    InDesign CS6 Object style don't accept Paragraph Style in Flow Text mode.
    The red number "3" is red although is in frame with object style that has paragraph style with black text color. Black number "2" also unchanged. Why???

    @romankoschka – Object styles simply do not work the way you wish:
    Different styles for different text frames are accepted, but with threaded text frames the paragraph style of the object style is not bound to a single text frame.
    First you will have to un-thread the text frames, then apply the new object styles, then thread the text frames again…
    But this behaviour is not new in InDesign CS6.
    Uwe

  • Create 'Object Style' by script

    Hi,
    My 'Library.indl' file has the 'Box1', 'Box2'. I need to create the object style(with dummy properties) based on the Library file names.
    If the library has BOX1, BOX2, I need to check my Indesign file has Object Style with the same name(BOX1, BOX2).
    If object style not presented in that particular name(BOX1, BOX2) in Indesign, I have to create the dummy Object style. (The 'object style name' should match with BOX1, BOX2.)
    Is this possible by Indesign script?
    by
    hasvi

    Hi Chinna,
    When I click 'hyphenation setting' on, I have the problems on line 54 and 55.
    If I select line 55(line 54 is deselect). script working fine.
    If I select line 54(line 55 is deselect) script is not working, but I want to select library file from the folder path, so I need line 54 action.
    Correct my script here:
    var w = new Window ("dialog", "Template Checklist", undefined, {closeButton: false});
    w.alignChildren = "left";
    var check1  = w.add ("checkbox", undefined, "Hyphenation Settings");
    var check2  = w.add ("checkbox", undefined, "Object Style creation based on Library");
    var buttons = w.add ("group");
    buttons.add ("button", undefined, "Ok");
    var Exit = 0;
    var cancel = buttons.add ("button", undefined, "Cancel")
            cancel.onClick = function()
                    w.close();
                    Exit = 1;
    w.show ();
    if(Exit ==1)
            this.exit();
    var myDocument = app.activeDocument;
    if (check1.value == true)
        var myPara=app.activeDocument.paragraphStyles;
        for(var i=1;i<myPara.length;i++)
                if(myPara[i].hyphenation)
                //myPara[i].hyphenation=true;
                myPara[i].hyphenateWordsLongerThan=6;
                myPara[i].hyphenateAfterFirst=3;
                myPara[i].hyphenateBeforeLast=3;
                myPara[i].hyphenateLadderLimit=2;
                myPara[i].hyphenationZone="1p";
                myPara[i].hyphenateCapitalizedWords=true;
                myPara[i].hyphenateLastWord=false;
                myPara[i].hyphenateAcrossColumns=false;
        var myStyle=new Array("BK_TTL","BK_HTTL")
        for(var i=0;i<myStyle.length;i++)
                if(myDocument.paragraphStyles.item(myStyle[i]).isValid)
                 myDocument.paragraphStyles.item(myStyle[i]).hyphenation = false;
    if (check2.value == true)
    alert("Library File is must for this process.");
    //~ var library = File.openDialog ("Select the Library File", "*.indl");  ////Your library file path.
    var library=new File("C:\\Users\\Jayanthi\\Desktop\\Library.indl");//Your library file path.
    app.open(library);
    asset = app.libraries[0].assets;
    for(var i=0;i<asset.length;i++)
        try{
            myDocument.objectStyles.add({name:asset[i].name});
        catch(e){}
    var ProgressBar = function(/*str*/title)
         var w = new Window('palette', ' '+title, {x:0, y:0, width:340, height:60}),
              pb = w.add('progressbar', {x:20, y:12, width:300, height:12}, 0, 100),
              st = w.add('statictext', {x:10, y:36, width:320, height:20}, '');
         st.justify = 'center';
         w.center();
         this.reset = function(msg,maxValue)
              st.text = msg;
              pb.value = 0;
              pb.maxvalue = maxValue||0;
              pb.visible = !!maxValue;
              w.show();
         this.hit = function() {++pb.value;};
         this.hide = function() {w.hide();};
         this.close = function() {w.close();};
    //      SAMPLE CODE
    function main()
         var pBar = new ProgressBar("Running");
         var i;
         // Routine #1
         pBar.reset("Please wait Processing ...", 100);
         for( i=0 ; i < 100; ++i, pBar.hit() )
              $.sleep(10);
         // Routine #2
         pBar.close();
    main();
    exit();
    by
    hasvi

  • InDesign CS6 objects shifting after adding or deleting pages

    Hello,
    I am working on a catalog which only tables and pictures. If i need to add or remove a page, all objects on subsequent pages moves from original location and I have to go thorough the whole publication to manually correct the position of each object. Can I somehow anchor the objects to prevent them from moving?
    Thank you.

    Remove minor corruption by exporting
    But if you did an in-place upgrade of the OS without reinstalling the applications you may have more trouble in the future.

  • Start Up Crashing in InDesign CS6

    I've been trying to install InDesign CS6 on my Mac for a while now. I've posted on here before but didn't have any solutions that worked. I've uninstalled and reinstalled but every time the start up gets to "Start up Service registry" it crashes out. The other software for CS6 works just fine - it's just InDesign.
    Below is the crash report that is generated if anyone can help. Many thanks
    Process:         Adobe InDesign CS6 [282]
    Path:            /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier:      com.adobe.InDesign
    Version:         8.0.0.370 (8000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [128]
    Date/Time:       2012-11-19 10:03:50.076 +0000
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Application Specific Information:
    objc[282]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.BIB                           0x00dd10fe 0xdce000 + 12542
    1   com.adobe.BIB                           0x00dd1148 0xdce000 + 12616
    2   com.adobe.BIB                           0x00dd13e3 0xdce000 + 13283
    3   com.adobe.BIB                           0x00dd1469 0xdce000 + 13417
    4   com.adobe.InDesign.PDF                  0x18739820 GetPlugIn + 1222048
    5   com.adobe.InDesign.PDF                  0x187575a6 GetPlugIn + 1344294
    6   libsystem_c.dylib                       0x9c4dc944 __cxa_finalize + 243
    7   libsystem_c.dylib                       0x9c4dc7f2 exit + 25
    8   com.adobe.InDesign                      0x00001d5d start + 61
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9282f90a kevent + 10
    1   libdispatch.dylib                       0x92873e04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x92872853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9282e83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c4ede78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9c4edf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9b94f3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9b9b167f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x005b9581 SetVSizeBaseline(unsigned long) + 1473
    6   com.apple.CoreServices.CarbonCore          0x9b9b25e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x9c4e9ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c4ed6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9282cc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9282c1f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x9b9dc0ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x9c4e9ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x9c4ed6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9282f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c4ebccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c4ed6fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9282f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c4ebccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c4ed6fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x9282f02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c4ebccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c4ed6fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xbffffbe4  ebx: 0x00dd13d0  ecx: 0x00ded2e0  edx: 0xffffffff
      edi: 0x00ded2e0  esi: 0x00000000  ebp: 0xbffffbc8  esp: 0xbffffba0
       ss: 0x00000023  efl: 0x00010286  eip: 0x00dd10fe   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2
    Binary Images:
        0x1000 -     0x4ff7 +com.adobe.InDesign (8.0.0.370 - 8000) <0D5CE30B-1589-2AA4-C7E5-2C0ED0C44D37> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        0xa000 -     0xaff7 +InDesignModelAndUI (??? - ???) <2E042CB4-E42B-151B-E858-1352BF64CBA2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
        0xe000 -     0xeff7 +InDesignModel (??? - ???) <C9ABC1CF-850A-FCC7-2CEA-68B14F048036> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
       0x12000 -   0x1f2fef +WidgetBinLib.dylib (??? - ???) <D2AAB5B9-0694-32FA-38D5-F97FEE688C9D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/WidgetBinLib.dylib
      0x2a0000 -   0x47fffb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <D102FCD2-496D-5322-AEC0-7A5091CAA2CA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x4ac000 -   0x546ff3 +com.adobe.owl-canvas (AdobeOwlCanvas version 3.6.05 - 3.6.05) <8E0CC5EB-E18A-20BD-BDC4-667D1CC43C12> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0x553000 -   0x55cfff +ASLSupportLib.dylib (??? - ???) <000064CE-84C2-F397-BAB1-17055FA344EC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ASLSupportLib.dylib
      0x563000 -   0x59fffb +TextPanelLib.dylib (??? - ???) <019DE080-1920-928F-57FB-F8FD8FCCA227> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/TextPanelLib.dylib
      0x5b6000 -   0x5bfff3 +PMRuntime.dylib (??? - ???) <DEE2F17E-391E-5C3E-11DC-EF6E0860545E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PMRuntime.dylib
      0x5c8000 -   0x744ff3 +com.adobe.ACE (AdobeACE 2.19.18.19553 - 2.19.18.19553) <2C680020-62C1-F45D-B48C-9D5AB8E99DCC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x753000 -   0xd1afef +com.adobe.AGM (AdobeAGM 4.26.18.19553 - 4.26.18.19553) <AB15D5F5-2D3D-F597-DD23-47A7A4719FC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0xd8d000 -   0xdc8ff7 +com.adobe.ARE (AdobeARE 1.5.02.19553 - 1.5.02.19553) <264C1354-0764-AFAB-5BB7-DA4B4EBEEFC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0xdce000 -   0xdebff3 +com.adobe.BIB (AdobeBIB 1.2.02.19553 - 1.2.02.19553) <D3D9FDCE-75B2-7FB3-71C8-D5DF313F6B0F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0xdf1000 -   0xe18ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <34F46810-2864-0365-91CF-BF9C8503400A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0xe1e000 -  0x1148fe3 +com.adobe.CoolType (AdobeCoolType 5.10.64.19354 - 5.10.64.19354) <8985B298-125A-B521-9246-AAD43073A3F6> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1180000 -  0x157bfe7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <D65ABA15-80D2-3F1C-2500-EEF873019149> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x15d8000 -  0x163dff3 +ObjectModelLib.dylib (??? - ???) <073EF2BA-B5C6-A466-9AEC-963A2EF69144> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ObjectModelLib.dylib
    0x1654000 -  0x16b1feb +DataBaseLib.dylib (??? - ???) <F5ED35C9-1779-CF0D-BD50-0BC162D96A31> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/DataBaseLib.dylib
    0x16c1000 -  0x1b13fe7 +PublicLib.dylib (??? - ???) <BD26BAA7-5BF0-9F0A-BB93-B4FE388E6852> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PublicLib.dylib
    0x1c3f000 -  0x1c56ffb +com.adobe.AFL (AdobeAFL 1.0.0 - 1.0) <3B7A1817-3CA4-BEAA-A44A-5A9B5D664E93> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1c67000 -  0x1c73ff7 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <56B14206-3221-D261-2B01-F91074D192FC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x1c90000 -  0x1c98fef +libtbbmalloc.dylib (??? - ???) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x1ca5000 -  0x1cc4fff +libtbb.dylib (??? - ???) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbb.dylib
    0x1cd9000 -  0x1cd9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x1cdc000 -  0x1ce4fef +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <088B6233-3B58-D51A-4609-1FF7F462B1D3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x1cfb000 -  0x1e3bfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x1ead000 -  0x1eb0ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x1eb8000 -  0x2bfdff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x2c10000 -  0x2d45fe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x2db9000 -  0x2eaafef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x2ee7000 -  0x2f59fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2f66000 -  0x3048ff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x3057000 -  0x311ffe7 +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <E124FC44-4A5C-A3C5-C7E2-0631F1D6E628> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x31c5000 -  0x3202fff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x321c000 -  0x321dff7 +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <957930FC-D7B3-FAEA-0075-63C7B0E59070> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x3224000 -  0x32c2fe3 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x32e4000 -  0x32ebffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x4f13000 -  0x4f19ffb +com.adobe.InDesign.Data Services UI (8.0.0.370 - ???) <2677201C-4749-18B8-B4DE-DDF76A2A684C> /Applications/Adobe InDesign CS6/*/Data Services UI
    0x4f20000 -  0x4f29fff +com.adobe.InDesign.Data Services (8.0.0.370 - ???) <A1F436CB-76D5-20F5-DB4F-753595AD3358> /Applications/Adobe InDesign CS6/*/Data Services
    0x4fae000 -  0x4fbbff7 +com.adobe.InDesign.DTTransform (8.0.0.370 - ???) <5321943B-C0A5-A8EA-2811-F596B708DABF> /Applications/Adobe InDesign CS6/*/DTTransform
    0x4fc2000 -  0x4fe6ff7 +com.adobe.InDesign.LILO (8.0.0.370 - ???) <383977E0-B620-E63C-CA13-18DC286E4A8A> /Applications/Adobe InDesign CS6/*/LILO
    0x4ff1000 -  0x4ff8ff7 +com.adobe.InDesign.PNG Import Filter UI (8.0.0.370 - ???) <73A58EC2-5811-9862-9E42-C70D8D764908> /Applications/Adobe InDesign CS6/*/PNG Import Filter UI
    0x7fa5000 -  0x7fa7ff7 +com.adobe.InDesign.SimpleTextImportFilter (8.0.0.370 - ???) <A55AAE7C-AC72-4799-A7DC-95DB3A21575F> /Applications/Adobe InDesign CS6/*/SimpleTextImportFilter
    0x7fac000 -  0x7fb5ff7 +com.adobe.InDesign.Tagged Text Filters UI (8.0.0.370 - ???) <E16F2F8F-7066-8CA7-1145-EBFF4FA201D6> /Applications/Adobe InDesign CS6/*/Tagged Text Filters UI
    0x7ff6000 -  0x7ff9ff7 +com.adobe.InDesign.Username UI (8.0.0.370 - ???) <A5830B10-6948-595C-BA22-AF3E6A2ACE46> /Applications/Adobe InDesign CS6/*/Username UI
    0x87f8000 -  0x87fafff +com.adobe.InDesign.Help (8.0.0.370 - ???) <4FA04E8F-01D7-32BF-90BD-61F315361259> /Applications/Adobe InDesign CS6/*/Help
    0xcb4d000 -  0xcb88ff3 +com.adobe.InDesign.Dictionary Editor Dialog (8.0.0.370 - ???) <F09CD086-618C-61FD-3DD1-398E678CA8AC> /Applications/Adobe InDesign CS6/*/Dictionary Editor Dialog
    0xcba3000 -  0xcbb9ffb +com.adobe.InDesign.SaveBack (8.0.0.370 - ???) <93DB7DE2-4A83-4966-64EA-8E765641A92C> /Applications/Adobe InDesign CS6/*/SaveBack
    0x1167c000 - 0x11682ffb +com.adobe.InDesign.JPEG Export UI (8.0.0.370 - ???) <5B6F8CCC-BE86-3BF6-4211-C997F1B9A9D9> /Applications/Adobe InDesign CS6/*/JPEG Export UI
    0x11948000 - 0x119a8ffb +com.adobe.InDesign.Media Import Filter (8.0.0.370 - ???) <8296D512-32F4-295A-88DE-8AA3C5D13E95> /Applications/Adobe InDesign CS6/*/Media Import Filter
    0x119b9000 - 0x119e2fff +com.adobe.InDesign.Sangam Preferences UI (8.0.0.370 - ???) <0AB77841-D89D-989A-0F93-38E840E7FF0B> /Applications/Adobe InDesign CS6/*/Sangam Preferences UI
    0x119f3000 - 0x119f8ff7 +com.adobe.InDesign.InCopyExportUI (8.0.0.370 - ???) <22F05148-A0BA-DBF8-7A21-CCB8678565D3> /Applications/Adobe InDesign CS6/*/InCopyExportUI
    0x11c60000 - 0x11cafff7 +com.adobe.InDesign.SangamExport (8.0.0.370 - ???) <15322B80-60BE-F65F-32B2-614ED4CE088E> /Applications/Adobe InDesign CS6/*/SangamExport
    0x11cc1000 - 0x11cccff3 +com.adobe.InDesign.Clipping Path Dialog (8.0.0.370 - ???) <8ABDFCC9-D5FA-7A00-B4D0-E57662205FCD> /Applications/Adobe InDesign CS6/*/Clipping Path Dialog
    0x11cd8000 - 0x11ce3ff3 +com.adobe.InDesign.EPS UI (8.0.0.370 - ???) <33ED1189-71CD-BF05-5207-416677C3ADAC> /Applications/Adobe InDesign CS6/*/EPS UI
    0x11ceb000 - 0x11cf4fff +com.adobe.InDesign.Generic Style Editor (8.0.0.370 - ???) <7525D472-20FA-E4B7-D773-80DD155BB3D2> /Applications/Adobe InDesign CS6/*/Generic Style Editor
    0x11e00000 - 0x11eebff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17304) <D935027D-2B74-3323-DFCA-8A15B0F5A310> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x11f74000 - 0x12072fff +com.adobe.InDesign.EBookExport (8.0.0.370 - ???) <9DC9A642-E7FD-36D9-2CDA-F5791C87CE14> /Applications/Adobe InDesign CS6/*/EBookExport
    0x12091000 - 0x120fbfeb +com.adobe.AdobeSangam (AdobeSangam 5.6.0.19506 - 5.6.0.19506) <1D569A75-8FA7-A3F9-ADB7-0CD4E72985E1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x12140000 - 0x12276feb +com.adobe.InDesign.SangamServicer-Mapper (8.0.0.370 - ???) <6C68B5C2-84AE-5F93-03B2-EF620A1ADB1F> /Applications/Adobe InDesign CS6/*/SangamServicer-Mapper
    0x12292000 - 0x12350fef +com.adobe.InDesign.Tagged Text Attributes (8.0.0.370 - ???) <B6E93C00-6C39-45BD-E677-9CD699C1B7DB> /Applications/Adobe InDesign CS6/*/Tagged Text Attributes
    0x1236f000 - 0x1240fff3 +com.adobe.InDesign.Tagged Text Filters (8.0.0.370 - ???) <CD978C81-2769-4356-A7A8-E4C21A456448> /Applications/Adobe InDesign CS6/*/Tagged Text Filters
    0x1241d000 - 0x1245afff +com.adobe.InDesign.Color Management UI (8.0.0.370 - ???) <FD83C4B9-D801-59C0-AF42-EF8F0B3CCAE1> /Applications/Adobe InDesign CS6/*/Color Management UI
    0x12466000 - 0x124deffb +com.adobe.InDesign.Color Picker Panel (8.0.0.370 - ???) <7EFA8A0D-36ED-5F0A-1ACA-B2F5F6CA0E98> /Applications/Adobe InDesign CS6/*/Color Picker Panel
    0x124fb000 - 0x1273aff7 +Digital Publishing (??? - ???) <8663BEE7-5570-590C-4311-523454687AF5> /Applications/Adobe InDesign CS6/*/Digital Publishing
    0x128aa000 - 0x128c2ff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <BCC36A3E-F3D5-1FB6-421C-BD8DBFAD3DBD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x128e4000 - 0x12917fe4 +libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <A5EFC699-8182-37BC-B91E-D33BC4EFC6D9> /Applications/Adobe InDesign CS6/*/libcurl.4.dylib
    0x12920000 - 0x12943ffc  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <EAD01EC4-D8D7-3462-84E5-A74BEB52B456> /usr/lib/libssl.0.9.7.dylib
    0x12951000 - 0x129feff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x12a43000 - 0x12ac1fff +com.adobe.InDesign.DynamicDocumentsUI (8.0.0.370 - ???) <8DA4D224-F982-BEF8-F3C8-92C705ED45F4> /Applications/Adobe InDesign CS6/*/DynamicDocumentsUI
    0x12ae2000 - 0x12b17ff3 +com.adobe.InDesign.Gradient Panel (8.0.0.370 - ???) <C99C9685-73D1-9B33-767A-ACCD7ED75B88> /Applications/Adobe InDesign CS6/*/Gradient Panel
    0x12b2a000 - 0x12bb1ffb +com.adobe.InDesign.Graphic Panels (8.0.0.370 - ???) <168D9A85-2E5B-37F3-D9EA-EFDFACF43699> /Applications/Adobe InDesign CS6/*/Graphic Panels
    0x12bd1000 - 0x12bebffb +com.adobe.InDesign.JPEG Export (8.0.0.370 - ???) <AEF73F87-0C58-3488-6977-6C1CE94A18D1> /Applications/Adobe InDesign CS6/*/JPEG Export
    0x12bfa000 - 0x12c46fff +com.adobe.InDesign.Output Preview (8.0.0.370 - ???) <D074CD73-B3DF-BA5C-0ABD-6199C45DD42A> /Applications/Adobe InDesign CS6/*/Output Preview
    0x12c5a000 - 0x12c6fffb +com.adobe.InDesign.OutputMiscUI (8.0.0.370 - ???) <31D569A8-4184-7A04-7E78-D161806F763A> /Applications/Adobe InDesign CS6/*/OutputMiscUI
    0x12c7e000 - 0x12cfefe3 +com.adobe.InDesign.PDF UI (8.0.0.370 - ???) <4F221BEA-92E2-BCEC-B4CA-C9CE95D31722> /Applications/Adobe InDesign CS6/*/PDF UI
    0x12d1a000 - 0x12d76fef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x12d7f000 - 0x12d94fff +com.adobe.InDesign.Printer Styles (8.0.0.370 - ???) <D713E603-15FA-C061-0D64-F4A76B045F71> /Applications/Adobe InDesign CS6/*/Printer Styles
    0x12d9f000 - 0x12e72fff +com.adobe.InDesign.PrintUI (8.0.0.370 - ???) <F0050870-F5F0-3B3E-BC3E-2F6D46F43694> /Applications/Adobe InDesign CS6/*/PrintUI
    0x12e93000 - 0x12ea2ffb +com.adobe.InDesign.PS Import UI (8.0.0.370 - ???) <5BE45093-9397-461D-37EA-142BA92B408C> /Applications/Adobe InDesign CS6/*/PS Import UI
    0x12ead000 - 0x12ecbffb +com.adobe.InDesign.Swatch Library Panel (8.0.0.370 - ???) <F78ECFDA-25FF-0740-D7AF-FA66169D3BA7> /Applications/Adobe InDesign CS6/*/Swatch Library Panel
    0x12ed6000 - 0x12f8aff3 +com.adobe.InDesign.Swatches Panel (8.0.0.370 - ???) <2CA597D8-8277-3616-7219-BA320C75B249> /Applications/Adobe InDesign CS6/*/Swatches Panel
    0x12fb5000 - 0x1305bffb +com.adobe.InDesign.Transparency UI (8.0.0.370 - ???) <87E0536E-598D-C382-79F0-872FA5C27C5E> /Applications/Adobe InDesign CS6/*/Transparency UI
    0x13084000 - 0x130e6ff3 +com.adobe.InDesign.Assignment UI (8.0.0.370 - ???) <399A5D72-B369-A3C4-2C9F-BBD2BB0E7F3D> /Applications/Adobe InDesign CS6/*/Assignment UI
    0x13100000 - 0x1311efeb +com.adobe.InDesign.InCopy Bridge UI (8.0.0.370 - ???) <5C148722-DA95-AB4A-8335-6BE4AC931366> /Applications/Adobe InDesign CS6/*/InCopy Bridge UI
    0x13128000 - 0x13164ff3 +com.adobe.InDesign.InCopy Bridge (8.0.0.370 - ???) <20E58D68-75C9-F0CB-2991-28086A791FBF> /Applications/Adobe InDesign CS6/*/InCopy Bridge
    0x13171000 - 0x13178fff +com.adobe.InDesign.InCopyExport (8.0.0.370 - ???) <F4CEC010-0752-E920-3B48-6082D10CAF4D> /Applications/Adobe InDesign CS6/*/InCopyExport
    0x13180000 - 0x13186fff +com.adobe.InDesign.InCopyImport (8.0.0.370 - ???) <9FEF0CC7-FD64-B251-180E-A2E17E89FFD0> /Applications/Adobe InDesign CS6/*/InCopyImport
    0x1318c000 - 0x13191fff +com.adobe.InDesign.InCopyWorkflow UI (8.0.0.370 - ???) <70CA2A6C-540D-C0CA-B4EE-5CAC53EFF519> /Applications/Adobe InDesign CS6/*/InCopyWorkflow UI
    0x13199000 - 0x131edffb +com.adobe.InDesign.Note (8.0.0.370 - ???) <493B54A6-11B2-864E-C8ED-EEF4198B3EB4> /Applications/Adobe InDesign CS6/*/Note
    0x13206000 - 0x13211ff3 +com.adobe.InDesign.NotePref (8.0.0.370 - ???) <B00EDAEC-2201-BA55-B530-22CFDA8FB7DF> /Applications/Adobe InDesign CS6/*/NotePref
    0x1321e000 - 0x132bffff +com.adobe.InDesign.ButtonUI (8.0.0.370 - ???) <1E583694-407D-BE2A-40B0-4349511DFE1D> /Applications/Adobe InDesign CS6/*/ButtonUI
    0x132e5000 - 0x1330cffb +com.adobe.InDesign.MediaUI (8.0.0.370 - ???) <4A684112-5E81-150D-4C58-6685BDDBF479> /Applications/Adobe InDesign CS6/*/MediaUI
    0x1331e000 - 0x1332bff3 +com.adobe.InDesign.Alignment Panel (8.0.0.370 - ???) <1A57AA33-0A5B-ACD3-50D2-724770247AD3> /Applications/Adobe InDesign CS6/*/Alignment Panel
    0x13331000 - 0x13374ff7 +com.adobe.InDesign.Asset Library Panel (8.0.0.370 - ???) <7C607327-F61A-900D-C12C-EB4B4E11904D> /Applications/Adobe InDesign CS6/*/Asset Library Panel
    0x13390000 - 0x133fbffb +com.adobe.InDesign.Asset PubLibrary (8.0.0.370 - ???) <367764EF-3037-6771-F12E-36E5DB269ECF> /Applications/Adobe InDesign CS6/*/Asset PubLibrary
    0x13413000 - 0x1345cfff +com.adobe.InDesign.Book Panel (8.0.0.370 - ???) <EDD89CA1-6F14-17D6-4AAC-F6FAF61BF715> /Applications/Adobe InDesign CS6/*/Book Panel
    0x13476000 - 0x13490ff3 +com.adobe.InDesign.Bookmark Panel (8.0.0.370 - ???) <CF1482BA-E545-358D-FF17-1AB473C96F5D> /Applications/Adobe InDesign CS6/*/Bookmark Panel
    0x134a2000 - 0x134d9ff3 +com.adobe.InDesign.ContentDropper Tool (8.0.0.370 - ???) <1E9C2AB2-5EEF-6C69-2332-9D5FDD165F83> /Applications/Adobe InDesign CS6/*/ContentDropper Tool
    0x134ef000 - 0x1352dff3 +com.adobe.InDesign.Control Panel (8.0.0.370 - ???) <D59E9E14-47F6-E76A-7A42-F49BD46673F3> /Applications/Adobe InDesign CS6/*/Control Panel
    0x13542000 - 0x1354affb +com.adobe.InDesign.Create Guides Dialog (8.0.0.370 - ???) <ADB3C8BC-34EE-459B-6F83-3E54D3A242E0> /Applications/Adobe InDesign CS6/*/Create Guides Dialog
    0x13552000 - 0x13589fff +com.adobe.InDesign.Eyedropper Tool (8.0.0.370 - ???) <CA80FBEA-986E-5301-3CED-EC620212F52E> /Applications/Adobe InDesign CS6/*/Eyedropper Tool
    0x13599000 - 0x1361fff3 +com.adobe.InDesign.Hyperlinks Panel (8.0.0.370 - ???) <A8A63B20-5365-EE1F-F729-EC03640B0FC0> /Applications/Adobe InDesign CS6/*/Hyperlinks Panel
    0x1363b000 - 0x136bdfff +com.adobe.InDesign.Index Panel (8.0.0.370 - ???) <DB5D600B-28DB-501E-1DBC-7C8C3C202670> /Applications/Adobe InDesign CS6/*/Index Panel
    0x136d6000 - 0x136e1fff +unihan (??? - ???) <9FC06EAB-E3E2-7CF6-52B4-39B920584A27> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0x136ed000 - 0x1374bff3 +com.adobe.InDesign.Info Panel (8.0.0.370 - ???) <6767B322-AE16-F72C-E61E-CB70EB63871E> /Applications/Adobe InDesign CS6/*/Info Panel
    0x1375b000 - 0x13821fe7 +com.adobe.InDesign.Knowledge Base (8.0.0.370 - ???) <3C0E0B8C-4A9D-50DE-3FC4-C05733E22301> /Applications/Adobe InDesign CS6/*/Knowledge Base
    0x13828000 - 0x13874fff +com.adobe.InDesign.Layers Panel (8.0.0.370 - ???) <0EA29176-2514-2D31-292F-7ED2C9530028> /Applications/Adobe InDesign CS6/*/Layers Panel
    0x1388d000 - 0x13890ff7 +com.adobe.InDesign.Layout Adjustment Panel (8.0.0.370 - ???) <DB6A578B-4622-2B68-3B66-CFA0FAF0E25E> /Applications/Adobe InDesign CS6/*/Layout Adjustment Panel
    0x13897000 - 0x138b6ff3 +com.adobe.InDesign.Layout Adjustment (8.0.0.370 - ???) <77BDE746-6BCA-0975-06CF-2617CE4326BA> /Applications/Adobe InDesign CS6/*/Layout Adjustment
    0x138c2000 - 0x1390bfff +com.adobe.InDesign.Links UI (8.0.0.370 - ???) <0B60E760-139E-22C8-3C61-2CE973D7608D> /Applications/Adobe InDesign CS6/*/Links UI
    0x13924000 - 0x139c3ff3 +com.adobe.InDesign.ObjectStylesUI (8.0.0.370 - ???) <F541B941-79CF-5D42-F5FD-B99C3BCF5B67> /Applications/Adobe InDesign CS6/*/ObjectStylesUI
    0x139e9000 - 0x13a0bffb +com.adobe.InDesign.Page Setup Dialog (8.0.0.370 - ???) <DA18018D-A37B-423F-4F8D-AF17D5F0BB3C> /Applications/Adobe InDesign CS6/*/Page Setup Dialog
    0x13a15000 - 0x13ad5fe3 +com.adobe.InDesign.Pages Panel (8.0.0.370 - ???) <6D0D2D1C-D5C2-70BD-C611-4B8BAF24C7CB> /Applications/Adobe InDesign CS6/*/Pages Panel
    0x13af9000 - 0x13b06fff +com.adobe.InDesign.Sections UI (8.0.0.370 - ???) <9F1F3835-16BB-B173-E30C-E37F61E20450> /Applications/Adobe InDesign CS6/*/Sections UI
    0x13b0e000 - 0x13b16fff +com.adobe.InDesign.StepRepeat (8.0.0.370 - ???) <A9EF00EA-8BB6-AD34-B4CA-2814537216F1> /Applications/Adobe InDesign CS6/*/StepRepeat
    0x13b1f000 - 0x13b5cfff +com.adobe.InDesign.Text Wrap Panel (8.0.0.370 - ???) <1CBD8530-D104-B2AA-6258-D3276ADCBEBA> /Applications/Adobe InDesign CS6/*/Text Wrap Panel
    0x13b6f000 - 0x13babff3 +com.adobe.InDesign.TOC UI Dialog (8.0.0.370 - ???) <463C7166-97BB-A2BD-FD54-D07AD3B65043> /Applications/Adobe InDesign CS6/*/TOC UI Dialog
    0x13bbf000 - 0x13bf7fff +com.adobe.InDesign.Transform Panel (8.0.0.370 - ???) <639982B3-0E17-99FA-C6F0-983B883B269D> /Applications/Adobe InDesign CS6/*/Transform Panel
    0x13c06000 - 0x13c20ff3 +com.adobe.InDesign.Image Import UI (8.0.0.370 - ???) <C4992FEA-1795-D59F-CE90-5C50014F78E2> /Applications/Adobe InDesign CS6/*/Image Import UI
    0x13c2d000 - 0x13c40feb +com.adobe.InDesign.Scotch Rules (8.0.0.370 - ???) <84E401CA-C8D0-2C5A-E9E1-C038BACEDAF4> /Applications/Adobe InDesign CS6/*/Scotch Rules
    0x13c48000 - 0x13ca2fff +com.adobe.InDesign.BNUI (8.0.0.370 - ???) <E1069FF1-BDA6-6AB5-94B9-399EFAD33CF3> /Applications/Adobe InDesign CS6/*/BNUI
    0x13cbc000 - 0x13d5cffb +com.adobe.InDesign.DataMerge (8.0.0.370 - ???) <B70DF58E-BEB4-BD3A-B438-04DCA4BB465A> /Applications/Adobe InDesign CS6/*/DataMerge
    0x13d74000 - 0x13da9fff +com.adobe.InDesign.DataMergeUI (8.0.0.370 - ???) <982460FB-B502-C9D1-D7C0-65BBC2FCCB64> /Applications/Adobe InDesign CS6/*/DataMergeUI
    0x13dc0000 - 0x13dd4ff3 +com.adobe.InDesign.PMWelcomeScreen (8.0.0.370 - ???) <2648F80C-C135-9DC5-A636-C05A8BF661C3> /Applications/Adobe InDesign CS6/*/PMWelcomeScreen
    0x13de5000 - 0x13ed2ffb +com.adobe.InDesign.Package and Preflight UI (8.0.0.370 - ???) <68E93544-772B-CC9C-E823-9203F4272CD7> /Applications/Adobe InDesign CS6/*/Package and Preflight UI
    0x13f02000 - 0x14117ff3 +com.adobe.InDesign.Package and Preflight (8.0.0.370 - ???) <6769A211-92EE-F6F2-2E52-3C06226A352A> /Applications/Adobe InDesign CS6/*/Package and Preflight
    0x14149000 - 0x14171feb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x14190000 - 0x14277fef +com.adobe.InDesign.JBX (8.0.0.370 - ???) <79DEAE03-D442-EFF6-6751-87BA05F5A3CB> /Applications/Adobe InDesign CS6/*/JBX
    0x1429a000 - 0x1429eff7 +com.adobe.InDesign.Script Label Panel (8.0.0.370 - ???) <AC232069-F90D-7E32-8292-E09EEA27F9EE> /Applications/Adobe InDesign CS6/*/Script Label Panel
    0x142a7000 - 0x142b3ffb +com.adobe.InDesign.Scripts Panel (8.0.0.370 - ???) <10F367E1-2F61-B4E6-1883-E8A5265548AE> /Applications/Adobe InDesign CS6/*/Scripts Panel
    0x142be000 - 0x143a1ffb +com.adobe.InDesign.Tables UI (8.0.0.370 - ???) <033963EE-D716-131A-2164-6D5CA7ADFC86> /Applications/Adobe InDesign CS6/*/Tables UI
    0x143c6000 - 0x14469ffb +com.adobe.InDesign.TableStylesUI (8.0.0.370 - ???) <48A7D3F8-B856-43FC-A119-51D9C08E235D> /Applications/Adobe InDesign CS6/*/TableStylesUI
    0x1448b000 - 0x144f4ff3 +com.adobe.InDesign.Character Panel (8.0.0.370 - ???) <1B6D9695-AAB9-EDA5-D0D1-C931688C5EC3> /Applications/Adobe InDesign CS6/*/Character Panel
    0x14511000 - 0x1453fff7 +com.adobe.InDesign.Conditional Text UI (8.0.0.370 - ???) <B52329F2-94C5-AFA9-379A-983FD42B48B0> /Applications/Adobe InDesign CS6/*/Conditional Text UI
    0x14554000 - 0x14570ff7 +com.adobe.InDesign.Create Outlines (8.0.0.370 - ???) <048977B2-4975-2E80-018F-55C9D2C84C92> /Applications/Adobe InDesign CS6/*/Create Outlines
    0x1457a000 - 0x146a8fe3 +com.adobe.InDesign.Find and Change Panel (8.0.0.370 - ???) <2ED6F128-5265-8B55-F0F8-B457409F5796> /Applications/Adobe InDesign CS6/*/Find and Change Panel
    0x146db000 - 0x14700ff7 +com.adobe.InDesign.Find Change Format Panel (8.0.0.370 - ???) <A3C09444-DD22-7E8E-720E-C163A7FF837D> /Applications/Adobe InDesign CS6/*/Find Change Format Panel
    0x1470f000 - 0x14735ff7 +com.adobe.InDesign.Font Usage Dialog (8.0.0.370 - ???) <3EA16C7B-F9CC-E218-1200-BC235DB3423E> /Applications/Adobe InDesign CS6/*/Font Usage Dialog
    0x14744000 - 0x14827ffb +com.adobe.InDesign.Glyphs Panel (8.0.0.370 - ???) <5EA3F9D0-3442-21FD-99D8-A054E2264070> /Applications/Adobe InDesign CS6/*/Glyphs Panel
    0x14843000 - 0x1484bff3 +com.adobe.InDesign.Hyphenation Panel (8.0.0.370 - ???) <5341F962-F6E2-02FC-2D11-419DC5E74D14> /Applications/Adobe InDesign CS6/*/Hyphenation Panel
    0x14857000 - 0x14867ffb +com.adobe.InDesign.Indents and Tabs (8.0.0.370 - ???) <B33F6EAA-F9AF-BF34-1F08-47808F94C046> /Applications/Adobe InDesign CS6/*/Indents and Tabs
    0x14872000 - 0x1487aff3 +com.adobe.InDesign.Justification Panel (8.0.0.370 - ???) <F8460C83-8DE0-73B1-6A49-C75969DBA54F> /Applications/Adobe InDesign CS6/*/Justification Panel
    0x14881000 - 0x14887ff3 +com.adobe.InDesign.Keeps Panel (8.0.0.370 - ???) <4AD1C274-44A7-7FD1-30F3-1ADDD92025EF> /Applications/Adobe InDesign CS6/*/Keeps Panel
    0x1488d000 - 0x148adfeb +com.adobe.InDesign.Optical Kerning (8.0.0.370 - ???) <5E9D52E9-DE58-69D6-4924-FF6E82019F55> /Applications/Adobe InDesign CS6/*/Optical Kerning
    0x148b5000 - 0x148e3ff3 +com.adobe.InDesign.Paragraph Panel (8.0.0.370 - ???) <2949EAB7-8543-8C0C-97A4-F44D2CA5D9B8> /Applications/Adobe InDesign CS6/*/Paragraph Panel
    0x148f0000 - 0x14900ffb +com.adobe.InDesign.Paragraph Rules Panel (8.0.0.370 - ???) <DB991FAE-B099-F846-277E-6D51316B1393> /Applications/Adobe InDesign CS6/*/Paragraph Rules Panel
    0x14907000 - 0x1491dff7 +com.adobe.InDesign.Path Type UI (8.0.0.370 - ???) <6EB49527-FEC9-C79E-68D1-F6FB37C35419> /Applications/Adobe InDesign CS6/*/Path Type UI
    0x1492a000 - 0x14933ffb +PathTypeLib.dylib (??? - ???) <8F64EEBE-7B35-04D9-1A40-296790C82598> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PathTypeLib.dylib
    0x1493a000 - 0x14964fff +com.adobe.InDesign.RunIn Styles Panel (8.0.0.370 - ???) <EFE3E465-22E1-B49C-C55E-5CDD12E60AC3> /Applications/Adobe InDesign CS6/*/RunIn Styles Panel
    0x14972000 - 0x14982ffb +com.adobe.InDesign.SING (8.0.0.370 - ???) <61BF8D63-5ECC-A90D-1FDC-B124ADA0D0A5> /Applications/Adobe InDesign CS6/*/SING
    0x14989000 - 0x14991ff7 +com.adobe.InDesign.Span Columns Panel (8.0.0.370 - ???) <56CEFE88-C354-C689-99D7-F38B7D858966> /Applications/Adobe InDesign CS6/*/Span Columns Panel
    0x14998000 - 0x149e4ff7 +com.adobe.InDesign.Spelling Panel (8.0.0.370 - ???) <201EFD3B-7BF3-38E2-0992-2A7CE8799FD9> /Applications/Adobe InDesign CS6/*/Spelling Panel
    0x149fc000 - 0x14a0dff7 +com.adobe.InDesign.Story Panel (8.0.0.370 - ???) <A21295BA-8A42-7B84-4DDD-1F24884BFAD4> /Applications/Adobe InDesign CS6/*/Story Panel
    0x14a17000 - 0x14a86ff3 +com.adobe.InDesign.Style Panel (8.0.0.370 - ???) <FA69BA30-90AA-5CEE-8B72-AB9BCAC6FDD1> /Applications/Adobe InDesign CS6/*/Style Panel
    0x14aa5000 - 0x14ab0ffb +com.adobe.InDesign.Text Color Panel (8.0.0.370 - ???) <DD01A0EF-1A9B-4A67-F5A2-65E126B84265> /Applications/Adobe InDesign CS6/*/Text Color Panel
    0x14ab6000 - 0x14ae0ffb +com.adobe.InDesign.Text Frame Options (8.0.0.370 - ???) <EB1EDB1B-9DDC-FBD1-7C2B-1081F7DEADAF> /Applications/Adobe InDesign CS6/*/Text Frame Options
    0x14af0000 - 0x14b4fff7 +com.adobe.InDesign.Text Panel (8.0.0.370 - ???) <4D8C3996-CA93-FEF5-AAF4-074DF431DCC1> /Applications/Adobe InDesign CS6/*/Text Panel
    0x14b64000 - 0x14b80ff7 +com.adobe.InDesign.Text Preferences (8.0.0.370 - ???) <DE058137-60B9-6C2D-AAFA-FB99BBF16343> /Applications/Adobe InDesign CS6/*/Text Preferences
    0x14b8c000 - 0x14babfff +com.adobe.InDesign.Text Ruler (8.0.0.370 - ???) <A6116817-54FD-ADD4-17E6-567EAE23EB6D> /Applications/Adobe InDesign CS6/*/Text Ruler
    0x14bb8000 - 0x14bd6ff3 +com.adobe.InDesign.Text Style Panel (8.0.0.370 - ???) <C773AF02-7F9B-ACA6-2EB0-6AD306DAF63E> /Applications/Adobe InDesign CS6/*/Text Style Panel
    0x14be2000 - 0x14c0bff7 +com.adobe.InDesign.Article Panel (8.0.0.370 - ???) <E0F3245B-7976-AE49-00B9-2683BE022C41> /Applications/Adobe InDesign CS6/*/Article Panel
    0x14c20000 - 0x14c49fff +com.adobe.InDesign.CSXS (8.0.0.370 - ???) <018B245A-072B-B36F-5D3C-2BD5AD0F8876> /Applications/Adobe InDesign CS6/*/CSXS
    0x14c5e000 - 0x14df2fff +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x14e9a000 - 0x14ecdff3 +com.adobe.InDesign.Galley Preferences (8.0.0.370 - ???) <338FBCD0-2382-5B70-CF08-5F40C3BDC130> /Applications/Adobe InDesign CS6/*/Galley Preferences
    0x14ee1000 - 0x14f01ffb +com.adobe.InDesign.GapTool (8.0.0.370 - ???) <29265658-52CA-6DCC-71F5-25D6B0E678BA> /Applications/Adobe InDesign CS6/*/GapTool
    0x14f0e000 - 0x14f17ff3 +com.adobe.InDesign.General Preferences Panel (8.0.0.370 - ???) <CAEDDEEF-8606-F336-817A-E78153CE2571> /Applications/Adobe InDesign CS6/*/General Preferences Panel
    0x14f1e000 - 0x14f38fe3 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <928D8FAD-DEE7-F1D0-FE17-FA7F4E4C1E48> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x14f43000 - 0x14f5aff3 +com.adobe.InDesign.Performance UI (8.0.0.370 - ???) <45BFDBD4-66CD-0CDA-C959-E510A38C915F> /Applications/Adobe InDesign CS6/*/Performance UI
    0x14f6a000 - 0x14f8bfff +com.adobe.InDesign.SharedContentUI (8.0.0.370 - ???) <F7AD6FD7-F2A2-17B0-066B-0805A9B4361D> /Applications/Adobe InDesign CS6/*/SharedContentUI
    0x14f97000 - 0x14fb7fff +com.adobe.InDesign.Shortcut Editor Dialog (8.0.0.370 - ???) <7AB73363-5284-2CDF-59A2-B9CEC4AD2A78> /Applications/Adobe InDesign CS6/*/Shortcut Editor Dialog
    0x14fc4000 - 0x14fd9ffb +com.adobe.InDesign.Tool Box (8.0.0.370 - ???) <A92C9A1A-FBE9-0D86-9DF4-08A5641B6595> /Applications/Adobe InDesign CS6/*/Tool Box
    0x14fe8000 - 0x14ff4ffb +com.adobe.InDesign.Tool Tips (8.0.0.370 - ???) <7096572C-F930-7341-5B79-CCE04B6FCBDB> /Applications/Adobe InDesign CS6/*/Tool Tips
    0x14fff000 - 0x15005ffb +com.adobe.InDesign.Track Changes Preferences (8.0.0.370 - ???) <3819FEAD-5C72-FEB6-3124-DD1CA4F9BF97> /Applications/Adobe InDesign CS6/*/Track Changes Preferences
    0x1500c000 - 0x1501ffff +com.adobe.InDesign.Track Changes UI (8.0.0.370 - ???) <14FAFC2F-029D-235C-FD32-C29B76EA7F05> /Applications/Adobe InDesign CS6/*/Track Changes UI
    0x15025000 - 0x1502fff3 +com.adobe.InDesign.PerformanceMetrics (8.0.0.370 - ???) <D7176A7C-DE1F-DE19-54FB-816FB3A56F98> /Applications/Adobe InDesign CS6/*/PerformanceMetrics
    0x15036000 - 0x15044fff +com.adobe.InDesign.Metadata UI (8.0.0.370 - ???) <72B263D6-2695-0AD0-3B27-BC5F91856777> /Applications/Adobe InDesign CS6/*/Metadata UI
    0x1504b000 - 0x150c3fe3 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <EF13921E-1CC6-2891-0EEC-D8D8C68D5D87> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x150d2000 - 0x150daffb +com.adobe.InDesign.Workgroup UI (8.0.0.370 - ???) <065184B8-B391-7634-9D4B-0FA95D12445B> /Applications/Adobe InDesign CS6/*/Workgroup UI
    0x150e0000 - 0x15130ff3 +com.adobe.InDesign.Snippet (8.0.0.370 - ???) <F4F2E8E0-F38F-A639-619E-6CFE60AB092C> /Applications/Adobe InDesign CS6/*/Snippet
    0x15144000 - 0x15272ff7 +com.adobe.InDesign.XMedia UI (8.0.0.370 - ???) <A669B051-78AE-4E11-E897-62855B62BC34> /Applications/Adobe InDesign CS6/*/XMedia UI
    0x152ae000 - 0x15300fff +com.adobe.InDesign.Actions (8.0.0.370 - ???) <4DB174D9-5BFD-8E60-8D5B-842E42BAFED6> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x15313000 - 0x154bffff +com.adobe.InDesign.AppFramework (8.0.0.370 - ???) <37A21F7E-89E0-6F90-1F36-8DBD540D75AF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x154ff000 - 0x157ddff7 +com.adobe.InDesign.Application UI (8.0.0.370 - ???) <DC17ED34-F202-1273-AD65-50BCE7BFFFE5> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x15867000 - 0x1591bffb +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <2C860A49-8645-DC74-DC56-53BC99138C6F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1595e000 - 0x159fcff3 +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <D8CDF140-E42A-DCFB-AFFC-69B4694FB639> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x15a32000 - 0x15a9fffb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x15aee000 - 0x15b13ff7 +com.adobe.InDesign.Article (8.0.0.370 - ???) <3F6AA216-A395-E8EB-2D75-A68EFCBCD60A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Article.InDesignPlugin/Article
    0x15b1f000 - 0x15bbeffb +com.adobe.InDesign.Assignments (8.0.0.370 - ???) <26B7FA96-2070-E56C-072E-5BF4FAC72C18> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x15bd8000 - 0x15c93fef +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <B8855D3A-C827-D9EB-040E-F808043458DA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x15cc2000 - 0x15cfdff3 +com.adobe.InDesign.AWS (8.0.0.370 - ???) <F88DE0E8-30E4-6278-6775-FA6A9B7C4442> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x15d0f000 - 0x15d39ff3 +com.adobe.InDesign.AWSUI (8.0.0.370 - ???) <5C581BF5-0501-0633-DA35-AC4908931944> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x15d48000 - 0x15d81ff7 +com.adobe.InDesign.Basic Tools (8.0.0.370 - ???) <0C4F33B7-E67F-3F64-BC8A-8567200FB0C3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x15d96000 - 0x15df5ffb +com.adobe.InDesign.Behavior (8.0.0.370 - ???) <FABD82A1-F4A7-9D3E-36F4-F9367F8F01E7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x15e0a000 - 0x15ea8fe3 +com.adobe.InDesign.BNCore (8.0.0.370 - ???) <C6D7C19A-CB6E-A3A3-CDC0-9EB8E3D5F8DA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x15ebf000 - 0x15f24ff3 +com.adobe.InDesign.Book (8.0.0.370 - ???) <0AC7BC7B-8B04-633D-6415-F9C6F3B2687E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x15f36000 - 0x15f6eff3 +com.adobe.InDesign.CellStyles (8.0.0.370 - ???) <F1F10EDD-58CA-AA3D-BB57-BFCA0816A1DA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/CellStyles.InDesignPlugin/CellStyles
    0x15f7e000 - 0x16003fef +com.adobe.InDesign.CJK Text Attributes (8.0.0.370 - ???) <C6F945FC-E839-778E-A073-DE4772A8E821> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x1601d000 - 0x160a0fff +com.adobe.InDesign.CJKGrid (8.0.0.370 - ???) <C93F411B-0C21-0268-D70C-CBC084D8C427> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x160b6000 - 0x1619efff +com.adobe.InDesign.Color Management (8.0.0.370 - ???) <AEB38774-2898-14E0-EF60-2FAD9277E576> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0x161c0000 - 0x16221ff3 +com.adobe.InDesign.CompFontMgr (8.0.0.370 - ???) <A6CD1E5C-4576-F1E2-86E5-59B4AFC480E0> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x16234000 - 0x16289ff3 +com.adobe.InDesign.Conditional Text (8.0.0.370 - ???) <0E4C9727-2262-6EC4-2E82-257C8F5F4183> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin/Conditional Text
    0x1629c000 - 0x162ceff3 +com.adobe.InDesign.ContentDropper (8.0.0.370 - ???) <CF2D1EA9-9B37-4A91-91B5-CAEA4D49CF7E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/ContentDropper.InDesignPlugin/ContentDropper
    0x162dd000 - 0x162fdfff +com.adobe.InDesign.Dialog Layout (8.0.0.370 - ???) <03D98479-D7D1-2E54-F386-695645140C0A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x1630a000 - 0x16330ff7 +com.adobe.InDesign.Document Actions (8.0.0.370 - ???) <0DACEFC9-4F3E-0D14-C955-38CA59D8B8A9> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x1633a000 - 0x16509fef +com.adobe.InDesign.Document Framework (8.0.0.370 - ???) <719D4428-D6DD-B14F-E32B-2227C3E7F10E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x16538000 - 0x16540ff7 +com.adobe.InDesign.Document UI (8.0.0.370 - ???) <5F56ABC9-9C79-F847-0723-3D0D25F6DD7D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x16547000 - 0x1688bffb +com.adobe.InDesign.Dynamic Documents (8.0.0.370 - ???) <8CF89B21-DC1B-AF40-FAD2-D46F3C60F899> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents
    0x168c1000 - 0x169a2fe7 +com.adobe.AGMFL (AdobeAGMFL 2.1.0.19553 - 2.1.0.19553) <3B20BE68-253F-ECCE-2BC9-68FDE89213A0> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL
    0x169c1000 - 0x16b74fe3 +com.adobe.AFlamingo (AFlamingo 2.3.102.19287 - 2.3.102.19287) <A04AE11D-8128-3324-295F-504CBAD447E1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x16b90000 - 0x16c8bff7 +com.adobe.InDesign.EPS Page Item (8.0.0.370 - ???) <659D1891-D2A5-FE6E-B96D-FAFEFE68FA20> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x16cb3000 - 0x16db0ff7 +com.adobe.InDesign.Font Manager (8.0.0.370 - ???) <9D1C1A4E-3229-2FBE-B31C-50F15DB43ECD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x16dc8000 - 0x16e98ffb +com.adobe.InDesign.FormField (8.0.0.370 - ???) <CF177A19-26BF-677C-6383-0A5825243D47> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x16eb6000 - 0x16f12ffb +com.adobe.InDesign.Galley (8.0.0.370 - ???) <DE1575A7-CB25-37B4-6F58-8B61333DC7F1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x16f22000 - 0x17067ff3 +com.adobe.InDesign.GalleyUI (8.0.0.370 - ???) <A1D87895-35D8-3AE1-06A7-EDF7EE75EB83> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI
    0x17088000 - 0x172beff7 +com.adobe.InDesign.Generic Page Item (8.0.0.370 - ???) <D008C5CA-6491-A79E-030E-7AA8913F798F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x172f7000 - 0x17302ff7 +com.adobe.InDesign.GenericSettings (8.0.0.370 - ???) <5C7B524F-FF92-1DF4-87BE-81E6E823247F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x17309000 - 0x1730affb +com.adobe.InDesign.Global Preferences Panel (8.0.0.370 - ???) <1E82EF72-4A43-5D8F-F38E-3213B34884CC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x1730f000 - 0x1737cffb +com.adobe.InDesign.Gradient Fill (8.0.0.370 - ???) <DD46630A-8604-596B-01EF-AF2D4E71E0F7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x17391000 - 0x1748aff3 +com.adobe.InDesign.Graphics (8.0.0.370 - ???) <6751514A-305F-22D5-5F6B-EF83069C2290> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x174a6000 - 0x174b1ff7 +com.adobe.InDesign.Group (8.0.0.370 - ???) <64697676-1836-6A88-EAD5-D2A08DE79F6E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x174bb000 - 0x174dbfff +com.adobe.InDesign.Guides (8.0.0.370 - ???) <F9352A2B-1916-8E11-91A9-47F200ADF0FF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x174e9000 - 0x17644ffb +com.adobe.InDesign.HTMLPGT (8.0.0.370 - ???) <A8AF2BC0-D57A-C998-263E-2C74D89F689C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/HTMLPGT.InDesignPlugin/HTMLPGT
    0x176ac000 - 0x177a9ff3 +com.adobe.InDesign.Hyperlinks (8.0.0.370 - ???) <7DBD8FB4-45E4-C1E3-FF9F-CE111584196C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0x177ca000 - 0x17819fef +com.adobe.InDesign.Image Filters (8.0.0.370 - ???) <7886BE2C-CFAE-B06F-DAFD-391E446F033B> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x17822000 - 0x17932ffb +com.adobe.InDesign.Image (8.0.0.370 - ???) <0BDFC74B-06D1-E29D-AB7F-04C6E66A5AD2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x17954000 - 0x17974ff3 +com.adobe.InDesign.IME (8.0.0.370 - ???) <68273229-D088-6FE7-0EBB-049D7765EB27> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x17982000 - 0x179f2ff7 +com.adobe.InDesign.Import Export UI (8.0.0.370 - ???) <48FAF53E-A0DA-7DA4-3A8F-D647CE86A237> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0x17a11000 - 0x17b10fe7 +com.adobe.InDesign.InCopyShared (8.0.0.370 - ???) <98C8C02F-7516-57BB-E646-4DF0D94A25C7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x17b30000 - 0x17b4dff3 +com.adobe.InDesign.InCopySharedUI (8.0.0.370 - ???) <6D9537EF-8E60-E9E4-FFDB-CB91E661A66C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x17b5a000 - 0x17bf5ff7 +com.adobe.InDesign.InCopyWorkflow (8.0.0.370 - ???) <D5BCE9F9-A0F8-5653-FEE7-2E44439CA74C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x17c15000 - 0x17cfcfff +com.adobe.InDesign.Indexing (8.0.0.370 - ???) <BBDBF42B-0FDC-FF20-0EC7-E5C65BCE94BD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x17d15000 - 0x17dd9fe3 +com.adobe.InDesign.INXCore (8.0.0.370 - ???) <D90FF439-FAA9-5CAF-A1EA-9F9A87BA825B> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x17dfa000 - 0x17e25ff3 +com.adobe.InDesign.Layer (8.0.0.370 - ???) <D1983877-BBD3-0FEA-2721-56779B06CBE9> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x17e34000 - 0x1802cfff +com.adobe.InDesign.Layout UI (8.0.0.370 - ???) <C2FFDBBB-7D4A-AEE1-1B0B-FDB5B12BE43D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x18072000 - 0x18099ff3 +com.adobe.InDesign.Layout (8.0.0.370 - ???) <AAF92A8B-C0BE-7B50-AE0C-A1B339F531E3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x180a4000 - 0x180f3ffb +com.adobe.InDesign.Linguistics (8.0.0.370 - ???) <7D889554-84E1-8BFD-4215-334161422D69> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x18107000 - 0x18248fe7 +com.adobe.InDesign.Links (8.0.0.370 - ???) <A583F3F8-D113-EF79-599F-BC17AAB5C615> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x18271000 - 0x18313ff7 +com.adobe.InDesign.Master Page (8.0.0.370 - ???) <E44ED0B1-D4B9-1DD6-3DFA-FBD2B1F02BBE> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x18328000 - 0x18380ff7 +com.adobe.InDesign.Media (8.0.0.370 - ???) <32C3B3B0-3A9A-D6B3-3044-5CBD01CC0A8A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x18391000 - 0x18392ffb +com.adobe.InDesign.Metadata Database Filter (8.0.0.370 - ???) <AAA7D767-80AA-D2C9-AE83-C15DD4C39CF6> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x18397000 - 0x18426ffb +com.adobe.InDesign.Metadata (8.0.0.370 - ???) <78188C84-AE6A-41D5-9B5F-003009B9CF96> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x1843d000 - 0x18454ff7 +com.adobe.InDesign.Movie (8.0.0.370 - ???) <52B8EED2-6C0E-632A-0EDF-77F61FDE2A8D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x18460000 - 0x1849effb +com.adobe.InDesign.Open Place (8.0.0.370 - ???) <96AF9AFB-D46D-6193-6A1D-716D6332847D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x184ae000 - 0x18562fef +com.adobe.InDesign.Paragraph Composer (8.0.0.370 - ???) <87FA214A-5BEA-C348-84A5-11E346767EB8> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x18570000 - 0x185b2ff3 +com.adobe.InDesign.Path Type (8.0.0.370 - ???) <C2D2E374-DD5B-DC87-8263-2F1F39DA120E> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x185c6000 - 0x1880dfff +com.adobe.InDesign.PDF (8.0.0.370 - ???) <54EA456A-3F68-DB9E-B3CE-7118A4326308> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x1883f000 - 0x18943fef +com.adobe.PDFPort (AdobePDFPort 2.1.0.19734 - 2.1.0.19734) <71232DFD-06FB-837B-8246-BD20F862B5E3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x1895c000 - 0x1897bffb +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <0107FAC2-ABDE-FCA8-A855-E6B9636159DA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x1898a000 - 0x189befff +com.adobe.InDesign.Photoshop Import Filter (8.0.0.370 - ???) <6665B7C1-ED42-831D-5E52-D54AD29D8C32> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x189ca000 - 0x19a76ff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x19bef000 - 0x19bf0ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x19bf5000 - 0x19c2ffeb +com.adobe.InDesign.PNG Import Filter (8.0.0.370 - ???) <3C6D23BA-B0F3-8C86-4C21-7DEA4035AFF3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x19c3c000 - 0x19db1fff +com.adobe.InDesign.Print (8.0.0.370 - ???) <0B16BD91-8977-7D93-59F1-6D67C90B7314> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x19dd4000 - 0x19dfaffb +com.adobe.InDesign.Rulers (8.0.0.370 - ???) <953D1536-0758-383D-185A-BEF5523CE59D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x19e09000 - 0x19eacfff +com.adobe.InDesign.Scripting (8.0.0.370 - ???) <43901F62-3831-D7CF-A200-7A123FC4B15C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x19ec6000 - 0x19eeaff3 +com.adobe.InDesign.Sections (8.0.0.370 - ???) <F11940EE-4C0A-6008-BF22-35F39ABEE7D9> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0x19ef7000 - 0x19f87ff3 +com.adobe.InDesign.SharedContent (8.0.0.370 - ???) <F8160FD9-5127-03D0-EF2E-E1355F366E11> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent
    0x19fa3000 - 0x19fb0ff7 +com.adobe.InDesign.Sound (8.0.0.370 - ???) <38D24640-7AEE-3ADA-E2E2-4D93D76EDEC3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0x19fb9000 - 0x19fcafff +com.adobe.InDesign.Spelling Service (8.0.0.370 - ???) <0DE5CB05-94A9-8BEF-3877-34FAFECE86D2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0x19fd5000 - 0x1a01dff7 +com.adobe.InDesign.Spline UI (8.0.0.370 - ???) <221E4B02-9FB7-77BA-76DC-7EA58E2D2316> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0x1a033000 - 0x1a07cfff +com.adobe.InDesign.Spline (8.0.0.370 - ???) <FCFEE9E7-5F09-E4B1-9CC1-C125DC54C053> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x1a08f000 - 0x1a0edff7 +com.adobe.InDesign.Spread UI (8.0.0.370 - ???) <AD4D14F3-347B-D246-AD66-B20E84E331B7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0x1a102000 - 0x1a241ff7 +com.adobe.InDesign.Spread (8.0.0.370 - ???) <87AF9615-AFB3-C5BD-2E1D-0AADCD0355C2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x1a267000 - 0x1a2bffe3 +com.adobe.InDesign.Stroke and Fill (8.0.0.370 - ???) <3FAC2281-54A0-4A7A-9C68-23288148132C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x1a2d2000 - 0x1a316fe3 +com.adobe.InDesign.Support for AppleScript (8.0.0.370 - ???) <03A2B78A-6B8D-36AD-EDB9-9F44B572FA85> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0x1a327000 - 0x1a3c6ffb +com.adobe.InDesign.Support for JavaScript (8.0.0.370 - ???) <8BE58202-B416-D7CB-6242-76007DA009AD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0x1a3e8000 - 0x1a46cfef +com.adobe.InDesign.SVGExport (8.0.0.370 - ???) <86FE3628-3D34-889A-E9D6-A668D39FA75C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/SVGExport.InDesignPlugin/SVGExport
    0x1a491000 - 0x1a531fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x1a55e000 - 0x1a77bff7 +com.adobe.InDesign.Table Model (8.0.0.370 - ???) <32CAE4DE-3171-1D56-98D1-6DC2E380CC17> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x1a7aa000 - 0x1a7fbfff +com.adobe.InDesign.TableStyles (8.0.0.370 - ???) <840B33A7-BA08-534A-74D7-393737B3BCEA> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0x1a80a000 - 0x1a858ffb +com.adobe.InDesign.Text Attributes (8.0.0.370 - ???) <ED69A81F-01B2-1823-1387-F95971A2A75D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0x1a86a000 - 0x1a87eff3 +com.adobe.InDesign.Text Editor Model (8.0.0.370 - ???) <73FD4441-6427-1074-641F-0AD5FCB1C59B> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
    0x1a886000 - 0x1a950ff7 +com.adobe.InDesign.Text Editor (8.0.0.370 - ???) <81901B1A-3FFA-6536-E86E-F5FB8745230C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
    0x1a977000 - 0x1ab52fe7 +com.adobe.InDesign.Text Walker (8.0.0.370 - ???) <49EF6D2A-B8AE-

    I've had an email from Adobe asking me to contact them regarding my InDesign issues. When I log into my Adobe account it says I have no open cases although this one is very much live. As I am based in the UK it's very difficult to get answers from Adobe support due to time differences. They have asked for my contact details etc. but the email does not have a reply address. Does anyone know of any support I can get in th UK? It's not only frustrating that I can't use CS6 but I am struggling to get answers from Adobe also. Email as follows - they even tell me to have a 'nice day' - :
    Your Adobe ID: [removed by forum host]
    Your Case Number:0183766496
    Dear Lisa,
    Thank you for your continuous support and patience with Adobe technical support.
    In order to resolve this issue, we need a real time conversation with you. I do understand that this issue is going on for a long time.
    We would request you to provide us with the below mentioned information so that we can get in touch with you and walk you through the steps to be followed in order to resolve the issue on priority basis:
    1.Your Preferred Day to attend the call
    2.Your Preferred Time to attend the call
    3.Your Time Zone
    4 Your Phone Number
    Please remember our call back team works from Mon-Fri 10.00am-7.00pm CST.
    Kindly revert to us with the above stated information so that our call back team can contact you within 24-48 working hours.
    You may also call Technical Support at (800)-833-6687. We are available from 6:00 am to 5:00 pm Monday Friday, Pacific Time.
    Thank you for choosing Adobe.
    Have a Nice Day !
    This email is in response to support case #0183766496 submitted by Lisa Steward.
    To respond to this update or review your case history, log in to the Adobe Support Portal online and look for your case number in the "recent activity" section. Should you need to send us additional information, you can do so by opening the case and submitting your update.
    If you have difficulties logging in, consult the Adobe ID and Membership FAQ.
    Thank you,
    Adobe Customer Care
    Message was edited by: Peter Spier

  • Windows 7 64bit and Indesign CS6 AAMEE install fails

    Hello,
    i have a windows 7 64bit OS and a server 2008 r2 environemnt. i am trying to deploy indesign CS6 via a batch script that works well on a 32bit windows XP and 7 machine but not on the 64 bit 7 and 2008. the script is simply msiexec /i path of MSI installer /qn, the installer was created using Adobe's AAMEE. I createde a log of the install which i will attach. any help on this will be very much appreciated.
    thank you
    log-----
    === Verbose logging started: 1/30/2013  12:18:51  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (58:48) [12:18:51:633]: Resetting cached policy values
    MSI (c) (58:48) [12:18:51:633]: Machine policy value 'Debug' is 0
    MSI (c) (58:48) [12:18:51:633]: ******* RunEngine:
               ******* Product: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (58:48) [12:18:51:633]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (58:48) [12:18:51:633]: Grabbed execution mutex.
    MSI (c) (58:48) [12:18:51:648]: Cloaking enabled.
    MSI (c) (58:48) [12:18:51:648]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (58:48) [12:18:51:664]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:51:664]: Running installation inside multi-package transaction \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
    MSI (s) (88:C0) [12:18:51:664]: Grabbed execution mutex.
    MSI (s) (88:C0) [12:18:51:664]: Resetting cached policy values
    MSI (s) (88:C0) [12:18:51:664]: Machine policy value 'Debug' is 0
    MSI (s) (88:C0) [12:18:51:664]: ******* RunEngine:
               ******* Product: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (88:C0) [12:18:51:695]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:51:711]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (88:C0) [12:18:51:711]: Incrementing counter to disable shutdown. Counter after increment: 1
    MSI (s) (88:C0) [12:18:51:773]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (88:C0) [12:18:51:773]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: 0
    MSI (s) (88:C0) [12:18:51:867]: File will have security applied from OpCode.
    MSI (s) (88:C0) [12:18:54:191]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi' against software restriction policy
    MSI (s) (88:C0) [12:18:54:191]: Note: 1: 2262 2:  DigitalSignature 3: -2147287038
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi is not digitally signed
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (88:C0) [12:18:54:191]: End dialog not enabled
    MSI (s) (88:C0) [12:18:54:191]: Original package ==> \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
    MSI (s) (88:C0) [12:18:54:191]: Package we're running from ==> C:\Windows\Installer\1a2133.msi
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: looking for appcompat database entry with ProductCode '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (88:C0) [12:18:54:207]: MSCOREE not loaded loading copy from system32
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (88:C0) [12:18:54:222]: User policy value 'TransformsAtSource' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisablePatch' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (88:C0) [12:18:54:222]: APPCOMPAT: looking for appcompat database entry with ProductCode '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:222]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (88:C0) [12:18:54:222]: Transforms are not secure.
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'c:\log.txt'.
    MSI (s) (88:C0) [12:18:54:222]: Command Line: CURRENTDIRECTORY=C:\Users\kose CLIENTUILEVEL=3 CLIENTPROCESSID=2392
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{FFFE9901-085D-4BF2-B25B-BFDC8FC55368}'.
    MSI (s) (88:C0) [12:18:54:222]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (88:C0) [12:18:54:222]: Product Code from property table before transforms: '{ABB3E953-0521-4460-A71A-A3AE420C305F}'
    MSI (s) (88:C0) [12:18:54:222]: Product Code from property table after transforms:  '{ABB3E953-0521-4460-A71A-A3AE420C305F}'
    MSI (s) (88:C0) [12:18:54:222]: Product not registered: beginning first-time install
    MSI (s) (88:C0) [12:18:54:222]: Product {ABB3E953-0521-4460-A71A-A3AE420C305F} is not managed.
    MSI (s) (88:C0) [12:18:54:222]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (88:C0) [12:18:54:222]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (88:C0) [12:18:54:300]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (88:C0) [12:18:54:300]: Adding new sources is allowed.
    MSI (s) (88:C0) [12:18:54:300]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:300]: Package name extracted from package path: 'Adobe InDesign CS6 Clintrak Installer.msi'
    MSI (s) (88:C0) [12:18:54:300]: Package to be registered: 'Adobe InDesign CS6 Clintrak Installer.msi'
    MSI (s) (88:C0) [12:18:54:316]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'DisableMsi' is 0
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (88:C0) [12:18:54:316]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (88:C0) [12:18:54:316]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (88:C0) [12:18:54:316]: Running product '{ABB3E953-0521-4460-A71A-A3AE420C305F}' with elevated privileges: Product is assigned.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\kose'.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2392'.
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'ae40280c719ff440b4a228a765d958ef'.
    MSI (s) (88:C0) [12:18:54:316]: RESTART MANAGER: Session opened.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:316]: TRANSFORMS property is now:
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Favorites
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Documents
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Local
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Pictures
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Desktop
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (88:C0) [12:18:54:347]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (88:C0) [12:18:54:347]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (88:C0) [12:18:54:347]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:347]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Admin'.
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\1a2133.msi'.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi'.
    MSI (s) (88:C0) [12:18:54:363]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (88:C0) [12:18:54:363]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:363]: Machine policy value 'DisableRollback' is 0
    MSI (s) (88:C0) [12:18:54:363]: User policy value 'DisableRollback' is 0
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 1/30/2013  12:18:54 ===
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: INSTALL
    Action start 12:18:54: INSTALL.
    MSI (s) (88:C0) [12:18:54:363]: Running ExecuteSequence
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Program Files (x86)\Common Files\'.
    Action start 12:18:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9
    Action ended 12:18:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: AppSearch
    Action ended 12:18:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 12:18:54: AppSearch.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: LaunchConditions
    Action ended 12:18:54: AppSearch. Return value 1.
    Action start 12:18:54: LaunchConditions.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: FindRelatedProducts
    Action ended 12:18:54: LaunchConditions. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: Note: 1: 2205 2:  3: Upgrade
    MSI (s) (88:C0) [12:18:54:394]: Note: 1: 2228 2:  3: Upgrade 4: SELECT `UpgradeCode`,`VersionMin`,`VersionMax`,`Language`,`Attributes`,`ActionProperty` FROM `Upgrade`
    Action start 12:18:54: FindRelatedProducts.
    MSI (s) (88:C0) [12:18:54:394]: Skipping action: CCPSearch (condition is false)
    MSI (s) (88:C0) [12:18:54:394]: Skipping action: RMCCPSearch (condition is false)
    MSI (s) (88:C0) [12:18:54:394]: Doing action: ValidateProductID
    Action ended 12:18:54: FindRelatedProducts. Return value 0.
    Action start 12:18:54: ValidateProductID.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: ValidateProductID. Return value 1.
    Action start 12:18:54: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    Action start 12:18:54: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC
    Action ended 12:18:54: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: CostInitialize
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: Patch
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: Patch
    Action start 12:18:54: CostInitialize.
    MSI (s) (88:C0) [12:18:54:425]: Doing action: ResolveSource
    Action ended 12:18:54: CostInitialize. Return value 1.
    MSI (s) (88:C0) [12:18:54:425]: Resolving source.
    MSI (s) (88:C0) [12:18:54:425]: Resolving source to launched-from source.
    MSI (s) (88:C0) [12:18:54:425]: Setting launched-from source as last-used.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:425]: SOURCEDIR ==> \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\
    MSI (s) (88:C0) [12:18:54:425]: SOURCEDIR product ==> {ABB3E953-0521-4460-A71A-A3AE420C305F}
    MSI (s) (88:C0) [12:18:54:425]: Determining source type
    MSI (s) (88:C0) [12:18:54:425]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:54:425]: Source type from package 'Adobe InDesign CS6 Clintrak Installer.msi': 0
    MSI (s) (88:C0) [12:18:54:425]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (88:C0) [12:18:54:425]: Source path resolution complete. Dumping Directory table...
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: TARGETDIR , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Root.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: PXStorageFldr.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\PX Storage Engine\ , LongSubPath: PX Storage Engine\ , ShortSubPath: PXSTOR~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SonicShared.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Sonic Shared\ , LongSubPath: Sonic Shared\ , ShortSubPath: SONICS~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: PXDrivers.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Sonic Shared\PX Drivers\ , LongSubPath: Sonic Shared\PX Drivers\ , ShortSubPath: SONICS~1\PXDRIV~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: CatRootFldr.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\catroot\ , LongSubPath: catroot\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: IOSubSys.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\iosubsys\ , LongSubPath: iosubsys\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Drivers.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\drivers\ , LongSubPath: drivers\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Inf.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\inf\ , LongSubPath: inf\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_98 73_2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_987 3_2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873_2CE 14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpOpenMPx86\ , LongSubPath: Windows\winsxs\Policies\dlpOpenMPx86\ , ShortSubPath: Windows\winsxs\Policies\t0ruy2e7\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873_2C E14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpOpenMPx86\ , LongSubPath: Windows\winsxs\ulpOpenMPx86\ , ShortSubPath: Windows\winsxs\x_r5vhcj\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_ 5FFB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5 FFB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5FFB34 80CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpMFCx86\ , LongSubPath: Windows\winsxs\Policies\dlpMFCx86\ , ShortSubPath: Windows\winsxs\Policies\rtwq-8nf\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5FFB3 480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpMFCx86\ , LongSubPath: Windows\winsxs\ulpMFCx86\ , ShortSubPath: Windows\winsxs\vu-gfmqg\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_93 48_AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_934 8_AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348_AD4 5AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpMFCLOCx86\ , LongSubPath: Windows\winsxs\Policies\dlpMFCLOCx86\ , ShortSubPath: Windows\winsxs\Policies\ppfgyuay\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348_AD 45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpMFCLOCx86\ , LongSubPath: Windows\winsxs\ulpMFCLOCx86\ , ShortSubPath: Windows\winsxs\6k3s868x\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_ C138299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C 138299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C13829 9ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpCRTx86\ , LongSubPath: Windows\winsxs\Policies\dlpCRTx86\ , ShortSubPath: Windows\winsxs\Policies\jhqz8wka\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1382 99ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpCRTx86\ , LongSubPath: Windows\winsxs\ulpCRTx86\ , ShortSubPath: Windows\winsxs\uokrlnxb\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_ 10B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_1 0B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10B1D0 F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpATLx86\ , LongSubPath: Windows\winsxs\Policies\dlpATLx86\ , ShortSubPath: Windows\winsxs\Policies\arnjsafm\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10B1D 0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpATLx86\ , LongSubPath: Windows\winsxs\ulpATLx86\ , ShortSubPath: Windows\winsxs\voeov2ue\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\system32\ , LongSubPath: Windows\system32\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.6195.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.6188.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.762.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4407.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4054.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4053.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4052.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4045.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4029.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4028.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4027.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.1833.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3069.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3051.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3044.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.238.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.193.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.104.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.103.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.101.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.100.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.99.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.98.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.97.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.96.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.95.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.93.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.89.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.94.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir_ul.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\gd6uew4i.4ha\ , LongSubPath: Windows\winsxs\gd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\h0ryx0ss.lm8\ , LongSubPath: Windows\winsxs\h0ryx0ss.lm8\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsManifests.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Manifests\ , LongSubPath: Windows\winsxs\Manifests\ , ShortSubPath: Windows\winsxs\manifest\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.6195.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.6188.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.762.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4407.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4054.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4053.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.3069.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4027.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4045.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4029.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.3051.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.1833.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.4052.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.238.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.3044.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.4028.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.97.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.101.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.99.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.104.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InD

    Many thanks for this!   I managed to install the Flash Player with this successfully after many failed attempts before.
    Thanks again
    Jason Pearlson
          From: Jeromie Clark <[email protected]>
    To: Jason Pearlson <[email protected]>
    Sent: Wednesday, March 25, 2015 10:46 PM
    Subject:  I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    created by Jeromie Clark in Installing Flash Player - View the full discussionPlease use the offline installer Internet Explorer: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe Firefox and other NPAPI browsers: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7349939#7349939 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7349939#7349939 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Installing Flash Player by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Search Object Style in CS2

    Hi all,
    Im doing javascript for InDesign CS2. I need to find unused Object style through script.
    Please Help....
    Thanks in advance...

    Hi creativejoan0425
    I am not sure if I get your question rigth because my answer ist very short
    All you need is:
    var myDocAnz = app.documents.length;
    for (k= 0; k < myDocAnz; k++) {
         var myStories = app.documents[k].stories.everyItem().getElements();
    // your code
         for (i = myStories.length - 1; i >= 0; i--){
             var myTextFrames = myStories[i].textContainers;
             for (j = myTextFrames.length - 1; j >= 0; j--)    {
                 if (myTextFrames[j].contents == ""){
                     myTextFrames[j].remove();
                 } // if
             }  // for
         } // for
    } // for
    But with this script you remove every empty textframe
    Kind Regards
    Dani (from Switzerland)

  • Object styles. Trouble placing images

    When I place an image I have to clear object overides.
    I have been using indesign since 1.5, this has only happened with CC.
    It is arcane but it is driving me mad.
    The content is not centered in the box.
    Thanks in advance.
    (PS. Random inability to save documents. Have to triple or quituple click text to select. And the program runs slow. Apart from this it's great. Hope I don't lose so much money I can no longer subscribe. This is the point Adobe jumped the shark.)

    All patches up to date.
    Please correct me – launch Indesign, open object styles, choose basic graphic frame, edit it to suit you and the square icon is showing.
    This should be the style applied to new picture boxes and placed art?
    Or am I wrong.
    Because when I place pictures the style jumps to a 'none' with overides.
    I have reinstalled etc. And this was one of the first odd things I noticed about CC
    Please advise me.

  • Scripting Problem with the Default SplitStory.vbs Schript. Windows Scripting Error No. 429, ActiveX-Component cannot create object: 'InDesign.Application", Engine: Default File: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Scripts\Scripts Panel\Samples

    On another PC it works. I can't find any difference in the script line 15. I could run the Script 1 time and the 2nd time it Show this error
    Set myInDesign = CreateObject("InDesign.Application")
    Rem Set the user interaction level to allow the display of dialog boxes and alerts.

    Hi
    delete the tbl file so it regenerates see Re: InDesign CS6 scripts don't work on CC anymore
    HTH
    Trevor

  • Script for applying object style to only tif, or eps or...(by extension)

    We need to apply object style to only eps files in doc, or tif.... How to do this? Maybe someone have a script?
    thanks

    @kajzica – I don't have a script for that, but it is scriptable. You surely mean that you want to apply the object styles to the container frame of the images, aren't you?
    A few minutes later – try the following ExtendScript (JavaScript) code:
    You could edit the names of the two object styles at the beginning of the script code.
    OR: you could first run the script, the script will add two object styles to the document that you can edit afterwards.
    The script will sort the EPS and the TIFs from the other image types.
    Make sure that all graphics are up-to-date and linked correctly!!
    //ApplyObjectStylesTo_ContainersOf_TIF_EPS.jsx
    //Uwe Laubender
    * @@@BUILDINFO@@@ ApplyObjectStylesTo_ContainersOf_TIF_EPS.jsx !Version! Thu Dec 12 2013 13:15:30 GMT+0100
    //Edit your style names here. Change the name between the two " " only!!
    //OR: edit your object styles in InDesign after running the script.
    var styleNameForEPS = "EPS-Containers-Only";
    var styleNameForTIF = "TIF-Containers-Only";
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    app.doScript(_ApplyObjectStylesToContainers, ScriptLanguage.JAVASCRIPT, [], UndoModes.ENTIRE_SCRIPT, "Apply object styles to containers for TIF and EPS graphics");
    function _ApplyObjectStylesToContainers(){
    var d=app.documents[0];
    var allGraphicsArray = d.allGraphics;
    if(!d.objectStyles.itemByName(styleNameForEPS).isValid){
        d.objectStyles.add({name:styleNameForEPS});
    if(!d.objectStyles.itemByName(styleNameForTIF).isValid){
        d.objectStyles.add({name:styleNameForTIF});
    for(var n=0;n<allGraphicsArray.length;n++){
        //The EPS case:
        if(allGraphicsArray[n].getElements()[0].constructor.name === "EPS"){
            allGraphicsArray[n].parent.appliedObjectStyle = d.objectStyles.itemByName(styleNameForEPS);
        //The TIF case
        if(allGraphicsArray[n].getElements()[0].constructor.name === "Image" && allGraphicsArray[n].getElements()[0].imageTypeName === "TIFF"){
            allGraphicsArray[n].parent.appliedObjectStyle = d.objectStyles.itemByName(styleNameForTIF);
    }; //END: function _ApplyObjectStylesToContainers()
    Uwe

  • Problem with PDF 1.3-Export: Photoshop-Files with transparency over InDesign colored objects

    Hello!
    I'm using InDesign CS6.
    I'v finished now a layout for a folder, and I put a photoshop-image with transparency over a InDesign-rectangle which I have filled with a cmyk-color in yellow.
    When I export a PDF with the Settings "PDF X-3:2002" (with PDF-Standard 1.3) the Photoshop-image shows uggley jagged edges at the border to the InDesign-colored background. However, the Photoshop-images which are over another bitmap-image (as background), this images don't show this annoying edges.
    When I export to PDF-Standard 1.4 the problem doesn't occor, however my printing-service requests PDF 1.3.
    I know, the workaround for this problem is, to replace the yellow background-color with an bitmap-file with the same color, but is there any other option to get a correct result without this more time-consuming image trick?
    I think it has to do with the transparency reduction which is necessary if using PDF 1.3. When I examine the PDF-File in Illustrator, this edges occurs mostly at the borders from the tiles in which the image is cut during the transparency reduction process. Although, if I open the rendered PDF in Photoshop this jagged edeges are visible, so it is definitly a render error.
    I would be glad if someone of you has a solution for this problem, in the attachment is an image which illustrate the problem.
    Best wishes

    Find another printer.
    End of problem. It really saddens me to think that these Luddites are
    still in business making no effort to move into the 21st century.
    Bob

  • How to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    how to set up the interaction between InDesign CS6 8.0 and Photoshop CS 6 - if Photoshop is installed and the 64 and 32-bit?? default InDesign refers to the 64-bit version of Photoshop and scripts do not work.

    Nice of you to point it out here as I at least don’t follow Mr.Nash’s blog regularly.

  • We have an applescript that will batch print InDesign CS6 files from a folder to a laser printer using an InDesign print preset. The script does not work in OS X Yosemite. The script errors out with the print preset. Any thoughts?

    tell application "Finder"
      activate
      set thefolder to choose folder with prompt "Select a Folder with InDesign Files to be Printed" as text
      set thePath to thefolder as text
      set the selected_items to every item of folder thefolder
      if the selected_items is {} then
      beep
      display dialog "Please select a folder with InDesign files before running this script." buttons {"Cancel"} default button 1
      end if
      repeat with aFile in selected_items
      tell application "Adobe InDesign CS6"
      activate
      with timeout of 600 seconds
      set user interaction level of script preferences to never interact
      open aFile
      tell document 1
      tell print preferences
      set active printer preset to "Catalog Pages"
      set page range to all pages
      end tell
      print without print dialog
      close saving no
      end tell
      end timeout
      --might need this delay
      --delay 10
      set user interaction level of script preferences to interact with all
      end tell
      end repeat
      tell application "Finder"
      activate
      display dialog "Batch Printing is complete!" giving up after 5
      end tell
    end tell

    Hi
    After I put a small delay in as shown, your code ran fine, tested on about twenty ID files, using ID CC 2014, OSX 10.10.2
    tell document 1
    delay 0.5   -- delay added
      tell print preferences
      set active printer preset to "Catalog Pages"

  • In Indesign CS6 I export an artboard to  TIFF with the sdk's funtion SnapshotUtilsEx- ExportImageToTIFF(iStream) and, the resulting file is one pixel too large in the X, leaving a transparent strip on one edge. Any idea if there is a bug in the sdk?

    In Indesign CS6 I export an artboard to  TIFF with the sdk's funtion SnapshotUtilsEx->ExportImageToTIFF(iStream) and, the resulting file is one pixel too large in the X, leaving a transparent strip on one edge. Any idea if there is a bug in the sdk?

    An easy example to prove this bug of Indesing CS6:  I create a psd with Photoshop CS6, with width 505 pixels, height 317 pixels and a resolution of 300 pixels per inch. This psd is placed on a page in InDesign CS6. Then I try to export it as a tiff with the functions:
    fSnapshotUtilsEx->Draw(flags,fullResolutionGraphics,greekBelowPtSize,enableAntiAliasing,tr ansparencyQuality,abortCheck,pVPAttrMap,bDrawNonPrintingObjects);
    and
    SnapshotUtilsEx-> ExportImageToTIFF (iStream)
    The resulting tiff has a width of 506 pixels (one pixel more in width). It will happen the same if we start with a width of 507 pixels, etc.
    This error does not occur with Indesign CS5, nor Indesing CC.

  • InDesign cs6 crashes when exporting objects with drop shadows to interactive PDF

    I am using the trial version of InDesign CS6 on a mac OSX 10.7.4  I need to export my document as an interactive PDF. I have found that the export works fine so long as none of the objects within my document have a drop shadow. However, if I add a drop shadow to any object (text, images, or video) InDesign will crash when I try to export. I am adding the drop shadow by selecting the object and then choosing Object > Effects > Drop Shadow. Is there another method I should be using to add the shadow if I want to export to an Interactive PDF?

    Hi Peter, thanks for the response. Yes, I have tried creating a new blank project and adding one text object with a drop shadow and then exporting to Interactive PDF, and I experienced  the same result. I tried replacing my preferences as you suggested and found that it did not have any affect.
    I continued developing my InDesign document without using any drop shadows and began to experience the same type of crashing under two more circumstances. 1. When relinking assets in my Links panel. 2. When exporting to interactive PDF with interactive objects that are being clipped (I get a warning telling me I have clipped objects before I export; when I click export I experience the same crash.) I have tried exporting the same file to a print (non-interactive) PDF and experienced no crashing.
    I thought I should mention that I am using a retina display mac book pro with 16GB RAM. Could my graphics cards or the configureation of my machine be causing my issue?
    Thanks so much,

Maybe you are looking for

  • Can't see new hard drive on my Satellite Pro 6100

    I have bought a new Toshiba 40GB hard drive for my Satellite Pro 6100. I have installed it in it's bay but it is not being recognised in the BIOS or when i try to reinstall using the recovery disc! Would the bios recognise that there is a drive even

  • Derivation rule for commitment code

    is it possible to have a derivation rule where we can define for budgeting purpose that if we are using  a particular cost center we could  use only a particular commitment code only. viewers please leave your hints/remarks so that any help could be

  • Audio driver issue

    I have a Thinkpad T530 with Realtek HighDefinition Audio.  Recently I installed a Windows update and foolishly chose to install an optional update for the RealTek device.  Ever since, when I log in, I get this error: The current Dolby Audio driver ve

  • Beats audio Panel Missing after upgrading to Windows 8.1 and installing HP Reccomended Drivers

    I recently upgraded to Windows 8.1 on my HP Envy H8-1450. The Beats audio Panel Disappeared and only shows IDT. I uninstalled and re-installed the HP reccomended audio drivers several times....no luck.The sound does not sound as it did under Windows

  • Not able to rename the existing file

    Hi All, I have a java file Test.java in which i am doing the following stuffs. 1) I am creating a new file 2) Entering contents in the existing file 3) Renaming the existing file--When i am doing this i am not getting any error but the existing file