Squareup integration with Adobe AIR based ios Application

Hi All,
Does anyone is having any experice to work with 'Squareup' i.e.   https://squareup.com/
I want to integrate it with my adobe air based ios application.Is there any native extension is available for this?
Any information will be appriciated.
with Regards,
Shardul

Hi, please forget my last message. I was changing so many things I finished using a wrong mobileprovision. That's why I couldn't install the app in the device.
On the other hand I have found the problem. Some changes in one of our ANE were not tested in iOS 5.0.1 devices and it made the app crash because it found a Adobe Air 3.5 bug. Adobe fixed it in AIR 3.6

Similar Messages

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • USER_IDLE or USER_PRESENT event in adobe air for ios

    Hi All,
    Does anybody is having any idea that how can we detect the user Idle time in Adobe air based ios mobile application.
    For a desktop based air project this can eaisly be defined by the below two events:-
    1) flash.events.Event.USER_IDLE
    2) flash.events.Event.USER_PRESENT
    But its very painfull to know that these events are not going to work with the mobile applications.
    If anybody is having any idea,please let me know.
    Any help will be appriciated.
    with Regards,
    Shardul

    This is possible a possible workaround on mobile. I am currently testing this on iOS.
    Use:
    import mx.core.FlexGlobals;
    import mx.core.mx_internal;
    import mx.events.FlexEvent;
    import mx.managers.ISystemManager;
    systemManager = Application(FlexGlobals.topLevelApplication).systemManager;
    systemManager.addEventListener(FlexEvent.IDLE, userIdleHandler);
    and then the handler looks something like this:
    private function userIdleHandler(e:FlexEvent):void
         if(e.currentTarget.mx_internal::idleCounter == 300){ //300 = 30 seconds
           trace("idle timeout");
           //do stuff
    The only real problem Im having with it is that if the user hits the home button and the app suspends, upon resuming the idleCounter is > the threshold number and never gets reset when the user is making touches/presses/clicks.
    If you guys refine this post your updates.
    Thanks,
    Jason

  • Has anybody been sucessful in integrating other  Video encoders (on2 Flix, Mainconcept) with  Adobe AIR applications

    Has anybody been sucessful in integrating other Video
    encoders (on2 Flix, Mainconcept, or any other commercially
    available video encoder) with Adobe AIR live video streaming
    applications ?
    Most of the companies provide SDK's
    Is it possible at all to integrate them with Adobe Air
    applications built using Flex/ Actionscript?

    With the use of a little Alchemy magic, you can turn a C/C++ library into actionscript accessable classes!

  • Adobe Air 3.5 application in iOS 5.1 can't start

    Hi,
    I cretated a app in App Store with Adobe Air 3.5
    It worked fine in a iOS 5.1 iPad when I tested it. But now, if I download it from the Apple Store it crashed on the beginning.
    I just downloaded it, click on it and crashes during Adobe Air loading screen. It's only working in iOS 6.0 and above
    Does somebody had a similar problem?
    thanks!

    Hi, please forget my last message. I was changing so many things I finished using a wrong mobileprovision. That's why I couldn't install the app in the device.
    On the other hand I have found the problem. Some changes in one of our ANE were not tested in iOS 5.0.1 devices and it made the app crash because it found a Adobe Air 3.5 bug. Adobe fixed it in AIR 3.6

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • Does Adobe AIR for iOS support APNs?

    Does Adobe AIR for iOS support the Apple Push Notification Service (APNs)?
    for more information on APNs see:
    http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/Remote NotificationsPG/ApplePushService/ApplePushService.html

    It is exactly the same.
    Do I need to add the mobileprovision in any step of the resigning process?
    Inside the unpacjed ipa, i've fund a Info.plist.
    This seems to be the plist file generated from adt.
    Do I need to integrate my entitlement with the original one?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>CFBundleAllowMixedLocalizations</key>
            <true/>
            <key>CFBundleVersion</key>
            <string>0.0.0</string>
            <key>CFBundleShortVersionString</key>
            <string>0.0.0</string>
            <key>CFBundleIdentifier</key>
            <string>XXXXXXXX</string>
            <key>CFBundleInfoDictionaryVersion</key>
            <string>6.0</string>
            <key>CFBundleExecutable</key>
            <string>iBatteryExample</string>
            <key>CFBundleDisplayName</key>
            <string>iBatteryExample</string>
            <key>CFBundlePackageType</key>
            <string>APPL</string>
            <key>DTCompiler</key>
            <string>4.2</string>
            <key>DTPlatformBuild</key>
            <string>8C134</string>
            <key>DTPlatformName</key>
            <string>iphoneos</string>
            <key>DTPlatformVersion</key>
            <string>4.2 Seed 2</string>
            <key>DTSDKName</key>
            <string>iphoneos4.2</string>
            <key>DTXcode</key>
            <string>0325</string>
            <key>DTXcodeBuild</key>
            <string>10M2423</string>
            <key>LSRequiresIPhoneOS</key>
            <true/>
            <key>MinimumOSVersion</key>
            <string>4.0</string>
            <key>NSMainNibFile</key>
            <string>MainWindow</string>
            <key>NSMainNibFile~ipad</key>
            <string>MainWindow-iPad</string>
            <key>CFBundleResourceSpecification</key>
            <string>ResourceRules.plist</string>
            <key>UIStatusBarHidden</key>
            <false/>
            <key>renderMode</key>
            <string>auto</string>
            <key>CTRequestedDisplayResolution</key>
            <string>high</string>
            <key>DebugMode</key>
            <false/>
            <key>CTSoftKeyboardBehavior</key>
            <string>none</string>
            <key>CTNamespaceURI</key>
            <string>http://ns.adobe.com/air/application/3.0</string>
            <key>CTAutoOrients</key>
            <true/>
            <key>CTInitialWindowTitle</key>
            <string>iBatteryExample</string>
            <key>CTInitialWindowContent</key>
            <string>xxxxx.app/xxxxxxxx.swf</string>
            <key>CTMaxSWFMajorVersion</key>
            <string>13</string>
            <key>CFBundleSupportedPlatforms</key>
            <array>
                <string>iPhoneOS</string>
            </array>
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>aps-environment</key>
            <string>development</string>
            <key>com.apple.developer.aps-environment</key>
            <string>development</string>
            <key>get-task-allow</key>
            <true/>
            <key>UIRequiredDeviceCapabilities</key>
            <array>
                <string>armv7</string>
                <string>opengles-2</string>
            </array>
            <key>UISupportedInterfaceOrientations</key>
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
            </array>
            <key>Extensions</key>
            <array>
                <string>myExtension</string>
            </array>
        </dict>
    </plist>
    as you can see it already contains the aps-environment value because I've added it in my appdescriptor file.
    Any idea?
    Thanks

  • Doki, one of the biggest Adobe Air for iOS projects, released yesterday

    I am proud to present one of the biggest Adobe Air for iOS projects, that was released yesterday. Amazingly, the project completed in less that a year. Doki is a unique modern method of learning the basics of a foreign foreign language without the use of grammar and writing.  Through colourful animated scenarios and characters, Doki brings to life a number of languages through real life situations, humour and interactive exercises. Exclusively designed for the iPad 2, New iPad, and iPhone 4S, Doki teaches five different languages: English, French, German, Iberian Spanish and Latin American Spanish. Each language has two levels: Doki and Doki Further.  Both levels have been designed to teach the basics of these languages so that you can communicate with confidence.  In Doki, a beginner’s level, the learner navigates through 14 chapters or ‘places’ in Doki City, listens and repeats the phrases and then solves simple interactive exercises.  Each chapter is divided into lessons (a total of 51) that present key words and phrases in English and the other languages Doki covers. Doki Further, a more advanced beginner’s level, consists of 9 chapters with 28 lessons that take place in Doki City.
    The development of Doki is based entirely on Adobe Air . The result is spectacular. With a development team that consisted of 5 programmers, 2 designers, 3 language specialists, one assistant programmer, plus a team of 4 testers, the gigantic project of 14 apps was completed in less than a year, resulting in very low development costs!
    Please visit http://www.dokispeak.com for further details.

    Pretty cool.

  • Continue with Adobe AIR or redevelop with HTML5?

    Hi, folks.
    I've got 6 apps which are sitting nicely on the Apple AppStore.  They've been on for a year or so now, and I've not done any development in that time.  As technology has advanced quite rapidly, I'm now looking at updating these both content wise and possibly technology wise.  The reason being I want them to be as cross-platform as possible!
    The question I need answering is:
    Do I just update my apps and recompile with Adobe AIR?  Or do I redevelop with HTML5?
    Note that my apps don't use any device capabilities.
    I guess I want to know if AIR has a long future in mobile/tablet development, or if I should just switch technologies now?
    Is Adobe Edge the way forward?
    Thanks for your opinions and guidance on this.  I've been out of the loop for a while and need some guidance.

    We put a pretty heavy investment into Air while developing a number of very intensive iOS/Android apps.  At the time, it appeared to be the best option available.  Currently, it is obvious that Adobe is shifting much of its effort toward HTML 5, and through their purchase of PhoneGap, they are offering an alternative to Air that is gaining capabilities at a swift pace. 
    I believe at this time that Air is still the best solution for us in building cross-platform mobile applications.  However, for any applications that can fit within the ever growing realm of PhoneGap, I believe it will be the better, and more supported, solution in the future.

  • Webcam not working with adobe air

    hey frnds,
    i'm trying to capture webcam snaps and storing it on local desktop.
    Below code of capuring snap is working with flex but same code not working in adobe air.
    I'm using Adobe Flash builder beta 2
    is any setting is required to use webcam with adobe air?
    i'm using following code
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/halo" creationComplete="init();">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.core.UIComponent;
                import flash.media.Camera;
                import flash.media.Video;
                private function videoDisplay_creationComplete() : void
                    var camera:Camera = Camera.getCamera();
                    if (camera)
                        videoDisplay.attachCamera(camera);                   
                    else
                        Alert.show("Oops, we can't find your camera.");
                private function capture_click() : void
                    var snap:BitmapData = new BitmapData(320, 240, true);
                    var snapBmp:Bitmap = new Bitmap(snap);
                    snapBmp.width = 320;
                    snapBmp.height = 240;
                    if(snapshotHolder.numChildren > 0)
                        snapshotHolder.removeChildAt(0);
                    snapshotHolder.addChild(snapBmp);               
                    snap.draw(videoDisplay);               
        ]]>
        </fx:Script>
        <mx:HBox>
            <s:Panel title="Video">
                <mx:VideoDisplay id="videoDisplay" creationComplete="videoDisplay_creationComplete();" width="320" height="240" />       
            </s:Panel>
            <s:Panel title="Snapshot">
                <mx:UIComponent id="snapshotHolder" width="320" height="240" />
            </s:Panel>       
        </mx:HBox>
        <mx:HBox>
            <mx:Button label="reload camera" click="videoDisplay_creationComplete();"/>
            <mx:Button label="capture" click="capture_click();"/>  
        </mx:HBox>
    </s:WindowedApplication>
    Camera is connected but cannot see anything inair,
    plz guide me in this.
    thx in advanced,

    I seem to have the same problem. When creating an web application it works fine, but when creating a desktop application it doesn't. I can't figure out what the problem is.
    Does anyone know?

  • Still having trouble with Adobe AIR - Trying to download free trial.

    I'm having an issue with Adobe AIR.  Last month I purchased Photoshop CS 5.5 with the agreement of a free upgrade to Photoshop CS 6 10 days after it comes out (should be today that I get the CD key, right?) and I'd like to get myself ready to just plug the key in and go, especially considering the trouble  I had actually downloading PS CS 5.5 (not too promising, eh?).
    I can see the yellow DOWNLOAD button and when I click it Adobe AIR comes on and asks me to read the license, etc.  I click AGREE and... it closes immediately.  Every time.
    I've tried on a few different browsers and don't have any anti-virus messing with it.
    Thanks for your help anyone and everyone.

    You will still need to resolve the AIR issue to install the software as we use it's components in many of our Creative Applications.  I would recommend reviewing Troubleshoot AIR installation | Windows - http://helpx.adobe.com/air/kb/troubleshoot-air-installation-windows.html.
    You are also welcome to follow the steps listed in http://forums.adobe.com/thread/981369 to initiate a direct download.  Depending on the Adobe product though you are installing you will need to have Adobe AIR functioning for a successful installation.

  • Seam.2.2 with Adobe Air

    Hi,
         I'm trying to seam application with Adobe Air.
    1. However when i hit http://localhost:8090/Demo/Demo.swf it throws exception. What m'I missing?
    2. When exported as installer and run it it gives the [flex object async token] status instead of message. Do I need to add any related files while export? How can I do that?
    In my seam project I have added the Air Project type and output is config to webContent folder of the project. Followed the tutorials from http://www.exadel.com/flamingo/docs/guide/en/html/CreateNewFlamingoProject.html & http://www.exadel.com/flamingo/docs/guide/en/html/GettingStarted.html
    3. Further, what jars/dpendencies are needed to run the .swf compiled with Adobe Air?
    Using:
         Eclipse 3.5
         Flex Plugin 4
         Seam 2.2.0
         Flamingo.
    Thank you in advance!

    Hi,
         I'm trying to seam application with Adobe Air.
    1. However when i hit http://localhost:8090/Demo/Demo.swf it throws exception. What m'I missing?
    2. When exported as installer and run it it gives the [flex object async token] status instead of message. Do I need to add any related files while export? How can I do that?
    In my seam project I have added the Air Project type and output is config to webContent folder of the project. Followed the tutorials from http://www.exadel.com/flamingo/docs/guide/en/html/CreateNewFlamingoProject.html & http://www.exadel.com/flamingo/docs/guide/en/html/GettingStarted.html
    3. Further, what jars/dpendencies are needed to run the .swf compiled with Adobe Air?
    Using:
         Eclipse 3.5
         Flex Plugin 4
         Seam 2.2.0
         Flamingo.
    Thank you in advance!

  • Problem with Adobe AIR 2.7, cannot run any apps anymore

    http://english.sandrostudio.com/a-strange-problem-with-adobe-air.html
    Above is the error I get: This application requires a version of Adobe AIr which cannot be found. Please download the latest version of the runtime from http://www.adobe.com/go/getair or contact the application author for an updated version"
    I could run Adobe AIR previously without any problem. i checked for a solution online, in this forum, It seems it's a problem not so uncommon. I receive the same error when trying to uninstall Adobe AIR (?!). So I am basically stuck. Any help here? Any advice? Is there an upcoming new version of the installer?
    I need Adobe air for many important applications I use.
    Thanks!

    Oh, sorry, I find many of those files but the latest is this one:
    === Verbose logging started: 13.07.2011  00:06:49  Build type: SHIP UNICODE 4.05.6002.00  Calling process: C:\Windows\System32\msiexec.exe ===
    MSI (c) (88:94) [00:06:49:316]: Resetting cached policy values
    MSI (c) (88:94) [00:06:49:316]: Machine policy value 'Debug' is 0
    MSI (c) (88:94) [00:06:49:316]: ******* RunEngine:
               ******* Product: C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (88:94) [00:06:49:609]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (88:94) [00:06:49:828]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi' against software restriction policy
    MSI (c) (88:94) [00:06:49:828]: SOFTWARE RESTRICTION POLICY: C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi has a digital signature
    MSI (c) (88:94) [00:06:50:786]: SOFTWARE RESTRICTION POLICY: C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (88:94) [00:06:51:760]: Cloaking enabled.
    MSI (c) (88:94) [00:06:51:760]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (88:94) [00:06:51:809]: End dialog not enabled
    MSI (c) (88:94) [00:06:51:823]: Original package ==> C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi
    MSI (c) (88:94) [00:06:51:823]: Package we're running from ==> C:\Users\ALESSA~1\AppData\Local\Temp\7bdb1f9.msi
    MSI (c) (88:94) [00:06:51:891]: APPCOMPAT: looking for appcompat database entry with ProductCode '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}'.
    MSI (c) (88:94) [00:06:51:910]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (88:94) [00:06:52:323]: MSCOREE not loaded loading copy from system32
    MSI (c) (88:94) [00:06:52:999]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (88:94) [00:06:52:999]: User policy value 'TransformsAtSource' is 0
    MSI (c) (88:94) [00:06:53:026]: Note: 1: 2262 2: File 3: -2147287038
    MSI (c) (88:94) [00:06:53:026]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (c) (88:94) [00:06:53:026]: Machine policy value 'DisablePatch' is 0
    MSI (c) (88:94) [00:06:53:026]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (88:94) [00:06:53:027]: Machine policy value 'DisableMsi' is 0
    MSI (c) (88:94) [00:06:53:027]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (88:94) [00:06:53:027]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (88:94) [00:06:53:027]: Running product '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}' with user privileges: It's not assigned.
    MSI (c) (88:94) [00:06:53:027]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (88:94) [00:06:53:027]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (88:94) [00:06:53:028]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (c) (88:94) [00:06:53:031]: APPCOMPAT: looking for appcompat database entry with ProductCode '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}'.
    MSI (c) (88:94) [00:06:53:031]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (88:94) [00:06:53:031]: Transforms are not secure.
    MSI (c) (88:94) [00:06:53:051]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\ALESSA~1\AppData\Local\Temp\MSIdb1f8.LOG'.
    MSI (c) (88:94) [00:06:53:052]: Command Line: CURRENTDIRECTORY=C:\Users\Alessandro\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=14216
    MSI (c) (88:94) [00:06:53:052]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{D7629AD8-8DBB-4515-9047-24D48BC5FC49}'.
    MSI (c) (88:94) [00:06:53:052]: Product Code passed to Engine.Initialize:           ''
    MSI (c) (88:94) [00:06:53:052]: Product Code from property table before transforms: '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}'
    MSI (c) (88:94) [00:06:53:052]: Product Code from property table after transforms:  '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}'
    MSI (c) (88:94) [00:06:53:052]: Product not registered: beginning first-time install
    MSI (c) (88:94) [00:06:53:052]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (88:94) [00:06:53:059]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (88:94) [00:06:53:059]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (88:94) [00:06:53:069]: Adding new sources is allowed.
    MSI (c) (88:94) [00:06:53:079]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (88:94) [00:06:53:089]: Package name extracted from package path: 'MicrosoftFixit50380 (1).msi'
    MSI (c) (88:94) [00:06:53:089]: Package to be registered: 'MicrosoftFixit50380 (1).msi'
    MSI (c) (88:94) [00:06:53:089]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (88:94) [00:06:53:090]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (88:94) [00:06:53:090]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (88:94) [00:06:53:090]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (88:94) [00:06:53:090]: Running product '{F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}' with user privileges: It's not assigned.
    MSI (c) (88:94) [00:06:53:090]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Alessandro\Downloads'.
    MSI (c) (88:94) [00:06:53:090]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (88:94) [00:06:53:090]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '14216'.
    MSI (c) (88:94) [00:06:53:090]: TRANSFORMS property is now:
    MSI (c) (88:94) [00:06:53:090]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (c) (88:94) [00:06:53:091]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming
    MSI (c) (88:94) [00:06:53:092]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\Favorites
    MSI (c) (88:94) [00:06:53:093]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (88:94) [00:06:53:094]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\Documents
    MSI (c) (88:94) [00:06:53:094]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (88:94) [00:06:53:095]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (88:94) [00:06:53:096]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (88:94) [00:06:53:097]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (88:94) [00:06:53:098]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (c) (88:94) [00:06:53:098]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Local
    MSI (c) (88:94) [00:06:53:099]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\Pictures
    MSI (c) (88:94) [00:06:53:101]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (88:94) [00:06:53:102]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (88:94) [00:06:53:102]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (88:94) [00:06:53:103]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (88:94) [00:06:53:103]: SHELL32::SHGetFolderPath returned: C:\Users\Alessandro\Desktop
    MSI (c) (88:94) [00:06:53:105]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (88:94) [00:06:53:106]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (88:94) [00:06:53:106]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (88:94) [00:06:53:106]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (88:94) [00:06:53:108]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (c) (88:94) [00:06:53:108]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (c) (88:94) [00:06:53:109]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (88:94) [00:06:53:122]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (c) (88:94) [00:06:53:122]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
    MSI (c) (88:94) [00:06:53:122]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (88:94) [00:06:53:122]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (88:94) [00:06:53:122]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Alessandro'.
    MSI (c) (88:94) [00:06:53:123]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (88:94) [00:06:53:123]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Hewlett-Packard'.
    MSI (c) (88:94) [00:06:53:123]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\ALESSA~1\AppData\Local\Temp\7bdb1f9.msi'.
    MSI (c) (88:94) [00:06:53:123]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi'.
    MSI (c) (88:94) [00:06:53:123]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (c) (88:94) [00:06:53:123]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Alessandro\Downloads\'.
    MSI (c) (88:94) [00:06:53:123]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Alessandro\Downloads\'.
    MSI (c) (88:E4) [00:06:53:232]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '4.05'.
    === Logging started: 13.07.2011  00:06:53 ===
    MSI (c) (88:94) [00:06:53:410]: Note: 1: 2262 2: PatchPackage 3: -2147287038
    MSI (c) (88:94) [00:06:53:410]: Machine policy value 'DisableRollback' is 0
    MSI (c) (88:94) [00:06:53:410]: User policy value 'DisableRollback' is 0
    MSI (c) (88:94) [00:06:53:410]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (88:94) [00:06:53:413]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (88:94) [00:06:53:413]: Doing action: INSTALL
    Action 00:06:53: INSTALL.
    Action start 00:06:53: INSTALL.
    MSI (c) (88:94) [00:06:53:415]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (88:94) [00:06:53:415]: Running UISequence
    MSI (c) (88:94) [00:06:53:415]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (88:94) [00:06:53:462]: Doing action: Milestone_ERRCA_UIAN161
    Action 00:06:53: Milestone_ERRCA_UIAN161.
    Action start 00:06:53: Milestone_ERRCA_UIAN161.
    MSI (c) (88:94) [00:06:53:464]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'Milestone_ERRCA_UIAN161'
    MSI (c) (88:94) [00:06:53:465]: PROPERTY CHANGE: Adding Milestone property. Its value is 'ERRCA_UIANDADVERTISED'.
    Action ended 00:06:53: Milestone_ERRCA_UIAN161. Return value 1.
    MSI (c) (88:94) [00:06:53:465]: Skipping action: ERRCA_UIANDADVERTISED (condition is false)
    MSI (c) (88:94) [00:06:53:465]: Doing action: Milestone_AppSearch556
    Action 00:06:53: Milestone_AppSearch556.
    Action start 00:06:53: Milestone_AppSearch556.
    MSI (c) (88:94) [00:06:53:467]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'Milestone_AppSearch556'
    MSI (c) (88:94) [00:06:53:467]: PROPERTY CHANGE: Modifying Milestone property. Its current value is 'ERRCA_UIANDADVERTISED'. Its new value: 'AppSearch'.
    Action ended 00:06:53: Milestone_AppSearch556. Return value 1.
    MSI (c) (88:94) [00:06:53:467]: Doing action: AppSearch
    Action 00:06:53: AppSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:53: AppSearch.
    MSI (c) (88:94) [00:06:53:473]: Note: 1: 2262 2: AppSearch 3: -2147287038
    Action ended 00:06:53: AppSearch. Return value 1.
    MSI (c) (88:94) [00:06:53:473]: Doing action: FindRelatedProducts
    Action 00:06:53: FindRelatedProducts. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:53: FindRelatedProducts.
    Action ended 00:06:53: FindRelatedProducts. Return value 1.
    MSI (c) (88:94) [00:06:53:474]: Doing action: Milestone_EulaForm636
    Action 00:06:53: Milestone_EulaForm636.
    Action start 00:06:53: Milestone_EulaForm636.
    MSI (c) (88:94) [00:06:53:476]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'Milestone_EulaForm636'
    MSI (c) (88:94) [00:06:53:476]: PROPERTY CHANGE: Modifying Milestone property. Its current value is 'AppSearch'. Its new value: 'EulaForm'.
    Action ended 00:06:53: Milestone_EulaForm636. Return value 1.
    MSI (c) (88:94) [00:06:53:476]: Doing action: EulaForm
    Action 00:06:53: EulaForm.
    Action start 00:06:53: EulaForm.
    MSI (c) (88:94) [00:06:53:478]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'EulaForm'
    MSI (c) (88:E4) [00:06:53:497]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898. For VSI_MS_Sans_Serif13.0_0_0 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (88:E4) [00:06:53:514]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898. For VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (88:E4) [00:06:53:515]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898. For VSI_MS_Sans_Serif16.0_1_0 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 20 pixels height.
    MSI (c) (88:E4) [00:06:53:573]: Note: 1: 2262 2: CheckBox 3: -2147287038
    Action 00:06:53: EulaForm. Dialog created
    MSI (c) (88:EC) [00:06:53:638]: Note: 1: 2731 2: 0
    MSI (c) (88:E4) [00:06:55:686]: PROPERTY CHANGE: Adding EulaForm_Property property. Its value is '1'.
    Action ended 00:06:58: EulaForm. Return value 1.
    MSI (c) (88:94) [00:06:58:329]: Doing action: EULAACCEPTED_ACTION
    Action 00:06:58: EULAACCEPTED_ACTION.
    Action start 00:06:58: EULAACCEPTED_ACTION.
    MSI (c) (88:94) [00:06:58:333]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'EULAACCEPTED_ACTION'
    MSI (c) (88:94) [00:06:58:333]: PROPERTY CHANGE: Adding EULAACCEPTED property. Its value is '1'.
    Action ended 00:06:58: EULAACCEPTED_ACTION. Return value 1.
    MSI (c) (88:94) [00:06:58:333]: Doing action: Milestone_LaunchCond459
    Action 00:06:58: Milestone_LaunchCond459.
    Action start 00:06:58: Milestone_LaunchCond459.
    MSI (c) (88:94) [00:06:58:335]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'Milestone_LaunchCond459'
    MSI (c) (88:94) [00:06:58:336]: PROPERTY CHANGE: Modifying Milestone property. Its current value is 'EulaForm'. Its new value: 'LaunchConditions'.
    Action ended 00:06:58: Milestone_LaunchCond459. Return value 1.
    MSI (c) (88:94) [00:06:58:336]: Doing action: LaunchConditions
    Action 00:06:58: LaunchConditions. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: LaunchConditions.
    Action ended 00:06:58: LaunchConditions. Return value 1.
    MSI (c) (88:94) [00:06:58:336]: Doing action: CCPSearch
    Action 00:06:58: CCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: CCPSearch.
    MSI (c) (88:94) [00:06:58:338]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 00:06:58: CCPSearch. Return value 1.
    MSI (c) (88:94) [00:06:58:338]: Doing action: RMCCPSearch
    Action 00:06:58: RMCCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: RMCCPSearch.
    MSI (c) (88:94) [00:06:58:338]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 00:06:58: RMCCPSearch. Return value 0.
    MSI (c) (88:94) [00:06:58:338]: Doing action: ValidateProductID
    Action 00:06:58: ValidateProductID. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: ValidateProductID.
    Action ended 00:06:58: ValidateProductID. Return value 1.
    MSI (c) (88:94) [00:06:58:341]: Doing action: Milestone_DIRCA_TARG381
    Action 00:06:58: Milestone_DIRCA_TARG381.
    Action start 00:06:58: Milestone_DIRCA_TARG381.
    MSI (c) (88:94) [00:06:58:344]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'Milestone_DIRCA_TARG381'
    MSI (c) (88:94) [00:06:58:344]: PROPERTY CHANGE: Modifying Milestone property. Its current value is 'LaunchConditions'. Its new value: 'DIRCA_TARGETDIR'.
    Action ended 00:06:58: Milestone_DIRCA_TARG381. Return value 1.
    MSI (c) (88:94) [00:06:58:344]: Doing action: DIRCA_TARGETDIR
    Action 00:06:58: DIRCA_TARGETDIR. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: DIRCA_TARGETDIR.
    MSI (c) (88:94) [00:06:58:344]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'DIRCA_TARGETDIR'
    MSI (c) (88:94) [00:06:58:344]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Program Files\Microsoft\Microsoft Fix it 50380'.
    Action ended 00:06:58: DIRCA_TARGETDIR. Return value 1.
    MSI (c) (88:94) [00:06:58:346]: Doing action: CostInitialize
    Action 00:06:58: CostInitialize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: CostInitialize.
    MSI (c) (88:94) [00:06:58:347]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (c) (88:94) [00:06:58:347]: Baseline: Sorting baselines for {F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256}.
    MSI (c) (88:94) [00:06:58:347]: Baseline: New baseline 2.1.3 from transaction.
    MSI (c) (88:94) [00:06:58:374]: Baseline: Sorted order Native: Order 0.
    MSI (c) (88:94) [00:06:58:375]: Baseline Data Table:
    MSI (c) (88:94) [00:06:58:375]: ProductCode: {F0D8DC8B-43AC-4B38-A1B3-9D6A4229A256} Version: 2.1.3 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (c) (88:94) [00:06:58:375]: Baseline File Table:
    MSI (c) (88:94) [00:06:58:540]: Note: 1: 1336 2: 5 3: Q:\
    MSI (c) (88:94) [00:06:58:540]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (c) (88:94) [00:06:58:540]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    Action ended 00:06:58: CostInitialize. Return value 1.
    MSI (c) (88:94) [00:06:58:541]: Doing action: FileCost
    Action 00:06:58: FileCost. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: FileCost.
    MSI (c) (88:94) [00:06:58:657]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    MSI (c) (88:94) [00:06:58:657]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
    MSI (c) (88:94) [00:06:58:660]: Note: 1: 2262 2: Class 3: -2147287038
    MSI (c) (88:94) [00:06:58:660]: Note: 1: 2262 2: Extension 3: -2147287038
    MSI (c) (88:94) [00:06:58:660]: Note: 1: 2262 2: TypeLib 3: -2147287038
    MSI (c) (88:94) [00:06:58:660]: Note: 1: 2262 2: IniFile 3: -2147287038
    MSI (c) (88:94) [00:06:58:661]: Note: 1: 2262 2: MoveFile 3: -2147287038
    MSI (c) (88:94) [00:06:58:661]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
    MSI (c) (88:94) [00:06:58:661]: Note: 1: 2262 2: ReserveCost 3: -2147287038
    MSI (c) (88:94) [00:06:58:661]: Note: 1: 2262 2: Shortcut 3: -2147287038
    Action ended 00:06:58: FileCost. Return value 1.
    MSI (c) (88:94) [00:06:58:661]: Doing action: IsolateComponents
    Action 00:06:58: IsolateComponents. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: IsolateComponents.
    MSI (c) (88:94) [00:06:58:662]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (88:94) [00:06:58:662]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
    MSI (c) (88:94) [00:06:58:662]: Note: 1: 2262 2: Patch 3: -2147287038
    Action ended 00:06:58: IsolateComponents. Return value 1.
    MSI (c) (88:94) [00:06:58:662]: Skipping action: ResumeForm (condition is false)
    MSI (c) (88:94) [00:06:58:662]: Skipping action: MaintenanceForm (condition is false)
    MSI (c) (88:94) [00:06:58:662]: Doing action: CostFinalize
    Action 00:06:58: CostFinalize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 00:06:58: CostFinalize.
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (c) (88:94) [00:06:58:663]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (88:94) [00:06:58:663]: Note: 1: 2262 2: Condition 3: -2147287038
    MSI (c) (88:94) [00:06:58:663]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Program Files\Microsoft\Microsoft Fix it 50380'. Its new value: 'C:\Program Files\Microsoft\Microsoft Fix it 50380\'.
    MSI (c) (88:94) [00:06:58:664]: Target path resolution complete. Dumping Directory table...
    MSI (c) (88:94) [00:06:58:664]: Note: target paths subject to change (via custom actions or browsing)
    MSI (c) (88:94) [00:06:58:664]: Dir (target): Key: TARGETDIR , Object: C:\Program Files\Microsoft\Microsoft Fix it 50380\
    MSI (c) (88:94) [00:06:58:664]: Dir (target): Key: WindowsFolder , Object: C:\Windows\
    MSI (c) (88:94) [00:06:58:664]: Dir (target): Key: ProgramMenuFolder , Object: C:\Users\Alessandro\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\
    MSI (c) (88:94) [00:06:58:664]: Dir (target): Key: DesktopFolder , Object: C:\Users\Alessandro\Desktop\
    MSI (c) (88:94) [00:06:58:664]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (c) (88:94) [00:06:58:664]: Note: 1: 2262 2: IsolatedComponent 3: -2147287038
    MSI (c) (88:94) [00:06:58:664]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (88:94) [00:06:58:664]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (88:94) [00:06:58:667]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    Action ended 00:06:58: CostFinalize. Return value 1.
    MSI (c) (88:94) [00:06:58:668]: Doing action: ProgressForm
    Action 00:06:58: ProgressForm.
    Action start 00:06:58: ProgressForm.
    MSI (c) (88:94) [00:06:58:670]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'ProgressForm'
    MSI (c) (88:E4) [00:06:58:673]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line1 on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, Line1, to the right
    MSI (c) (88:E4) [00:06:58:690]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line2 on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, Line2, to the right
    MSI (c) (88:E4) [00:06:58:693]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control BannerBmp on dialog ProgressForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: ProgressForm, BannerBmp, to the right
    Action 00:06:58: ProgressForm. Dialog created
    Action ended 00:06:58: ProgressForm. Return value 1.
    MSI (c) (88:94) [00:06:58:786]: Doing action: ExecuteAction
    Action 00:06:58: ExecuteAction. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    MSI (c) (88:E4) [00:06:58:787]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898. For FinalUIFont textstyle, the system created a 'Arial' font, in 0 character set, of 15 pixels height.
    Action start 00:06:58: ExecuteAction.
    MSI (c) (88:94) [00:06:58:888]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
    MSI (c) (88:94) [00:06:58:888]: Grabbed execution mutex.
    MSI (c) (88:94) [00:06:58:888]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (88:94) [00:06:58:889]: Switching to server: TARGETDIR="C:\Program Files\Microsoft\Microsoft Fix it 50380\" EULAACCEPTED="1" CURRENTDIRECTORY="C:\Users\Alessandro\Downloads" CLIENTUILEVEL="0" CLIENTPROCESSID="14216" USERNAME="Alessandro" COMPANYNAME="Hewlett-Packard" SOURCEDIR="C:\Users\Alessandro\Downloads\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" INSTALLLEVEL="1" SECONDSEQUENCE="1"  ADDLOCAL=DefaultFeature 
    MSI (s) (B8:B0) [00:06:58:949]: Running installation inside multi-package transaction C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi
    MSI (s) (B8:B0) [00:06:58:949]: Grabbed execution mutex.
    MSI (s) (B8:9C) [00:06:58:970]: Resetting cached policy values
    MSI (s) (B8:9C) [00:06:58:970]: Machine policy value 'Debug' is 0
    MSI (s) (B8:9C) [00:06:58:970]: ******* RunEngine:
               ******* Product: C:\Users\Alessandro\Downloads\MicrosoftFixit50380 (1).msi
               ******* Action: INSTALL
               ******* CommandLine: **********
    MSI (s) (B8:9C) [00:06:58:971]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (B8:9C) [00:06:58:971]: Setting cached product context: User non-assigned for product: 13E44868CC248C946B74273100F97491
    MSI (s) (B8:9C) [00:06:58:971]: Using cached product context: User non-assigned for product: 13E44868CC248C946B74273100F97491
    MSI (s) (B8:9C) [00:06:58:972]: Setting cached product context: User non-assigned for product: 1CAD1F48FB1E12A4D9B2DDE32186A6C2
    MSI (s) (B8:9C) [00:06:58:972]: Using cached product context: User non-assigned for product: 1CAD1F48FB1E12A4D9B2DDE32186A6C2
    MSI (s) (B8:9C) [00:06:58:972]: Setting cached product context: User non-assigned for product: 3E532082BF1DA8041A5D7CB75A48BFAB
    MSI (s) (B8:9C) [00:06:58:972]: Using cached product context: User non-assigned for product: 3E532082BF1DA8041A5D7CB75A48BFAB
    MSI (s) (B8:9C) [00:06:58:973]: Setting cached product context: User non-assigned for product: 54C3703830031764A96842A3AADD19A5
    MSI (s) (B8:9C) [00:06:58:973]: Using cached product context: User non-assigned for product: 54C3703830031764A96842A3AADD19A5
    MSI (s) (B8:9C) [00:06:58:973]: Setting cached product context: User non-assigned for product: 5B97AB429F35C574D994CEB4EDB890FC
    MSI (s) (B8:9C) [00:06:58:973]: Using cached product context: User non-assigned for product: 5B97AB429F35C574D994CEB4EDB890FC
    MSI (s) (B8:9C) [00:06:58:974]: Setting cached product context: User non-assigned for product: 6B251C42C44546B44AAC7585340CFC6E
    MSI (s) (B8:9C) [00:06:58:974]: Using cached product context: User non-assigned for product: 6B251C42C44546B44AAC7585340CFC6E
    MSI (s) (B8:9C) [00:06:58:975]: Setting cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (B8:9C) [00:06:58:975]: Using cached product context: User non-assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (B8:9C) [00:06:58:975]: Setting cached product context: User non-assigned for product: 7DC22F39D87AA4643B0B5EB75F8F5992
    MSI (s) (B8:9C) [00:06:58:975]: Using cached product context: User non-assigned for product: 7DC22F39D87AA4643B0B5EB75F8F5992
    MSI (s) (B8:9C) [00:06:58:976]: Setting cached product context: User non-assigned for product: 7F757E637A35D6744A6A9B14D275C71C
    MSI (s) (B8:9C) [00:06:58:976]: Using cached product context: User non-assigned for product: 7F757E637A35D6744A6A9B14D275C71C
    MSI (s) (B8:9C) [00:06:58:976]: Setting cached product context: User non-assigned for product: 99DCE137554F2A743996272C84008B62
    MSI (s) (B8:9C) [00:06:58:976]: Using cached product context: User non-assigned for product: 99DCE137554F2A743996272C84008B62
    MSI (s) (B8:9C) [00:06:58:977]: Setting cached product context: User non-assigned for product: A8359ED0ED846F0418EBAA09A831CD08
    MSI (s) (B8:9C) [00:06:58:977]: Using cached product context: User non-assigned for product: A8359ED0ED846F0418EBAA09A831CD08
    MSI (s) (B8:9C) [00:06:58:977]: Setting cached product context: User non-assigned for product: BF69C629A0D9405408006C3D4A3A11E8
    MSI (s) (B8:9C) [00:06:58:977]: Using cached product context: User non-assigned for product: BF69C629A0D9405408006C3D4A3A11E8
    MSI (s) (B8:9C) [00:06:58:978]: Setting cached product context: User non-assigned for product: E48F4F4FF408A9E4487D3C24380F80F8
    MSI (s) (B8:9C) [00:06:58:978]: Using cached product context: User non-assigned for product: E48F4F4FF408A9E4487D3C24380F80F8
    MSI (s) (B8:9C) [00:06:58:978]: Setting cached product context: User non-assigned for product: EA70E2EBA46E43C498887457CF2B7A52
    MSI (s) (B8:9C) [00:06:58:978]: Using cached product context: User non-assigned for product: EA70E2EBA46E43C498887457CF2B7A52
    MSI (s) (B8:9C) [00:06:58:979]: Setting cached product context: User non-assigned for product: EACB9EE39A9E5E54B9C1384A3D750EC5
    MSI (s) (B8:9C) [00:06:58:979]: Using cached product context: User non-assigned for product: EACB9EE39A9E5E54B9C1384A3D750EC5
    MSI (s) (B8:9C) [00:06:58:980]: Setting cached product context: machine assigned for product: 00002109001090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:980]: Using cached product context: machine assigned for product: 00002109001090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:980]: Setting cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:980]: Using cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:981]: Setting cached product context: machine assigned for product: 00002109101090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:981]: Using cached product context: machine assigned for product: 00002109101090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:981]: Setting cached product context: machine assigned for product: 000021091A0001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:981]: Using cached product context: machine assigned for product: 000021091A0001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:981]: Setting cached product context: machine assigned for product: 000021091A0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:982]: Using cached product context: machine assigned for product: 000021091A0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:982]: Setting cached product context: machine assigned for product: 00002109411090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:982]: Using cached product context: machine assigned for product: 00002109411090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:982]: Setting cached product context: machine assigned for product: 00002109440001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:983]: Using cached product context: machine assigned for product: 00002109440001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:983]: Setting cached product context: machine assigned for product: 00002109440090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:983]: Using cached product context: machine assigned for product: 00002109440090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:984]: Setting cached product context: machine assigned for product: 00002109510001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:984]: Using cached product context: machine assigned for product: 00002109510001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:984]: Setting cached product context: machine assigned for product: 00002109510090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:984]: Using cached product context: machine assigned for product: 00002109510090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:985]: Setting cached product context: machine assigned for product: 00002109511090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:985]: Using cached product context: machine assigned for product: 00002109511090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:985]: Setting cached product context: machine assigned for product: 00002109610001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:985]: Using cached product context: machine assigned for product: 00002109610001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:985]: Setting cached product context: machine assigned for product: 00002109610090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:986]: Using cached product context: machine assigned for product: 00002109610090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:986]: Setting cached product context: machine assigned for product: 00002109710090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:986]: Using cached product context: machine assigned for product: 00002109710090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:986]: Setting cached product context: machine assigned for product: 00002109711090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:987]: Using cached product context: machine assigned for product: 00002109711090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:987]: Setting cached product context: machine assigned for product: 00002109810001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:987]: Using cached product context: machine assigned for product: 00002109810001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:988]: Setting cached product context: machine assigned for product: 00002109810090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:988]: Using cached product context: machine assigned for product: 00002109810090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:988]: Setting cached product context: machine assigned for product: 00002109910001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:988]: Using cached product context: machine assigned for product: 00002109910001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:989]: Setting cached product context: machine assigned for product: 00002109910090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:989]: Using cached product context: machine assigned for product: 00002109910090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:989]: Setting cached product context: machine assigned for product: 00002109A10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:989]: Using cached product context: machine assigned for product: 00002109A10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:989]: Setting cached product context: machine assigned for product: 00002109A10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:990]: Using cached product context: machine assigned for product: 00002109A10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:990]: Setting cached product context: machine assigned for product: 00002109AB0001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:990]: Using cached product context: machine assigned for product: 00002109AB0001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:990]: Setting cached product context: machine assigned for product: 00002109AB0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:991]: Using cached product context: machine assigned for product: 00002109AB0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:991]: Setting cached product context: machine assigned for product: 00002109B10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:991]: Using cached product context: machine assigned for product: 00002109B10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:992]: Setting cached product context: machine assigned for product: 00002109B10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:992]: Using cached product context: machine assigned for product: 00002109B10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:992]: Setting cached product context: machine assigned for product: 00002109C20001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:992]: Using cached product context: machine assigned for product: 00002109C20001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:993]: Setting cached product context: machine assigned for product: 00002109C20090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:993]: Using cached product context: machine assigned for product: 00002109C20090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:993]: Setting cached product context: machine assigned for product: 00002109E60001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:993]: Using cached product context: machine assigned for product: 00002109E60001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:994]: Setting cached product context: machine assigned for product: 00002109E60090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:994]: Using cached product context: machine assigned for product: 00002109E60090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:994]: Setting cached product context: machine assigned for product: 00002109F10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:994]: Using cached product context: machine assigned for product: 00002109F10001400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:995]: Setting cached product context: machine assigned for product: 00002109F10070400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:995]: Using cached product context: machine assigned for product: 00002109F10070400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:995]: Setting cached product context: machine assigned for product: 00002109F10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:995]: Using cached product context: machine assigned for product: 00002109F10090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:996]: Setting cached product context: machine assigned for product: 00002109F100A0C00000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:996]: Using cached product context: machine assigned for product: 00002109F100A0C00000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:996]: Setting cached product context: machine assigned for product: 00002109F100C0400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:996]: Using cached product context: machine assigned for product: 00002109F100C0400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:997]: Setting cached product context: machine assigned for product: 00002119E20000000000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:997]: Using cached product context: machine assigned for product: 00002119E20000000000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:997]: Setting cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:997]: Using cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:998]: Setting cached product context: machine assigned for product: 00002159FA0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:998]: Using cached product context: machine assigned for product: 00002159FA0090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:999]: Setting cached product context: machine assigned for product: 00004102D60090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:999]: Using cached product context: machine assigned for product: 00004102D60090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:999]: Setting cached product context: machine assigned for product: 00004109500200000000000000F01FEC
    MSI (s) (B8:9C) [00:06:58:999]: Using cached product context: machine assigned for product: 00004109500200000000000000F01FEC
    MSI (s) (B8:9C) [00:06:59:003]: Setting cached product context: machine assigned for product: 00004159A70090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:59:003]: Using cached product context: machine assigned for product: 00004159A70090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:59:003]: Setting cached product context: machine assigned for product: 00004159D70090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:59:004]: Using cached product context: machine assigned for product: 00004159D70090400000000000F01FEC
    MSI (s) (B8:9C) [00:06:59:004]: Setting cached product context: machine assigned for product: 003DEF3BC6080E110A0D8BCAF6798BE8
    MSI (s) (B8:9C) [00:06:59:004]: Using cached product context: machine assigned for product: 003DEF3BC6080E110A0D8BCAF6798BE8
    MSI (s) (B8:9C) [00:06:59:005]: Setting cached product context: machine assigned for product: 00D5753BFE722C949B0E413B9D459E29
    MSI (s) (B8:9C) [00:06:59:005]: Using cached product context: machine assigned for product: 00D5753BFE722C949B0E413B9D459E29
    MSI (s) (B8:9C) [00:06:59:005]: Setting cached product context: machine assigned for product: 01CDEECBF144E4E4580990554C6C3B6F
    MSI (s) (B8:9C) [00:06:59:005]: Using cached product context: machine assigned for product: 01CDEECBF144E4E4580990554C6C3B6F
    MSI (s) (B8:9C) [00:06:59:006]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (B8:9C) [00:06:59:006]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (B8:9C) [00:06:59:006]: Setting cached product context: machine assigned for product: 04834270A959D0B48852C235F3D0BD91
    MSI (s) (B8:9C) [00:06:59:006]: Using cached product context: machine assigned for product: 04834270A959D0B48852C235F3D0BD91
    MSI (s) (B8:9C) [00:06:59:007]: Setting cached product context: machine assigned for product: 06FD6047D610B6742A7C559D79950274
    MSI (s) (B8:9C) [00:06:59:007]: Using cached product context: machine assigned for product: 06FD6047D610B6742A7C559D79950274
    MSI (s) (B8:9C) [00:06:59:007]: Setting cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (B8:9C) [00:06:59:007]: Using cached product context: machine assigned for product: 076CFAAAB965F2A4284B2449E5D03EFE
    MSI (s) (B8:9C) [00:06:59:008]: Setting cached product context: machine assigned for product: 098990BCF5D15D11E99A0005AB3E711E
    MSI (s) (B8:9C) [00:06:59:008]: Using cached product context: machine assigned for product: 098990BCF5D15D11E99A0005AB3E711E
    MSI (s) (B8:9C) [00:06:59:008]: Setting cached product context: machine assigned for product: 099A4A9134357FF43B5BF640C690E1FD
    MSI (s) (B8:9C) [00:06:59:008]: Using cached product context: machine assigned for product: 099A4A9134357FF43B5BF640C690E1FD
    MSI (s) (B8:9C) [00:06:59:009]: Setting cached product context: machine assigned for product: 0A28CE6A4141D574A8DF6409983F80D0
    MSI (s) (B8:9C) [00:06:59:009]: Using cached product context: machine assigned for product: 0A28CE6A4141D574A8DF6409983F80D0
    MSI (s) (B8:9C) [00:06:59:009]: Setting cached product context: machine assigned for product: 0AD1FB2700B24974193751792210B947
    MSI (s) (B8:9C) [00:06:59:009]: Using cached product context: machine assigned for product: 0AD1FB2700B24974193751792210B947
    MSI (s) (B8:9C) [00:06:59:010]: Setting cached product context: machine assigned for product: 0C7069BF8B718B24BB991A9C7F303836
    MSI (s) (B8:9C) [00:06:59:010]: Using cached product context: machine assigned for product: 0C7069BF8B718B24BB991A9C7F303836
    MSI (s) (B8:9C) [00:06:59:010]: Setting cached product context: machine assigned for product: 0CAED145D3F56E547BBC49CE3F9B7684
    MSI (s) (B8:9C) [00:06:59:010]: Using cached product context: machine assigned for product: 0CAED145D3F56E547BBC49CE3F9B7684
    MSI (s) (B8:9C) [00:06:59:011]: Setting cached product context: machine assigned for product: 0EB3E7EC3DD261446A099F4E9AA9C8FF
    MSI (s) (B8:9C) [00:06:59:011]: Using cached product context: machine assigned for product: 0EB3E7EC3DD261446A099F4E9AA9C8FF
    MSI (s) (B8:9C) [00:06:59:012]: Setting cached product context: machine assigned for product: 0F8F8F82872CA4545970643B44AA1D88
    MSI (s) (B8:9C) [00:06:59:012]: Using cached product context: machine assigned for product: 0F8F8F82872CA4545970643B44AA1D88
    MSI (s) (B8:9C) [00:06:59:012]: Setting cached product context: machine assigned for product: 10743651ECAB9444B8525176ADC8F93D
    MSI (s) (B8:9C) [00:06:59:012]: Using cached product context: machine assigned for product: 10743651ECAB9444B8525176ADC8F93D
    MSI (s) (B8:9C) [00:06:59:013]: Setting cached product context: machine assigned for product: 10F61E61D2E284244AF26762C141B7C6
    MSI (s) (B8:9C) [00:06:59:013]: Using cached product context: machine assigned for product: 10F61E61D2E284244AF26762C141B7C6
    MSI (s) (B8:9C) [00:06:59:013]: Setting cached product context: machine assigned for product: 121E2D80A6F7BE3479DF26B944094330
    MSI (s) (B8:9C) [00:06:59:013]: Using cached product context: machine assigned for product: 121E2D80A6F7BE3479DF26B944094330
    MSI (s) (B8:9C) [00:06:59:014]: Setting cached product context: machine assigned for product: 13AECBF481D521242913EDC71FEBD7BB
    MSI (s) (B8:9C) [00:06:59:014]: Using cached product context: machine assigned for product: 13AECBF481D521242913EDC71FEBD7BB
    MSI (s) (B8:9C) [00:06:59:014]: Setting cached product context: machine assigned for product: 13B3A47134C4DD3468F6379CBD88B784
    MSI (s) (B8:9C) [00:06:59:014]: Using cached product context: machine assigned for product: 13B3A47134C4DD3468F6379CBD88B784
    MSI (s) (B8:9C) [00:06:59:015]: Setting cached product context: machine assigned for product: 166F59DC4C5A5F446AAACEDD192C04EB
    MSI (s) (B8:9C) [00:06:59:015]: Using cached product context: machine assigned for product: 166F59DC4C5A5F446AAACEDD192C04EB
    MSI (s) (B8:9C) [00:06:59:015]: Setting cached product context: machine assigned for product: 166F59DC4C5AFA112BCCBADC123A523B
    MSI (s) (B8:9C) [00:06:59:015]: Using cached product context: machine assigned for product: 166F59DC4C5AFA112BCCBADC123A523B
    MSI (s) (B8:9C) [00:06:59:016]: Setting cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (B8:9C) [00:06:59:016]: Using cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (B8:9C) [00:06:59:016]: Setting cached product context: machine assigned for product: 1881429049C276A4E85548380C917C2D
    MSI (s) (B8:9C) [00:06:59:017]: Using cached product context: machine assigned for product: 1881429049C276A4E85548380C917C2D
    MSI (s) (B8:9C) [00:06:59:017]: Setting cached product context: machine assigned for product: 18E5D17A769BBD34397DDF13FB9B7584
    MSI (s) (B8:9C) [00:06:59:017]: Using cached product context: machine assigned for product: 18E5D17A769BBD34397DDF13FB9B7584
    MSI (s) (B8:9C) [00:06:59:017]: Setting cached product context: machine assigned for product: 19EB839C5BB348B4E96F880F05D50083
    MSI (s) (B8:9C) [00:06:59:018]: Using cached product context: machine assigned for product: 19EB839C5BB348B4E96F880F05D50083
    MSI (s) (B8:9C) [00:06:59:018]: Setting cached product context: machine assigned for product: 1A091792D0B46DC4B8F993701FC5F38D
    MSI (s) (B8:9C) [00:06:59:018]: Using cached product context: machine assigned for product: 1A091792D0B46DC4B8F993701FC5F38D
    MSI (s) (B8:9C) [00:06:59:018]: Setting cached product context: machine assigned for product: 1AA7E1C69E44D644AA2BD06E9DFEAE1B
    MSI (s) (B8:9C) [00:06:59:019]: Using cached product context: machine assigned for product: 1AA7E1C69E44D644AA2BD06E9DFEAE1B
    MSI (s) (B8:9C) [00:06:59:019]: Setting cached product context: machine assigned for product: 1BD7783877B8CB54BA34B2CA220E390E
    MSI (s) (B8:9C) [00:06:59:019]: Using cached product context: machine assigned for product: 1BD7783877B8CB54BA34B2CA220E390E
    MSI (s) (B8:9C) [00:06:59:019]: Setting cached product context: machine assigned for product: 1C2D6E6109C79034E84C2D126209AA4A
    MSI (s) (B8:9C) [00:06:59:020]: Using cached product context: machine assigned for product: 1C2D6E6109C79034E84C2D126209AA4A
    MSI (s) (B8:9C) [00:06:59:020]: Setting cached product context: machine assigned for product: 1CE3E25CC8401E54D835010B6C056938
    MSI (s) (B8:9C) [00:06:59:020]: Using cached product context: machine assigned for product: 1CE3E25CC8401E54D835010B6C056938
    MSI (s) (B8:9C) [00:06:59:021]: Setting cached product context: machine assigned for product: 1CF327F06067768468C6EC08DA92D2FA
    MSI (s) (B8:9C) [00:06:59:021]: Using cached product context: machine assigned for product: 1CF327F06067768468C6EC08DA92D2FA
    MSI (s) (B8:9C) [00:06:59:021]: Setting cached product context: machine assigned for product: 1E60C7B188846A7499A290099B864368
    MSI (s) (B8:9C) [00:06:59:021]: Using cached product context: machine assigned for product: 1E60C7B188846A7499A290099B864368
    MSI (s) (B8:9C) [00:06:59:022]: Setting cached product context: machine assigned for product: 1E727890A57705445B37F344F1C12A34
    MSI (s) (B8:9C) [00:06:59:022]: Using cached product context: machine assigned for product: 1E727890A57705445B37F344F1C12A34
    MSI (s) (B8:9C) [00:06:59:022]: Setting cached product context: machine assigned for product: 20B91A1DE71869244AB57058F37DD475
    MSI (s) (B8:9C) [00:06:59:022]: Using cached product context: machine assigned for product: 20B91A1DE71869244AB57058F37DD475
    MSI (s) (B8:9C) [00:06:59:023]: Setting cached product context: machine assigned for product: 25BBB29DFF28DE24A8C3E460F249A47B
    MSI (s) (B8:9C) [00:06:59:023]: Using cached product context: machine assigned for product: 25BBB29DFF28DE24A8C3E460F249A47B
    MSI (s) (B8:9C) [00:06:59:023]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (B8:9C) [00:06:59:023]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (B8:9C) [00:06:59:024]: Setting cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (B8:9C) [00:06:59:024]: Using cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (B8:9C) [00:06:59:024]: Setting cached product context: machine assigned for product: 2704A83146E9DB645B9FBDB23B5993F1
    MSI (s) (B8:9C) [00:06:59:025]: Using cached product context: machine assigned for product: 2704A83146E9DB645B9FBDB23B5993F1
    MSI (s) (B8:9C) [00:06:59:025]: Setting cached product context: machine assigned for product: 276365164C482A740A734B23C283FFEC
    MSI (s) (B8:9C) [00:06:59:025]: Using cached product context: machine assigned for product: 276365164C482A740A734B23C283FFEC
    MSI (s) (B8:9C) [00:06:59:025]: Setting cached product context: machine assigned for product: 2878E7224F2B79E40BEE94EDC91C0C0C
    MSI (s) (B8:9C) [00:06:59:026]: Using cached product context: machine assigned for product: 2878E7224F2B79E40BEE94EDC91C0C0C
    MSI (s) (B8:9C) [00:06:59:026]: Setting cached product context: machine assigned for product: 29F49D53A3D15C346850AE62B8A1B79D
    MSI (s) (B8:9C) [00:06:59:026]: Using cached product context: machine assigned for product: 29F49D53A3D15C346850AE62B8A1B79D
    MSI (s) (B8:9C) [00:06:59:026]: Setting cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (B8:9C) [00:06:59:027]: Using cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (B8:9C) [00:06:59:027]: Setting cached product context: machine assigned for product: 2B4A3F578E6FD4342AFEBDCB10C6C62B
    MSI (s) (B8:9C) [00:06:59:027]: Using cached product context: machine assigned for product: 2B4A3F578E6FD4342AFEBDCB10C6C62B
    MSI (s) (B8:9C) [00:06:59:028]: Setting cached product context: machine assigned for product: 2B51DA16BD0568647A9341EF81D04492
    MSI (s) (B8:9C) [00:06:59:028]: Using cached product context: machine assigned for product: 2B51DA16BD0568647A9341EF81D04492
    MSI (s) (B8:9C) [00:06:59:028]: Setting cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (B8:9C) [00:06:59:028]: Using cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (B8:9C) [00:06:59:029]: Setting cached product context: machine assigned for product: 31A9F5E072C44EC4E9929622E30EF8FC
    MSI (s) (B8:9C) [00:06:59:029]: Using cached product context: machine assigned for product: 31A9F5E072C44EC4E9929622E30EF8FC
    MSI (s) (B8:9C) [00:06:59:030]: Setting cached product context: machine assigned for product: 3445DAE54917CC640A5524E8A6BBB1FA
    MSI (s) (B8:9C) [00:06:59:030]: Using cached product context: machine assigned for product: 3445DAE54917CC640A5524E8A6BBB1FA
    MSI (s) (B8:9C) [00:06:59:030]: Setting cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (B8:9C) [00:06:59:030]: Using cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (B8:9C) [00:06:59:031]: Setting cached product context: machine assigned for product: 3B10C76B20587EB4EABABBED19A03DEE
    MSI (s) (B8:9C) [00:06:59:031]: Using cached product context: machine assigned for product: 3B10C76B20587EB4EABABBED19A03DEE
    MSI (s) (B8:9C) [00:06:59:031]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (B8:9C) [00:06:59:032]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (B8:9C) [00:06:59:032]: Setting cached product context: machine assigned for product: 3FCC006F88C922A40B4BDD8AE2991781
    MSI (s) (B8:9C) [00:06:59:032]: Using cached product context: machine assigned for product: 3FCC006F88C922A40B4BDD8AE2991781
    MSI (s) (B8:9C) [00:06:59:032]: Setting cached product context: machine assigned for product: 40DDF53BDF84D3D40BBE80C81573DC24
    MSI (s) (B8:9C) [00:06:59:033]: Using cached product context: machine assigned for product: 40DDF53BDF84D3D40BBE80C81573DC24
    MSI (s) (B8:9C) [00:06:59:033]: Setting cached product context: machine assigned for product: 41699E6F240F9544287BB8832B063165
    MSI (s) (B8:9C) [00:06:59:033]: Using cached product context: machine assigned for product: 41699E6F240F9544287BB8832B063165
    MSI (s) (B8:9C) [00:06:59:033]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (B8:9C) [00:06:59:034]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (B8:9C) [00:06:59:034]: Setting cached product context: machine assigned for product: 43FF6818983DE7B4A9F21C7985B5FCDB
    MSI (s) (B8:9C) [00:06:59:034]: Using cached product context: machine assigned for product: 43FF6818983DE7B4A9F21C7985B5FCDB
    MSI (s) (B8:9C) [00:06:59:035]: Setting cached product context: machine assigned for product: 45BC40E1E4FA3CA44B7B0C1A06EB751F
    MSI (s) (B8:9C) [00:06:59:035]: Using cached product context: machine assigned for product: 45BC40E1E4FA3CA44B7B0C1A06EB751F
    MSI (s) (B8:9C) [00:06:59:035]: Setting cached product context: machine assigned for product: 463E95087B2AE1B49BF5D2D23DC726AF
    MSI (s) (B8:9C) [00:06:59:035]: Using cached product context: machine assigned for product: 463E95087B2AE1B49BF5D2D23DC726AF
    MSI (s) (B8:9C) [00:06:59:036]: Setting cached product context: machine assigned for product: 472D7398182C4E24C8BD0A2BFD791998
    MSI (s) (B8:9C) [00:06:59:036]: Using cached product context: machine assigned for product: 472D7398182C4E24C8BD0A2BFD791998
    MSI (s) (B8:9C) [00:06:59:036]: Setting cached product context: machine assigned for product: 4920FD12D9B61474BAF62BBABF2D83E7
    MSI (s) (B8:9C) [00:06:59:037]: Using cached product context: machine assigned for product: 4920FD12D9B61474BAF62BBABF2D83E7
    MSI (s) (B8:9C) [00:06:59:037]: Setting cached product context: machine assigned for product: 4985BD061A5B26B40B3F66A9220CEED5
    MSI (s) (B8:9C) [00:06:59:037]: Using cached product context: machine assigned for product: 4985BD061A5B26B40B3F66A9220CEED5
    MSI (s) (B8:9C) [00:06:59:038]: Setting cached product context: machine assigned for product: 4A0B590B5A057D6499880D83EF0B040C
    MSI (s) (B8:9C) [00:06:59:038]: Using cached product context: machine assigned for product: 4A0B590B5A057D6499880D83EF0B040C
    MSI (s) (B8:9C) [00:06:59:038]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (B8:9C) [00:06:59:038]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (B8:9C) [00:06:59:039]: Setting cached product context: machine assigned for product: 4DE4057180BD8A04182C728D0C5118AD
    MSI (s) (B8:9C) [00:06:59:039]: Using cached product context: machine assigned for product: 4DE4057180BD8A04182C728D0C5118AD
    MSI (s) (B8:9C) [00:06:59:039]: Setting cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (B8:9C) [00:06:59:040]: Using cached product context: machine assigned for product: 4E42866C3BBC1584BBF38EFC6D539032
    MSI (s) (B8:9C) [00:06:59:040]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120641FF
    MSI (s) (B8:9C) [00:06:59:040]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120641FF
    MSI (s) (B8:9C) [00:06:59:040]: Setting cached product context: machine assigned for product: 4F4A3A23297B6D117AA8000B0D611004
    MSI (s) (B8:9C) [00:06:59:041]: Using cached product context: machine assigned for product: 4F4A3A23297B6D117AA8000B0D611004
    MSI (s) (B8:9C) [00:06:59:041]: Setting cached product context: machine assigned for product: 4FC165B0D7C05474FA3561E1424EF478
    MSI (s) (B8:9C) [00:06:59:041]: Using cached product context: machine assigned for product: 4FC165B0D7C05474FA3561E1424EF478
    MSI (s) (B8:9C) [00:06:59:042]: Setting cached product context: machine assigned for product: 4FE2322521CC12C4BAFCDA7B698103D2
    MSI (s) (B8:9C) [00:06:59:042]: Using cached product context: machine assigned for product: 4FE2322521CC12C4BAFCDA7B698103D2
    MSI (s) (B8:9C) [00:06:59:042]: Setting cached product context: machine assigned for product: 50207F4104910004887CEB97A9B6C2DA
    MSI (s) (B8:9C) [00:06:59:042]: Using cached product context: machine assigned for product: 50207F4104910004887CEB97A9B6C2DA
    MSI (s) (B8:9C) [00:06:59:043]: Setting cached product context: machine assigned for product: 517AAD0323059F040AEA599CEABBE3F3
    MSI (s) (B8:9C) [00:06:59:043]: Using cached product context: machine assigned for product: 517AAD0323059F040AEA599CEABBE3F3
    MSI (s) (B8:9C) [00:06:59:043]: Setting cached product context: machine assigned for product: 5374D1C84E482E141ABD07AEED7236C3
    MSI (s) (B8:9C) [00:06:59:044]: Using cached product context: machine assigned for product: 5374D1C84E482E141ABD07AEED7236C3
    MSI (s) (B8:9C) [00:06:59:044]: Setting cached product context: machine assigned for product: 53A4D966B6414134981FA13C7D8B3876
    MSI (s) (B8:9C) [00:06:59:044]: Using cached product context: machine assigned for product: 53A4D966B6414134981FA13C7D8B3876
    MSI (s) (B8:9C) [00:06:59:045]: Setting cached product context: machine assigned for product: 53F069A9AD1C0CF48B20AEFF1497DF0B
    MSI (s) (B8:9C) [00:06:59:045]: Using cached product context: machine assigned for product: 53F069A9AD1C0CF48B20AEFF1497DF0B
    MSI (s) (B8:9C) [00:06:59:045]: Setting cached product context: machine assigned for product: 54F3D028EE6FFAA418FEEC12FF122D03
    MSI (s) (B8:9C) [00:06:59:045]: Using cached product context: machine assigned for product: 54F3D028EE6FFAA418FEEC12FF122D03
    MSI (s) (B8:9C) [00:06:59:046]: Setting cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (B8:9C) [00:06:59:046]: Using cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (B8:9C) [00:06:59:046]: Setting cached product context: machine assigned for product: 56A9756CEAC913B4B8B633600E36A066
    MSI (s) (B8:9C) [00:06:59:046]: Using cached product context: machine assigned for product: 56A9756CEAC913B4B8B633600E36A066
    MSI (s) (B8:9C) [00:06:59:047]: Setting cached product context: machine assigned for product: 5717EC5AD080CA945B3A7E3E0542825F
    MSI (s) (B8:9C) [00:06:59:047]: Using cached product context: machine assigned for product: 5717EC5AD080CA945B3A7E3E0542825F
    MSI (s) (B8:9C) [00:06:59:047]: Setting cached product context: machine assigned for product: 591761FF4EE90C64C87DBF3A54E788BA
    MSI (s) (B8:9C) [00:06:59:053]: Using cached product context: machine assigned for product: 591761FF4EE90C64C87DBF3A54E788BA
    MSI (s) (B8:9C) [00:06:59:053]: Setting cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (B8:9C) [00:06:59:053]: Using cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (B8:9C) [00:06:59:054]: Setting cached product context: machine assigned for product: 5DDB7CC701F64274691AAE7C9D2F38C1
    MSI (s) (B8:9C) [00:06:59:054]: Using cached product context: machine assigned for product: 5DDB7CC701F64274691AAE7C9D2F38C1
    MSI (s) (B8:9C) [00:06:59:054]: Setting cached product context: machine assigned for product: 5FDE3F74128C6E949B3B0DB00F9AAB8B
    MSI (s) (B8:9C) [00:06:59:054]: Using cached product context: machine assigned for product: 5FDE3F74128C6E949B3B0DB00F9AAB8B
    MSI (s) (B8:9C) [00:06:59:055]: Setting cached product context: machine assigned for product: 5FFE3494F922D534EB9AEBC3EA7A387A
    MSI (s) (B8:9C) [00:06:59:055]: Using cached product context: machine assigned for product: 5FFE3494F922D534EB9AEBC3EA7A387A
    MSI (s) (B8:9C) [00:06:59:055]: Setting cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (B8:9C) [00:06:59:056]: Using cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (B8:9C) [00:06:59:056]: Setting cached product context: machine assigned for product: 6043B4640D4A419419F0C74A83D0CC31
    MSI (s) (B8:9C) [00:06:59:056]: Using cached product context: machine assigned for product: 6043B4640D4A419419F0C74A83D0CC31
    MSI (s) (B8:9C) [00:06:59:057]: Setting cached product context: machine assigned for product: 60EA627A3AAA1D34783E075F011

  • How to make an hypertext link workable with adobe reader for IOS ?

    Hello,
    Hypertext links in a PDF file work perfectly well on Mac OS (Yosemite).
    The same document on an IPAD with IOS is not able to open an hypertext link ...
    How could I do to solve this problem ?
    An author who want to publish electronic books with hypertext links on mobile devices

    Hello Steve,
    All my best wishes for the new year.
    To answer your question :
    . I am writing books on my IMAC with Yosemite  (10.10.1) using Word (14.4.7)
    of  OFFICE MAC.
    . I can open Hyperlink connection by clicking on the link
            . I save the document in a .PDF format
    . This document is sent to my IPAD with IOS 8.1.2
    . In this .PDF document I am no more able to open hyperlink connection
    Please see attached an abstract of my book.
    Thanks a lot for your help and advices.
    Michel Poncet
    Tel: +33 4 76 89 50 82
    http://www.amazon.fr/Glariand-Copent/e/B007NXP7FU
    De :  Steve Werner <[email protected]>
    Répondre à : 
    <[email protected]>
    Date :  vendredi 2 janvier 2015 03:34
    À :  Michel Poncet <[email protected]>
    Objet :   How to make an hypertext link workable with
    adobe reader for IOS ?
    How to make an hypertext link workable with adobe reader for IOS ?
    created by Steve Werner <https://forums.adobe.com/people/Steve+Werner>  in
    Adobe Reader for iOS - View the full discussion
    <https://forums.adobe.com/message/7058559#7058559>
    Hyperlinks can be of several types. What are you linking to? Exactly what
    application did you test the hyperlinks with on the Mac? What application
    did you use to create the hyperlinks?
    If the reply above answers your question, please take a moment to mark this
    answer as correct by visiting:
    https://forums.adobe.com/message/7058559#7058559 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/7058559#7058559 To unsubscribe from this
    thread, please visit the message page at
    , click "Following" at the
    top right, & "Stop Following" Start a new discussion in Adobe Reader for iOS
    by email
    <mailto:[email protected]eso
    ftware.com>  or at Adobe Community
    <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=
    14&container=4631>  For more information about maintaining your forum email
    notifications please go to https://forums.adobe.com/thread/1516624.

  • The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5

    The Error Message 'Application descriptor file cannot be parsed' shows when compiling (Ctrl + Enter) Adobe AIR for Android applications on Flash Professional CS5.5
    This is happening for most of the pupils and staff at our school and they are unable to complete their work.
    This also happens on a fresh copy of windows and CS5.5 without any updates and also with all latest updates.
    I have tried it on 32-bit and 64-bit CS5, Windows, Air and Java with the same error every time.
    There are a small minority of users where this works fine for them with no issue.
    I have tried re-setting user profiles.
    I have tried a local admin and domain admin account with the same issue
    I have noticed however that if the file is moved to the shared area it will compile. If it is on their documents area it will not compile. The users have full control in both locations. This is fine for staff but we are unable to give full control or modify access to the shared area for the pupil's
    I have been through the online support section and it directed me to phone Adobe Customer care who informed me that all support has been discontinued for CS5, CS5.5 and CS6 and they will only support creative cloud.
    Any ideas what to try next? There is no other information about this error and I cannot work out what is causing it.

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

Maybe you are looking for

  • Designer Connection from SAP R3

    Today it is possible to have connection from Designer to SAP R3, if possible I can send documentation about this issue is very important to our company know of their viability. I appreciate your help. Greetings

  • Can't use alt-f1 to switch to console

    I'm using gnome on my NB100 netbook. Everything is working great apart from a few small issues: I can't use ctrl-alt-f1 etc to switch to the console - nothing happens, and I can't use ctrl-alt-backspace to kill X - again, nothing happens. Also, when

  • Cannot display the Crystal Report from BW..very Urgent

    Hello Friends, We are executing the Crystal report XI report from BW 3.50 but cannot displaying andgiving the error messgae as follows.... <b>Service cannot be Reached</b> <b>What has happened? URL http://sapprodbw.company.com:8112/sap/bw/sap/bw/ce_u

  • If statment with jstl (or struts:logic)

    Guys, I have the following info in my scope: request.getAttribute("grade") the value is between 0 and 100; I would like to output a message to the user as follow: //pseudocode if (grade>90)   output: excellent else   output:poorI'm trying to use eith

  • Pesky Error Executing Database Query

    About three times a week, we get a ton of errors for "Error Executing Database Query", all at once. That is about as descriptive as it gets. It does tell us the line and the exact SQL statement it tried to run, but when we copy and paste the SQL into