Running adobe air on VPS

I have been running an .air program for about three weeks on my VPS. On April 16th it stop communicating. The program now sits endlessly with the comment "establishing real time connection". I have tried just about everything and I have not solved it. The same program works fine on my home PC and internet connection. It establishes a connection and goes to the next step. Does anyone know what could be blocking the real time connection on my VPS?
Thank you.

There's no technical way this could be possible. It's like a
.swf playing without the Flash Player installed, or a Java applet
without the Java Virtual Machine. Or even like a Windows
application running without Windows. :)
There are, however, 3rd party wrappers out there to turn AIR
apps into native OS apps (basically it wraps the AIR Runtime inside
a native OS executable, like .exe). One that I can name off the top
of my head is the Shu wrapper. This is like the old school Flash
projectors, like Zinc and mProjector. The user doesn't have to
install anything to run native executables.
I would be surprised if Adobe has any plans to make an
executable wrapper for AIR, but I don't know anything. I would like
to see .air files be able to run in the AIR Runtime without having
to actually install the .air package, though.

Similar Messages

  • How can I run Adobe AIR beta until my application is ready to be upgraded?

    How can I run Adobe AIR beta until my application is ready to be upgraded? How can I get around being forced to upgrade? Everything was working fine until the upgrade was forced. This is a huge problem for me

    You can use the Installation Tuner for Reader to customize the UI elements provided to the user.  Details on the Adobe web site.

  • Running Adobe AIR applications without having Adobe AIR installed

    Is running Adobe AIR applications without having Adobe AIR
    installed possible?
    Why wouldn`t it be?
    And if not, when will it be possible?
    Thank you.

    There's no technical way this could be possible. It's like a
    .swf playing without the Flash Player installed, or a Java applet
    without the Java Virtual Machine. Or even like a Windows
    application running without Windows. :)
    There are, however, 3rd party wrappers out there to turn AIR
    apps into native OS apps (basically it wraps the AIR Runtime inside
    a native OS executable, like .exe). One that I can name off the top
    of my head is the Shu wrapper. This is like the old school Flash
    projectors, like Zinc and mProjector. The user doesn't have to
    install anything to run native executables.
    I would be surprised if Adobe has any plans to make an
    executable wrapper for AIR, but I don't know anything. I would like
    to see .air files be able to run in the AIR Runtime without having
    to actually install the .air package, though.

  • Run adobe Air from USB stick

    Hi. I am making this experiment, under a linux enrionment now.
    I have copied a Adobe Air installation on the USB, mounted say in /media/usb with the runtime in /media/usb/air
    If I run:
    cd /media/usb/air
    ./Versions/1.0/Adobe\ AIR\ Application\ Installer -runtime /media/usb/
    it start using that runtime. It works couse I have copied some .so that where symbolic links into the directory structure.
    I can so choose a packaged .air application, installation starts, I click "install" I can choose folder to install. Default proposed folder is /opt. Whatever folder I choose it works only if I have air installed on my system. Otherwise fails with a "error #1".
    I tried to change paths in configuration files in the installation on the USB key to point to /media/usb/air but nothing changed.
    It seems that somewhere the installer or the air package still point to a default installation under /opt/Adobe AIR.
    Any advice?
    Thanks.

    Yes, that path is hard-coded. The reason behind doing this is to make sure that an AIR application runs fine if runtime is installed on the system without worrying about its location.
    However, it would be nice if you can post this thought at http://ideas.adobe.com with an appropriate use case.
    Thanks much!

  • How to run Adobe Air App as Windows Service

    I am working on Adobe Air application. Everything about coding and configuration have been good so far but I have some major road blocks down the road:
    1. Schedule my application to run at certain time.
    2. Run the application in the System Tray like a Daemon app
    Does Adobe support for configuring the application to run in System Tray like a Gmail notifier app now? If it does, is it possible for me to have it configure for both Windows and Mac systems?
    If anyone has any pointers or tips, please feel free to let me know. Thanks in advance.

    Last night I got some time to try out your example from "Working with the dock and the system tray"
    It is really impressive to see how easy you can animate the icon on the taskbar, but it doesn't particularly achieve my goal to have a cross-platform taskbar app running.
    I tried to work with Java yesterday and got their Taskbar module working on both platforms. It solves the basic issue. But then I realize Java is missing the Webkits Adobe Air is offering. So I need two Apps in order to achieve the goal to re-use my web app on the desktop. Now I am considering to learn more about the extend feature you mentioned to let the Java application works like a remote control for the Air application's instances.
    So here are some of my current concerns: is it possible to be able to have input from java app into air application's elements? Does Adobe's intergrated runtime support incorporating Java as part of the app like it does with SWF and javascript? Or is there any bridge I can use to have the two applications communicate with one another?

  • How to run Adobe AIR installer package created in windows into Linux

    Hi,
    we have created an Adobe AIR Installer package in Windows XP, Can any one help me how to run the Installer package in Linux that is created in Windows.
    Please, any help is Appreciable.

    Please any help for the above query is appreciable.

  • How di I run Adobe Air SDK ADL in Linux?

    Hi,
       I downloaded Adobe Air sdk, and want to run adl... But it does nothing at all. No error message, no results, nada.....
    How do I make it at least tell me what it is trying to do? (I renamed adl to adl_linux since there was an adl file already in the flex sdk,
    apparently it is for the mac)
    Here is what I get:
    $ $flexsdk/bin/adl_linux
    $ $flexsdk/bin/adl_linux AirTopo2-app.xml
    $ $flexsdk/bin/adl_linux no-such-file.xml
    $
    Not very helpful....... Is there anything else I need that adl depends upon???
    Thanks,
    Larry

    OK, I am getting further...
      I can get started...
      But I guess Adobe does not know how to build executables in linux without shared libraries. It is just a flag for goodness sake! It includes the code
    in the binary. Yes, it makes the executable larger, but it does not require the user to load a bunch of stuff he does not need/want.
    I now get:
    $ ./adl
    Error loading the runtime (libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory)
    My quandary is this, I work for a large company, there are over 250 developers who each have their own machines and work on the same product. We have professionally managed linux boxes that exist half way across the country. We have our development environment in views that can be created.
    To include this list of shared objects in our linux boxes is not feasible. We could possibly add to our development views, and I will try and modify LD_LIBRARY_PATH to point to location in our views.
    This is a lot of work Because Adobe does not (know about?) want to use the -static flag in "ld" to not use shared libraries (and Adobe does not use Java for adl....)
    It would be really nice if Adobe had a version if the SDK that did not require this huge list of shared libraries that I would not even try and request get installed company wide (my Department's linux boxes and all other standardized development boxes)
    Please, Please, Please use "ld -static" when you link executables for linux! (or make adl a java program)
    I need adl to run regression tests on a part of our product.
    Required libraries
    libgtk-x11-2.0.so.0
    libgdk-x11-2.0.so.0
    libgdk_pixbuf-2.0.so.0
    libgobject-2.0.so.0
    libglib-2.0.so.0
    libgthread-2.0.so.0
    libX11.so.6
    libfontconfig.so.1
    libfreetype.so.6
    libXrender.so.1
    libz.so.1
    libxml2.so.2
    libnss3.so
    libssl3.so
    libsmime3.so
    libnspr4.so
    libdl.so.2
    libplc4.so
    libplds4.so
    libstdc++.so.6
    libm.so.6
    libgcc_s.so.1
    libpthread.so.0
    libc.so.6
    libxslt.so.1
    libcairo.so.2
    libXt.so.6
    libpango-1.0.so.0
    libpangocairo-1.0.so.0
    libpangoft2-1.0.so.0
    libpng12.so.0
    libGL.so
    libkwallet.so*
    libgnome-keyring.so
    libkwalletclient.so*
    libkdecore.so*
    libDCOP.so
    libqt-mt.so
    libhal.so
    libhal-storage.so
    libXext.so

  • Iam having problems installing and running adobe air

    Unable to install and run adobe air

    What is your operating system?
    What exactly means "unable"?
    [topic moved to Adobe AIR forum]

  • Run Adobe AIR app as Windows Service

    I have an app which monitors an RSS feed. Upon an emergency,
    the RSS feed is updated. The app detects the change and launches
    (from the taskbar/dock) full screen, plays an alarm sound and
    displays the message.
    Is it possible to run this app as a service (I know that
    there are several software options to enable this) - my question is
    directed towards launching the full screen warning. Can I utilize
    the windowing API before a user logs in if the app runs as a
    service?
    I have tested this using a couple of those software options
    with no success.
    Does anyone else have any ideas or answers?

    John, did you ever find a solution for running an Adobe AIR app as a Windows Service?

  • Run Adobe AIR application as frame in other windows app.

    Is there possibility to intagrate Adobe AIR application to the windows application as ActiveX, or another way, and will be such functionality provided in future?

    Not AIR, but you can, I believe, integrate the Flash Player itself in this way.

  • 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

  • Installing Adobe AIR on Windows XP Embedded

    Hello,
    I'm working at a museum using kiosk type clients running Adobe AIR. One type of thin clients we're using is running Windows XP Embedded. I've tried installing standard Adobe AIR on it via web, but it keeps failing. Is there some way to get Adobe AIR up and running on the Embedded version of XP?

    Any official word on this? It seems Flash Player is supported

  • Can't Install Adobe Air "Runtime installer end with exit code 0"

    Can't get Adobe AIR to Install.  Any Suggestions?
    Windows 7 Home Premium
    Dell Inspiron
    [2012-01-26:09:32:07] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:07] Commandline is:
    [2012-01-26:09:32:07] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-26:09:32:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2012-01-26:09:32:09] Runtime Installer end with exit code 0
    [2012-01-26:09:32:09] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:09] Commandline is: -installupdatecheck
    [2012-01-26:09:32:09] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-26:09:32:10] Performing pingback request
    [2012-01-26:09:32:11] Pingback request completed with HTTP status 200
    [2012-01-26:09:32:11] Starting runtime background update check
    [2012-01-26:09:32:11] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-01-26:09:32:11] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\MarkGrieseDellInspir\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-01-26:09:32:11] Runtime update not available
    [2012-01-26:09:32:11] Unpackaging cancelled
    [2012-01-26:09:32:11] Runtime Installer end with exit code 0
    [2012-01-26:09:32:17] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:17] Commandline is: -arp:uninstall
    [2012-01-26:09:32:17] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-26:09:32:19] Relaunching with elevation
    [2012-01-26:09:32:19] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2012-01-26:09:32:19] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:19] Commandline is: -stdio \\.\pipe\AIR_2360_0 -eu
    [2012-01-26:09:32:19] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-26:09:32:19] Starting runtime uninstall. Uninstalling runtime version 3.1.0.4880
    [2012-01-26:09:32:19] Uninstalling product with GUID {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-26:09:32:20] Runtime Installer end with exit code 0
    [2012-01-26:09:32:20] Elevated install completed
    [2012-01-26:09:32:20] Runtime Installer end with exit code 0
    [2012-01-26:09:32:35] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:35] Commandline is:
    [2012-01-26:09:32:35] No installed runtime detected
    [2012-01-26:09:32:39] Relaunching with elevation
    [2012-01-26:09:32:39] Launching subprocess with commandline c:\users\markgr~1\appdata\local\temp\air6613.tmp\adobe air installer.exe -ei
    [2012-01-26:09:32:41] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:41] Commandline is: -stdio \\.\pipe\AIR_2720_0 -ei
    [2012-01-26:09:32:41] No installed runtime detected
    [2012-01-26:09:32:42] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-01-26:09:32:42] Installing msi at c:\users\markgr~1\appdata\local\temp\air6613.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-01-26:09:32:43] Runtime Installer end with exit code 0
    [2012-01-26:09:32:43] Elevated install completed
    [2012-01-26:09:32:44] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2012-01-26:09:32:44] Runtime Installer end with exit code 0
    [2012-01-26:09:32:44] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-01-26:09:32:44] Commandline is: -installupdatecheck
    [2012-01-26:09:32:44] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-01-26:09:32:45] Performing pingback request
    [2012-01-26:09:32:45] Pingback request completed with HTTP status 200
    [2012-01-26:09:32:45] Starting runtime background update check
    [2012-01-26:09:32:45] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-01-26:09:32:45] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\MarkGrieseDellInspir\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-01-26:09:32:45] Runtime update not available
    [2012-01-26:09:32:45] Unpackaging cancelled
    [2012-01-26:09:32:45] Runtime Installer end with exit code 0

    I ran across a suggestion here:  http://kb2.adobe.com/cps/403/kb403150.html  that sent me to a Microsoft fix here:  http://support.microsoft.com/mats/Program_Install_and_Uninstall/en-us.  That seemed install.  It seems to run Adobe Air Launchpad.  That's all I know so far.  Still learning all this.

  • Adobe Air 3.0 or 3.2 for Windows 7, Neither is Working, Please Help!

    PLEASE Help me. No one has been able to help me, because I don't have a Mac. I have Windows 7. I downloaded Adobe Air. Everytime I try upload/ download something with it, It asks me if I want to run Adobe Air again like its not already downloaded to the system. Something is wrong. Im not a tech person, so I have no clue what to do. I need some help please anyone. I can not move on in my schooling/ course until I download this program and the only thing I can download it with is Adobe Air. Pleease Help Friends??

    Try to troubeshoot the problem by following this link: http://kb2.adobe.com/cps/403/kb403150.html
    Thanks,
    Calise

  • Any hope for Adobe AIR on Apple mobile devices?

    Does anyone know if it's possible to run Adobe AIR apps on the likes of the iPhone and iPad?

    It is possible. The thing is Apple won't let developers put their AIR apps into Apple's iTunes store.

Maybe you are looking for

  • How to set a fixed size window, so that moving 2D pictures wouldnt go off?

    Hi I dont if this question has been asked or no & also not sure if its right to be posted here as my problem is a java 2D graphics problem in swing environment. I want to know is how can i set the window to a fixed size with boundaries such that my g

  • IMac G5 vs PowerMac G5

    I currently own a dual 2GHz PowerMac G5. I'm still paying it off (darn you MBNA) and am thinking of selling it and switching to a iMac G5. I would be using the computer for every day activities as well as editing with Final Cut Pro 4.5 HD. Will there

  • Can E51 email key be configured for SMS text inste...

    can E51 email key be configured for SMS text instead of email? Like I just want to be able to press the email key to get to sms messages as I use text a lot but never use email on my phone at all. Thanks, Andy. Solved! Go to Solution.

  • Error asset purchase f-90

    While i am posting asset purchase i am getting the following error?what could be reason? Quantity and unit of measurement are not consistent Message no. F5638 Diagnosis Quantity was entered without a unit of quantity or vice versa. System Response In

  • Space problems in component monitoring runtime workbench SAP PI

    Hi If I want do save or delete a new test message in the component monitoring of the runtime workbench in SAP PI  but I get the following error: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error in executing the com