Flash Builder 4.5.1 Lists

Hey there
I would please like to have a floating left div layout on a flex mobile list. Something like pinterest got.
Here is a example: http://suprb.com/apps/gridalicious/
Please help me out

Here's the solution:
The problem did not exist on an installation of Flash Builder on a spare MacBookPro.
On my main computer (the one with the Flash Builder issue) I uninstalled and reinstalled Flash Builder 4.5 (then updated to 4.5.1). Creating an iOS Mobile Application now creates the correct code.
I have no idea why it was creating dodgy code.
The only difference with the new Flash Builder install is that SourceMate 3.0 is not installed yet. Perhaps something had gone wrong in the Adobe Updater when going from 4.5 to 4.5.1, who know...all speculation...anyhow it works now!

Similar Messages

  • Android package contents in Flash Builder 4.5 : file list doesn't update

    I keep hitting what looks like a bug in Flash Builder 4.5, and I'm wondering if anyone else has seen it or can help me find a workaround.
    The problem occurs when I choose Export Release Build... and try to build an APK for Android. In the second screen of the wizard, under the Package Contents tab, there's a file list and you're supposed to select the files you want in the package. Simple enough. The problem is that this file list does not consistently reflect updates to the project file structure. So I usually see an outdated file list, which might or might not have all the files I actually need to put into the package.
    There doesn't seem to be a way to force the wizard to rescan the project and rebuild this list. I've tried restarting Flash Builder, deleting bin-release-temp, cleaning all projects, and a few other things besides. So far nothing works. (The Flash view always picks up my changes within a few seconds.)
    It seems like my only option is to use the command-line compiler. Not the end of the world, but I'd rather that the wizard just do what it's supposed to do.
    Anyone have any ideas?

    Thanks for the suggestion. I checked, but that doesn't seem to be the problem in my case. I've attached a screen shot showing the problem – the list of source files in the Flash view doesn't match the list of source files in the Export Release Build wizard. The red boxes highlight one of the areas where they differ.
    The file I want to include is StagesLoader/assets/game/assets.swf. (The directory StagesLoader/assets is included into the project as a separate source path.) As you can see, the "rooms" folder in that directory is available in the export wizard, but "assets.swf" is not.

  • Flash builder ,Toggle break point ,get error:Error getting list of source files

    In Flash builder ,debug a Web Application, when try to toggle a break point , flash builder prompts:
    Error getting list of source files
    flash.tools.debugger.InProgressException
      at flash.tools.debugger.concrete.DSwfInfo.swdLoaded(DSwfInfo.java:156)
      at flash.tools.debugger.concrete.DSwfInfo.getSourceList(DSwfInfo.java:131)
      at flash.tools.debugger.threadsafe.ThreadSafeSwfInfo.getSourceList(ThreadSafeSwfInfo.java:78 )
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.findSourceFiles(FlexLineBreakp oint.java:512)
      at com.adobe.flexbuilder.debug.breakpoints.FlexLineBreakpoint.instantiate(FlexLineBreakpoint .java:577)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget.instantiateBreakpoint(FlexDebugTarget.j ava:525)
      at com.adobe.flexbuilder.debug.model.FlexDebugTarget$1.run(FlexDebugTarget.java:568)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    who can answer this?

  • Problem with inline FXG in Flash Builder

    Hello,
    True newbie to Flex and Flash Builder.
    I am trying to use FXG code out of Illustrator CS4 and PASTE in in a skin.mxml file.
    I thought that Flash Builder would automatically convert the <Graphic> tag to a Spark <s:Graphic> tag after I pasted in the SHOW CODE segment from Illustrator Save function.
    The same for all the other tags.
    It does not. Flash Builder just gives me an error when I save the Skin.mxml file.
    I don't want to just import the .FXG file as a component because it contains text in the layout I want to dynamically change in an <s:List.>
    Sample code:
    <s:Skin
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:mx="library://ns.adobe.com/flex/halo"
        xmlns:ai="http://ns.adobe.com/ai/2008"
        xmlns:d="http://ns.adobe.com/fxg/2008/dt"
        xmlns:graphics="assets.graphics.*">
        <fx:Metadata>[HostComponent("spark.components.List")]</fx:Metadata>
        <s:states>
            <s:State name="normal"/>
            <s:State name="disabled"/>
        </s:states>
        <s:Rect
            height="457"
            ai:objID="4ee65600"
            d:userLabel="pageContentArea"
            width="921"
            x="0.5"
            y="1.5">
            <s:stroke>
                <s:SolidColorStroke caps="none" color="0x002581" joints="miter" miterLimit="4" scaleMode="normal" weight="1" color.normal="#3993d2"/>
            </s:stroke>
        </s:Rect>
        <Graphic version="1.0" viewHeight="2000" viewWidth="2000" ai:appVersion="14.0.0.367" d:id="1" >
                <Library>
                    <Definition name="sym3d_Pyramid_Rainbow" d:userLabel="3d Pyramid Rainbow">
                        <Group>
                            <Group x="-7.52246" y="-24.9131">
                                <Group ai:knockout="0">
                                    <Path winding="nonZero" ai:knockout="0" data="M0.358887 9.48828L7.5249 12.5605 7.521 0.279297 0.358887 9.48828Z" >
                                        <fill>
                                            <LinearGradient x="2.04785" y="11.2568" scaleX="11.5761" rotation="-45">
                                                <GradientEntry color="#ed2324" ratio="0"/>
                                                <GradientEntry color="#ed2224" ratio="0.617977"/>
                                                <GradientEntry color="#ed2324" ratio="0.629213"/>
                                                <GradientEntry color="#ed2024" ratio="0.983146"/>
                                            </LinearGradient>
    How do get this to work? What am I doing wrong?
    Thanks,
    bernie393

    Hey Peter, Again I REALLY appreciate your help....
    So, Are you saying if follow the below process steps it will work?
    1. Copy of code from AI Save as FXG dialog box using the Show Code button.
    2. Open the Skin or ItemRenderer in Flash Builder Beta 2. (which one should I use to be able to BIND data, skin or itemrenderer)
    3. Paste the code in AT THE BOTTOM (after the Skin or ItemRenderer) (tags will still be in <Graphic> format NOT <s:Graphic> format)
    4. Move the Library tags to the top of pasted code.
    5. Save the file in Flash Builder that it will convert the tags to (s:xxxxxxx) type tags>
    IF this is wrong, please explain..I apologize, trying to pick this up as fast as I can...Solving this problem would allow me to move very quickly in creating the pages I have to.
    Not knowing Flex 4 well enough, it would take considerably more time if I had to save each individual OBJECT from AI and export as png or jpg or gif.
    I also would have to recreate the layout from scratch which would also be difficult at my current knowledge level.....
    Also, a learning point for me: In Flex 4 when I do this in Flash Catalyst (I have over 30 pages to build and probably 45 states and when work in Flash Catalyst it will crash if I move to many times in and out of editting components so I have to save often so I cannot do the whole in Catalyst and I need a repeatable process to get all  the different page graphics out of AI and into Flash Builder), Catalyst creates a List component in the main MXML file, a skin.mxml file, and a item renderer.mxml file. I am use to coding in Smalltalk, Javascript, and Java. What parts are considered the Model, View, and Controller in a MVC architecture?
    Thank you again Peter......
    Bernie393

  • Flash Builder 4 List controls trimming spaces from XML node values

    I'm trying to migrate my Flex 3 application to Flash builder 4.  One issue that I have is that one of my datasources returns a list of cities and regions.  To get the regions to display in the correct order in Flex 3, a space was added to to their name in the database (ie. "West", "Northwest" are stored in the database as " West" and " Northwest" so that when sorted by the sql query they would appear at the top and gets translated to XML to fill in a list box or combo box in my Flex 3 application.  I have functions that take that selected city or region value from the combo box and queries the database for various performance metrics.  In migrating to Flash Builder 4, I noticed that the spaces in the region names no longer appear in the combo boxes.  When I show the data in a datagrid, the spaces are still there but when populating a combo box or list box, the leading space gets trimmed.  This is an issue since if a user selects the value "West", it doesn't find it in the database since it is listed as " West".  This wasn't an issue in Flex Buider 3.  Is there a work around or parameter that I can set to force the combo box or list box to show the data as-is versus having it trim off the leading spaces for my regions?
    Also, a stupid question, in Flex 3, you were able to find the select value of a combo box by using comboBox.text.  What is the equivalent in Flash Builder 4?  Do I need to do comboBox.selectedItem.Region.toString() now or is there a shortcut to pull the text from the combo box?

    I think you want this:
    private function onLoadPortfolioData(event:ResultEvent):void
        var obj:XMLList = event.result.img as XMLList;
        if (obj.length > 0)
            _imgCollection = new XMLListCollection(obj);
            pictureList.dataProvider = _imgCollection;
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • Custom List component in Flash builder 4.5

    Hi,
    Am new to Flash builder 4.5. I want to create a custom list component. In that i have some queries.
    They are,
    1. What are the basic procedures/steps to be followed for Component development in Flash builder 4.5
    2. What are the approaches to the component development in Fladh builder 4.5?
    3. Is there any reference sutes available?
    Thanks,
    Manikandan

    http://www.adobe.com/devnet/flex/videotraining/exercises/ex1_06.html
    you could also search blogs for custom component creation. There might be many implementations for your learning/usage.

  • Listing The Database Objects Using Menu (combobox, list etc.)  With Flash Builder

    Hi,
    i try to learning flash builder and developing a simple application.
    i have a database and it contain a id, eser, baslik area.
    id : standart id area.
    eser : contain a long text
    baslik : title of the eser
    you can see the database below (i add a long text area view (eser) second image)
    i added a combobox to my project. bind it (get all results) "baslik" coloumn in database
    and listing titles  in combobox.
    i want to learn. how can i listing a long text area (eser) in database, when i select a title (baslik)
    below the combobox.
    I asked an example for ComboBox. may be another type of menu.
    I'm trying to do this for a long time but just could list the titles in combobox.
    I will be a very very happy, if somebody can help me.
    love & respect & peace

    i researched a many document but still can't find a insert data grid.
    it seems to under Components Panel all documents and videos
    but i can't see it?
    Anirudh SasikumarRangoraTodd_KoprivaJason San JoseSunilAdobeAmy_WongDatabase Listing And Paging With Flash BuilderUsing Flash BuilderFlex
    somebody help me please?
    thanks
    bye

  • Database Listing And Paging With Flash Builder

    Hello ;
    i trying to develop an android application with flash builder.
    i have a database and connected it, selected a table and created a service.
    my table have a four coloumn. id - img - tag - date
    id : as you know. table id coloumn auto increment.
    img : long text area. i want to listed to page when clicking the menu item.
    tag : tag is title of the img.
    date : standart date coloumn.
    i want to listing all data with menu style. i added to spinner list and it get to value at database tag (title) .
    how can i listing to text (long text area) in to the img coloumn when selected the tag (title) at spinner list. 
    thanks
    bye.

    i researched a many document but still can't find a insert data grid.
    it seems to under Components Panel all documents and videos
    but i can't see it?
    Anirudh SasikumarRangoraTodd_KoprivaJason San JoseSunilAdobeAmy_WongDatabase Listing And Paging With Flash BuilderUsing Flash BuilderFlex
    somebody help me please?
    thanks
    bye

  • Wireframe Components list smaller than Flash Builder Components list?

    Hi All,
    I noticed that in Flash Catalyst the WIREFRAME COMPONENTS tab only has a limited set of components (Button, Checkbox, Data List, HScrollbar, HSlider, Radio Button, Text Input, Toggle Button, VScrollbar, VSlider). Flash Builder, on the other hand, has other components not in this list (Combo Box, Color Picker, Progress Bar, Tab Bar, etc).
    For all the components in FB not in the wireframe list of FC, is the designer/developer supposed to add custom components in the Library tab of FC? Will Adobe add more to the list of wireframe components in future FC releases?
    Thanks for any inputs!

    Hey FutureSplasher,
    You're right, the Flash Catalyst Wireframe Components list is a subset of the Spark component set exposed in Flash Builder.
    In Catalyst we expose special tooling, properties, and experience around each spark component.
    It is definitely our intent moving forward to continue to expose more and more Spark components, but as opposed to Builder each component we add requires some special work around exposing the user experience of working with, creating and manipulating that component.
    I absolutely encourage you to leverage the fxpl (library) workflows to create and import your own components (and share with other Catalyst friends online if you feel so inclined ).
    In the meantime, if you have specific high priority component requests, we'd love all the feedback we can get.  Feel free to post a list of a couple high priority components here, or post them to the ideas site so we can get other users voting for them: http://ideas.adobe.com/flashcatalyst
    Thanks for posting!
    Tara

  • Adding a metadata to Flash builder list

    Hello,
    Where should I look for if I want to add metadatas to Flash Builder's metadata list ?
    I just want my custom metadatas to beneficiate from the metadata coloring Flash builder editor offers. Or even better, define another color for my custom metadatas, but I don't think this is as easy or even possible. ( For instance, the default metadatas come with the blue color, mine would be orange )
    Thanks,
    Alex Galays

    secondliver wrote:
    Hi, this might seem like a relatively simple problem but after spending some time, I haven't yet arrived at an appropriate solution.
    1. I have spry repeat list.
    2. I want add a counter (required by a javascript function nested within the repeat list).
    I have tried ds2.getCurrentRowID and that failed.
    One simple way of thinking of the problem is: how would you modify a spry repeat list to display each row, numbered 1 through n down the left-hand column?
                <tr spry:repeat="ds2" spry:odd="evenRowVenue" spry:even="oddRowVenue" spry:hover="hoverVenue" onClick="MM_callJS('GEvent.trigger(venue_list[INCREMENTING COUNTER HERE],\'click\');')">
                  <td align="left"><a href="venue_show.php?vid={@vid}">{@name}</a></td>
                  <td align="left">{@street1}</td>
                  <td align="left">{@city_suburb}</td>
                  <td align="left">{@state}</td>
                  <td align="left">{@country}</td>
                  <td align="left">{@rating}</td>
                </tr>
    {ds_RowNumber} is what you are looking for.
    So in you case:
    onClick="MM_callJS('GEvent.trigger(venue_list[{ds_RowNumber}],\'click\');')">

  • Flash builder 4.7 crashes on start

    I am a creative cloud customer. And i was working on flash builder 4.6 without any problem. Today i was notified that i can install 4.7. And i did it.
    Unfortunately it doesn't work. It crashes on start and i don't know why. All other products work fine and previous version 4.6 worked fine also
    i have try to reinstall it but it hasn't resolved my problem and as a creative customer i can't manage to find the older version which works fine
    i have found this error log but honestly i can't really manage with this and don't know how to fix this
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077980895, pid=5260, tid=4900
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [ntdll.dll+0x50895]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x00000000005bf800):  JavaThread "main" [_thread_in_Java, id=4900, stack(0x0000000000030000,0x0000000000130000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    RAX=0x000000000012d838, RBX=0x0000000000000002, RCX=0x000000000012d908, RDX=0x000000000012d878
    RSP=0x000000000012d828, RBP=0x000007feebeba5f0, RSI=0x0000000000000020, RDI=0x0000000000000000
    R8 =0x0000000000124000, R9 =0x0000000000000003, R10=0x0000000000000000, R11=0x0000000000002176
    R12=0x0000000000000000, R13=0x0000000000000050, R14=0x0000000000000003, R15=0x00000000005bf800
    RIP=0x0000000077980895, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x000000000012d828)
    0x000000000012d828:   0000000000000202 000000007793b239
    0x000000000012d838:   000007fffffde000 0000000007882a00
    0x000000000012d848:   0000000000000007 0000000000000000
    0x000000000012d858:   000000000012da60 000000000012da90
    0x000000000012d868:   0000000000124000 0000000200000000
    0x000000000012d878:   0000000000130000 0000000000124000
    0x000000000012d888:   0000000002906f50 0000000000000000
    0x000000000012d898:   0000000000000000 000000000012e080
    0x000000000012d8a8:   0000000006d10290 000000006da0c38a
    0x000000000012d8b8:   0000000000000000 00000000b02664fd
    0x000000000012d8c8:   0000ffff000000c0 00000000005c0498
    0x000000000012d8d8:   000000000012e0b0 000000006da0cce3
    0x000000000012d8e8:   0000000002943110 0000000000000000
    0x000000000012d8f8:   000000000012da38 0000000000000000
    0x000000000012d908:   000000000012e150 00000000028d5b22
    0x000000000012d918:   00000000028d4ed0 0000000000000000
    Instructions: (pc=0x0000000077980895)
    0x0000000077980875:   d0 00 00 00 4c 89 a1 d8 00 00 00 4c 89 a9 e0 00
    0x0000000077980885:   00 00 4c 89 b1 e8 00 00 00 4c 89 b9 f0 00 00 00
    0x0000000077980895:   0f ae 81 00 01 00 00 0f 29 81 a0 01 00 00 0f 29
    0x00000000779808a5:   89 b0 01 00 00 0f 29 91 c0 01 00 00 0f 29 99 d0
    Register to memory mapping:
    RAX=0x000000000012d838 is pointing into the stack for thread: 0x00000000005bf800
    RBX=0x0000000000000002 is an unknown value
    RCX=0x000000000012d908 is pointing into the stack for thread: 0x00000000005bf800
    RDX=0x000000000012d878 is pointing into the stack for thread: 0x00000000005bf800
    RSP=0x000000000012d828 is pointing into the stack for thread: 0x00000000005bf800
    RBP=0x000007feebeba5f0 is an unknown value
    RSI=0x0000000000000020 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x0000000000124000 is pointing into the stack for thread: 0x00000000005bf800
    R9 =0x0000000000000003 is an unknown value
    R10=0x0000000000000000 is an unknown value
    R11=0x0000000000002176 is an unknown value
    R12=0x0000000000000000 is an unknown value
    R13=0x0000000000000050 is an unknown value
    R14=0x0000000000000003 is an unknown value
    R15=0x00000000005bf800 is a thread
    Stack: [0x0000000000030000,0x0000000000130000],  sp=0x000000000012d828,  free space=1014k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ntdll.dll+0x50895]  RtlCaptureContext+0x85
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v  blob 0x000000000290707f
    j  java.util.jar.Attributes.putValue(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; +13
    j  java.util.jar.Attributes.read(Ljava/util/jar/Manifest$FastInputStream;[B)V+301
    j  java.util.jar.Manifest.read(Ljava/io/InputStream;)V+21
    j  java.util.jar.Manifest.<init>(Ljava/io/InputStream;)V+28
    j  java.util.jar.JarFile.getManifestFromReference()Ljava/util/jar/Manifest;+60
    j  java.util.jar.JarFile.getManifest()Ljava/util/jar/Manifest;+1
    j  sun.net.www.protocol.jar.URLJarFile.isSuperMan()Z+9
    j  sun.net.www.protocol.jar.URLJarFile.getManifest()Ljava/util/jar/Manifest;+1
    j  java.util.jar.JarFile.maybeInstantiateVerifier()V+70
    j  java.util.jar.JarFile.getInputStream(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;+1
    j  sun.net.www.protocol.jar.JarURLConnection.getInputStream()Ljava/io/InputStream;+88
    j  java.net.URL.openStream()Ljava/io/InputStream;+4
    j  org.eclipse.osgi.baseadaptor.HookRegistry.mergeFileHookConfigurators(Ljava/util/List;Ljav a/util/List;)V+90
    j  org.eclipse.osgi.baseadaptor.HookRegistry.initialize()[Lorg/eclipse/osgi/framework/log/Fr ameworkLogEntry;+21
    j  org.eclipse.osgi.baseadaptor.BaseAdaptor.<init>([Ljava/lang/String;)V+29
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Lj ava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Obje ct;+72
    j  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/ Object;+5
    j  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.createAdaptor()Lorg/eclipse/osgi/framewor k/adaptor/FrameworkAdaptor;+72
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.startup([Ljava/lang/String;Ljava/lang/Run nable;)Lorg/osgi/framework/BundleContext;+65
    j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+34
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
    j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
    j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
    j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0000000005f80800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2912, stack(0x0000000006af0000,0x0000000006bf0000)]
      0x0000000005f78800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4260, stack(0x00000000069f0000,0x0000000006af0000)]
      0x0000000005f5b000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4804, stack(0x00000000068f0000,0x00000000069f0000)]
      0x0000000005f59000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6080, stack(0x00000000067f0000,0x00000000068f0000)]
      0x0000000005f57800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5632, stack(0x00000000066f0000,0x00000000067f0000)]
      0x0000000005edb800 JavaThread "Finalizer" daemon [_thread_blocked, id=5716, stack(0x00000000065f0000,0x00000000066f0000)]
      0x0000000005ed4800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4068, stack(0x00000000064f0000,0x00000000065f0000)]
    =>0x00000000005bf800 JavaThread "main" [_thread_in_Java, id=4900, stack(0x0000000000030000,0x0000000000130000)]
    Other Threads:
      0x000000000068f800 VMThread [stack: 0x00000000063f0000,0x00000000064f0000] [id=5372]
      0x0000000005f89800 WatcherThread [stack: 0x0000000006bf0000,0x0000000006cf0000] [id=4780]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 152896K, used 5243K [0x00000000eaab0000, 0x00000000f5550000, 0x0000000100000000)
      eden space 131072K, 4% used [0x00000000eaab0000,0x00000000eafcec78,0x00000000f2ab0000)
      from space 21824K, 0% used [0x00000000f4000000,0x00000000f4000000,0x00000000f5550000)
      to   space 21824K, 0% used [0x00000000f2ab0000,0x00000000f2ab0000,0x00000000f4000000)
    PSOldGen        total 349568K, used 0K [0x00000000c0000000, 0x00000000d5560000, 0x00000000eaab0000)
      object space 349568K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000d5560000)
    PSPermGen       total 65536K, used 5468K [0x00000000b0000000, 0x00000000b4000000, 0x00000000c0000000)
      object space 65536K, 8% used [0x00000000b0000000,0x00000000b0557120,0x00000000b4000000)
    Code Cache  [0x00000000028d0000, 0x0000000002b40000, 0x00000000058d0000)
    total_blobs=240 nmethods=33 adapters=161 free_code_cache=49863168 largest_free_block=10752
    Dynamic libraries:
    0x0000000000400000 - 0x000000000040e000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\FlashBuilder.exe
    0x0000000077930000 - 0x0000000077ad9000     C:\Windows\SYSTEM32\ntdll.dll
    0x0000000077250000 - 0x000000007736f000     C:\Windows\system32\kernel32.dll
    0x000007fefe030000 - 0x000007fefe09c000     C:\Windows\system32\KERNELBASE.dll
    0x0000000077830000 - 0x000000007792a000     C:\Windows\system32\USER32.dll
    0x000007fefe6e0000 - 0x000007fefe747000     C:\Windows\system32\GDI32.dll
    0x000007fefea80000 - 0x000007fefea8e000     C:\Windows\system32\LPK.dll
    0x000007feffa40000 - 0x000007feffb09000     C:\Windows\system32\USP10.dll
    0x000007fefe7d0000 - 0x000007fefe86f000     C:\Windows\system32\msvcrt.dll
    0x000007fefc710000 - 0x000007fefc904000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514 _none_fa396087175ac9ac\COMCTL32.dll
    0x000007fefeb20000 - 0x000007fefeb91000     C:\Windows\system32\SHLWAPI.dll
    0x000007fefdc20000 - 0x000007fefdc77000     C:\Windows\system32\apphelp.dll
    0x000007feebc60000 - 0x000007feec0c7000     C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
    0x000007fefea90000 - 0x000007fefeabe000     C:\Windows\system32\IMM32.DLL
    0x000007feff930000 - 0x000007feffa39000     C:\Windows\system32\MSCTF.dll
    0x0000000180000000 - 0x0000000180006000     C:\PROGRA~2\KASPER~1\KASPER~1\x64\kloehk.dll
    0x000007fefe210000 - 0x000007fefe2eb000     C:\Windows\system32\ADVAPI32.dll
    0x000007fefe440000 - 0x000007fefe45f000     C:\Windows\SYSTEM32\sechost.dll
    0x000007feffb10000 - 0x000007feffc3d000     C:\Windows\system32\RPCRT4.dll
    0x0000000000200000 - 0x0000000000215000     C:\PROGRA~2\KASPER~1\KASPER~1\x64\sbhook64.dll
    0x000007fefe870000 - 0x000007fefea73000     C:\Windows\system32\ole32.dll
    0x0000000072000000 - 0x0000000072012000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\ec lipse_1406.dll
    0x000007fefcda0000 - 0x000007fefcdac000     C:\Windows\system32\VERSION.dll
    0x000000006d800000 - 0x000000006dfb8000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\server\jvm.dll
    0x000007fefbb70000 - 0x000007fefbbab000     C:\Windows\system32\WINMM.dll
    0x000000006d770000 - 0x000000006d77e000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\verify.dll
    0x000000006d3b0000 - 0x000000006d3d7000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\java.dll
    0x000000006d7c0000 - 0x000000006d7d2000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\zip.dll
    0x000007fefd810000 - 0x000007fefd827000     C:\Windows\system32\CRYPTSP.dll
    0x000007fefd2e0000 - 0x000007fefd327000     C:\Windows\system32\rsaenh.dll
    0x000007fefd080000 - 0x000007fefd09e000     C:\Windows\system32\USERENV.dll
    0x000007fefdd90000 - 0x000007fefdd9f000     C:\Windows\system32\profapi.dll
    0x000007fefdc80000 - 0x000007fefdc8f000     C:\Windows\system32\CRYPTBASE.dll
    0x000000006d610000 - 0x000000006d627000     C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\bin\net.dll
    0x000007fefe3d0000 - 0x000007fefe41d000     C:\Windows\system32\WS2_32.dll
    0x000007fefe200000 - 0x000007fefe208000     C:\Windows\system32\NSI.dll
    0x000007fefd5c0000 - 0x000007fefd615000     C:\Windows\system32\mswsock.dll
    0x000007fefd5b0000 - 0x000007fefd5b7000     C:\Windows\System32\wship6.dll
    0x000007fefc3e0000 - 0x000007fefc3f5000     C:\Windows\system32\NLAapi.dll
    0x000007fef8390000 - 0x000007fef83a5000     C:\Windows\system32\napinsp.dll
    0x000007fef8370000 - 0x000007fef8389000     C:\Windows\system32\pnrpnsp.dll
    0x000007fef95f0000 - 0x000007fef961e000     C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x0000000077b00000 - 0x0000000077b07000     C:\Windows\system32\PSAPI.DLL
    0x000007fefd390000 - 0x000007fefd3eb000     C:\Windows\system32\DNSAPI.dll
    0x000007fef8360000 - 0x000007fef836b000     C:\Windows\System32\winrnr.dll
    0x000007fefcea0000 - 0x000007fefcea7000     C:\Windows\System32\wshtcpip.dll
    0x000007fefb980000 - 0x000007fefb9a7000     C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefb930000 - 0x000007fefb93b000     C:\Windows\system32\WINNSI.DLL
    0x000007fef94d0000 - 0x000007fef94d8000     C:\Windows\system32\rasadhlp.dll
    0x000007fefb850000 - 0x000007fefb8a3000     C:\Windows\System32\fwpuclnt.dll
    VM Arguments:
    jvm_args: -Xms512m -Xmx1024m -XX:MaxPermSize=256m -XX:PermSize=64m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=eclipse/dropins -Declipse.application=com.adobe.flexbuilder.standalone.FlashBuilderApplication
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip
    PATH=C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/jre/bin/server;C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/jre/bin;C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/jre/lib/amd64;C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsP owerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\McLaren Electronic Systems\ATLAS 9\Bin\;C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit);
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows 7 , 64 bit Build 7601 Service Pack 1
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 3144236k(1492332k free), swap 6286620k(3774552k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb  3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Fri Dec 07 17:17:17 2012
    elapsed time: 0 seconds

    I finally found what probelem i have. Visual studio has corrupted one dll. Flahs is crashing due to my browser in 64bits which has problem. I found that it could be a probleme while installing a .net framework. But unfortunately i can't delete or uninstall this framework, i had no option to uninstall it. I guess the best way is to format my computer. But as i am waiting for a new worksatation dedicated to your tool and zbrush of course(for stage3d is a real improvment), i won't format it now it would take too much time to resintall everything and i would have to do this again when i will received my workstation
    If someone has problem like that there might be a solution(not the best but at least it works)
    To solve my problem as i have to make an app in flash builder. I downloaded the 32 bits version of flash builder 4.7. And i will resintall the 64 bits as soon as i received my workstation.

  • Flash Builder 4.7 gives installation error, Since MAY 2012

    Hello,
    I've been trying to use the Flash Builder product since last May. I get the error listed below when I try to install. I've had a case open, but no help. Case #0183222369. I'd like to use the product, I'm paying for the product, its unreal that this is still an issue. Windows Vista Ultimate.
    Any ideas at all would be welcome.
    This is from the install log, starting with the first failure:
    04/17/13 17:30:58:870 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    04/17/13 17:30:58:870 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}: 1 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: 2 (1,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}: 5 (3,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "DEVersion" to: 6.0
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "deploymentFile" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\{327335C9-0C4 2-4B93-96E2-49A756A1C252}
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installLanguage" to: en_US
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Attempting to find the selected language in the set of available payload languages
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installSourcePath" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "skipSync" to: 1
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "userASUPath" to:
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "DEVersion" to: 6.0
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "installLanguage" to: en_US
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "skipSync" to: 1
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "userASUPath" to:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Found payload actions:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Deciding what installer mode to use...
    04/17/13 17:30:59:250 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Setting requested payload actions
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} is: false
    04/17/13 17:30:59:253 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}  is install
    04/17/13 17:30:59:286 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Setting requested payload actions
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Collected advanced path check information for INSTALLDIR
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is a well-formed path
    04/17/13 17:30:59:412 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not the root path
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a local volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a writable volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not on a case sensitive volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    04/17/13 17:31:56:150 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:31:56:186 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In InstallPreSystemCheckProc
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 0
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 36.7559 milliseconds (0.0367559 seconds)
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:188 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:361 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Payloads passed preflight validation.
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PreSession Custom Hook
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:389 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:31:57:390 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Installer Operation: ModifyThirdPartyPayloadOperation
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:528 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Modify Thirdparty payload
    04/17/13 17:31:57:994 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload with source: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party application path:C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBui lder_4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | CommandLine: /q /norestart
    04/17/13 17:32:10:530 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party payload completed.  Testing return code: 0
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 13243.9 milliseconds (13.2439 seconds) DTR = 23.558 KBPS (0.0230059 MBPS)
    04/17/13 17:32:11:231 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Add driver entry
    04/17/13 17:32:11:234 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    04/17/13 17:32:11:617 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}, value of local var is -1
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:32:11:892 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:11:893 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}]
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Installer Operation: PayloadInstaller
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Request to install payload
    04/17/13 17:32:12:028 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Evaluating condition# 1(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Condition failed(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:13:261 | [INFO] |  | OOBE | DE |  |  |  | 5988 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}.db
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}] took 1651.22 milliseconds (1.65122 seconds) DTR = 721.889 KBPS (0.70497 MBPS)
    04/17/13 17:32:14:446 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} return values 0:0
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}]
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:288 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Effective AdobeCode for: {99290358-A784-4218-A7BA-954AE5F9207C} is {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session includes local copy of payload for repair source
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:16:401 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:300 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:334 | [INFO] |  | OOBE | DE |  |  |  | 3692 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{99290358-A784-4218-A7BA-954AE5F9207C}.db
    04/17/13 17:32:25:874 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Physical payload repair result:0
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}] took 10082 milliseconds (10.082 seconds) DTR = 3.57073 KBPS (0.00348704 MBPS)
    04/17/13 17:32:26:207 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} return values 0:0
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}]
    04/17/13 17:32:26:898 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:259 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Effective AdobeCode for: {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:347 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session includes local copy of payload for repair source
    04/17/13 17:32:27:348 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:27:384 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:911 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:946 | [INFO] |  | OOBE | DE |  |  |  | 6900 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{B2D792AF-F407-4EFA-9A03-3F2A476146F6}.db
    04/17/13 17:32:30:629 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Physical payload repair result:0
    04/17/13 17:32:30:702 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:30:703 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}] took 3885.36 milliseconds (3.88536 seconds) DTR = 140.013 KBPS (0.136731 MBPS)
    04/17/13 17:32:31:082 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} return values 0:0
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:31:349 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:31:350 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}]
    04/17/13 17:32:31:408 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Installer Operation: PayloadInstaller
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Request to install payload
    04/17/13 17:32:31:482 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:32:820 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:32:821 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:33:356 | [INFO] |  | OOBE | DE |  |  |  | 3536 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{848DE8E1-521D-4748-A158-517708107EF3}.db
    04/17/13 17:32:33:708 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:33:709 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}] took 2358.9 milliseconds (2.3589 seconds) DTR = 1288.73 KBPS (1.25853 MBPS)
    04/17/13 17:32:34:813 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}, value of local var is -1
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:35:573 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:35:574 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}]
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Installer Operation: PayloadInstaller
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:666 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Request to install payload
    04/17/13 17:32:35:742 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:36:538 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:36:539 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Evaluating condition# 1(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Condition failed(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:977 | [INFO] |  | OOBE | DE |  |  |  | 5516 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}.db
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}] took 1693.11 milliseconds (1.69311 seconds) DTR = 1197.79 KBPS (1.16972 MBPS)
    04/17/13 17:32:37:909 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} return values 0:0
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:39:110 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}
    04/17/13 17:32:39:111 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In PrePayloadInstallProc
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Program Files\Adobe
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Checking with system codepage
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | CHRC_NULL_POINTER_VALUE
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 1
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 1.77264 milliseconds (0.00177264 seconds)
    04/17/13 17:32:39:112 | [ERROR] |  | OOBE | DE |  |  |  | 5636 | DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:39:113 | [INFO] |  | OOBE | DE |  |  |  | 5636 | No operation.  We're done:
    04/17/13 17:32:39:114 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Remove driver entry
    04/17/13 17:32:39:119 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 28883KB
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully installed 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Suite Shared Configuration CS7
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Adobe Flash Builder
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AIR for Apple iOS support (FB)
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully repaired 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeCMaps x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Microsoft Visual C++ 2010 Redistributable Package (x86)
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeTypeSupport x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Total components removed: 0
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050: The following payload errors were found during install:
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050:  - Adobe Flash Builder 4.7: Install failed
    04/17/13 17:32:41:383 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PostSession Custom Hook
    04/17/13 17:32:41:391 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Total Timer] took 118059 milliseconds (118.059 seconds) DTR = 90.0226 KBPS (0.0879127 MBPS)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------- Summary --------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - 0 fatal error(s), 1 error(s)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Win OS version: 6.0.2.0 64 bit Type: 1
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please search the above error string(s) to find when the error occurred.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | These errors resulted in installer Exit Code mentioned below.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------------------------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Exit Code: 6 - Silent workflow completed with errors.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please see specific errors for troubleshooting. For example, ERROR: DW030 ...
    04/17/13 17:32:42:406 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END - Installer Session
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Well, it helps to not use ridiculous folder/ user names:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    Lose the exclamation mark...
    Mylenium

  • Flash Builder 4 fails to compile Beta 2 code

    I just recently upgraded to FB 4 from Flash Builder 4 Beta 2. All my code worked in the Beta version, but stopped working in the released version.
    I was told to change my namespace declarations to mx from halo. I did this but problems remain.
    Now I'm being told that "The style 'background-color' is only supported by type 'mx.controls.List' with the theme(s) 'halo'.
    Also, despite changing the namespace declaration in the css file, I am still getting errors complaining that namespace qualified type.
    There must be an answer to these problems. Can anyone help please?

    OK, so I forgot to mention that at the beginning of this fiasco, I
    had an error that said: unable to open c:...blah blah/TLFText.css
    So I found the file in my Beta 2 install dir and copied it to the new 4.0 folder.
    I suspect that this is where all the css warnings were coming from.
    So, I deleted the file and no more warnings. But also, I got the original errors again.
    Why is it looking for this file? Why doesn't it use the correct file?
    Is there any way I can go back to Beta 2? This would solve my problems.

  • How to display long text in Arabic quickly Flash Builder ?

    Hi,
    I have prepared an application for Android in Adobe Flash Builder. In application there are prayers in Arabic as a list. In app , short prayers are displaying quickly, but long prayers are displaying  after a long time. This is my problem.
    I share my project file in addition.Can  anybody help me, please?
    Note: I used SQLite database in my project as you can see and  I used a font to view prayers in Arabic.
    Prayers.zip - Google Drive

    Kaki,
    Delcare a table and getting the LONG TEXT is not the right way of doing this.
    You create a TEXT object and change the TYPE to INCLUDE TEXT. Once that is done all you have to do specify the parameters of your long text - TEXT ID, TEXT OBJECT and TEXT NAME. These are the same parameters that you use for READ_TEXT funciton. You don't have to fetch the text manually, it happens automatically.
    Make sure this is a part of the main window as this might run into multiple pages.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • Cannot install Flash Builder on a network home drive

    When trying to install in our corporate environment we have network home drives and the Flash Builder installer for some reason tries to create a directory here:
    \\escfil02\homedir\deancj\..\Adobe Flash Builder 4
    We noone here has permission to create a directory outside our home directory since it is using the .. directory.  Perhaps that works fine when your home directory is local on your C: drive but it doesn't work here and I cannot really change my %HOMESHARE% environment variable (or can I?)  Then I get 25 other errors but they may all be related to this first one I don't know.  They are all ERROR 15078 errors
    How can I get past this?
    Here is the full list of errors:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 25 error(s), 0 warning(s)
    ERROR: 15080 Unable to create directory "\\escfil02\homedir\deancj\..\Adobe Flash Builder 4
    ERROR: 15080 Command ARKCreateDirectoryCommand failed.
    ERROR: 15080 Unable to delete directory "\\escfil02\homedir\deancj\..\Adobe Flash Builder 4". Error 2 The system cannot find the file specified.
    ERROR: 15080 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 15078 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\configuration\config.ini" Error 3 The system cannot find the path specified.
    ERROR: 15078 Error rolling back command ARKMoveFileCommand
    ERROR: 15077 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4\configuration". Error 2 The system cannot find the file specified.
    ERROR: 15077 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 15015 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT\application.xml" Error 3 The system cannot find the path specified.
    ERROR: 15015 Error rolling back command ARKMoveFileCommand
    ERROR: 15014 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT\application.sif" Error 3 The system cannot find the path specified.
    ERROR: 15014 Error rolling back command ARKMoveFileCommand
    ERROR: 15013 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4\AMT". Error 2 The system cannot find the file specified.
    ERROR: 15013 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 23 Deleting Registry Key - failure. Error 5
    ERROR: 4 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\FlashBuilder.exe" Error 3 The system cannot find the path specified.
    ERROR: 4 Error rolling back command ARKMoveFileCommand
    ERROR: 3 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\artifacts.xml" Error 3 The system cannot find the path specified.
    ERROR: 3 Error rolling back command ARKMoveFileCommand
    ERROR: 2 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder 4\.eclipseproduct" Error 3 The system cannot find the path specified.
    ERROR: 2 Error rolling back command ARKMoveFileCommand
    ERROR: 1 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder 4". Error 2 The system cannot find the file specified.
    ERROR: 1 Error rolling back command ARKCreateDirectoryCommand
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Flash Builder: Install failed

    Hi,
    You're right that we're trying to create your default workspace in the folder one level up from your roaming documents folder, and that's what's causing the conflict between our installer and your roaming profile.
    This is on our radar to fix for the next release, but here's a workaround you could try in the meantime. From what we've seen with roaming network profiles, our installers will have trouble mainly if your roaming documents folder has been flattened (redirected) to the root of your profile tree. If you can have your network profile reconfigured with the more conventional home folder at the top level, and the documents folder underneath it, then the relative path will be able to resolve correctly in your network tree.
    There's more info here, about how to configure your roaming profile on the server to follow the conventional tree structure:
    http://technet.microsoft.com/en-us/library/cc766489(WS.10).aspx
    Depending on who administers your network profiles, you might need someone in IT/IS to help with this.
    -Chris

Maybe you are looking for