Uninstall and shortcut in extensions

Hi all!
I've been working with JWS since one week and I'm trying to deploy an application in some computers and I don't found a way to uninstall them correctly.
The application will need to install some resources in the computer like images, xml and so on. The only way to uninstall the app I've found is by Control Panel/Add Remove Programs. That's not the problem. When I click in uninstall there isn't any invocation in the main class of the application, I mean, the main class pointed in the application-desc jnlp tag. Then, surfing, many people suggested to create an extension for uninstalling. I've written a extension to uninstall but is not invoked when the user click in Control Panel/Add Remove Programs and there isn't a item called Uninstaller (the name of my extension). Then, the only waty to uninstall the extension and make another operations (in the main class, when the extension es installed the args[0] is install, otherwise args[0] is uninstall) is through the Cache Viewer.
Another point is I haven't get to create a shortcut in the extension
I enclose my source code bellow.
package webstarttest;
import javax.swing.JOptionPane;
public class Helloworld {
    public Helloworld() {
        super();
    public static void main(String args[]) {
        JOptionPane.showMessageDialog(null, "Hello World !");       
        System.out.println("Hello World !");
}HelloWorld.jnlp
<?xml version="1.0" encoding="utf-8"?>
<jnlp  spec="1.0+"
codebase="http://localhost:8080/webstart"
href="Helloworld.jnlp">
     <information>
          <title>HelloWorld</title>
          <vendor>TNF</vendor>          
          <offline-allowed/>
          <shortcut>
               <menu submenu="HelloWorldJWS/Lanzador"/>
          </shortcut>
</information>
     <security>
     </security>
     <resources>
          <j2se version="1.5+"/>
          <jar href="Helloworld.jar"/>
          <extension name="installer"     href="Installer.jnlp"/>
     </resources>
    <application-desc main-class="webstarttest.Helloworld" >
     </application-desc>
</jnlp>The Installer.jnlp
<jnlp spec="1.0+"
codebase="http://localhost:8080/webstart"
href="Installer.jnlp">
     <information>
          <title>Installer</title>
          <description>El Instalador/Desinstalador</description>
          <vendor>TNF</vendor>
          <offline-allowed/>
<!---- NO WORK!!!! -->
          <shortcut >
               <desktop/>
               <menu submenu="HelloWorldJWS/Lanzador"/>
          </shortcut>
     </information>
     <security>
     </security>
     <resources>
          <j2se version="1.5+"/>
          <jar href="Install.jar"  />
     </resources>
     <installer-desc main-class="webstarttest.Install"/>
</jnlp>Last, the extension code
package webstarttest;
import javax.jnlp.ExtensionInstallerService;
import javax.jnlp.ServiceManager;
import javax.swing.JOptionPane;
public class Install {
public Install() {
public static void main(String args[]) {
JOptionPane.showMessageDialog(null, "Entra");
try {
ExtensionInstallerService is = (ExtensionInstallerService) ServiceManager.lookup("javax.jnlp.ExtensionInstallerService");
if (is == null)
System.out.println("ExtensionInstallerService not found");
is.hideProgressBar();
System.out.println("This is the Installer argument:".concat(String.valueOf(String.valueOf(args[0]))));
if (args[0].equalsIgnoreCase("install")) {
JOptionPane.showMessageDialog(null, "Installed.");
System.out.println("Doing Install");
is.installSucceeded(false);
} else {
JOptionPane.showMessageDialog(null, "Uninstalled.");
System.out.println("Doing Uninstall");
System.exit(0);
//is.installSucceeded();
} catch (Exception ex) {
JOptionPane.showMessageDialog(null, "Error " + ex.toString());
ex.printStackTrace();
System.exit(0);
Thanks a lot!!

OK, this looks like it should work.
1.) When you run this the first time, do you get the call to the installer with args[0] == "install" ?
2.) what update version of javaws is running ?
3.) are you saying that the extension is being called from uninstalling the application from cache viewer, but not from add/remove programs remove ?, if so, what about from command line "javaws -uninstall <url-to-app-jnlp>" or from full cache uninstall "javaws -uninstall".
4.) the last point, about the shortcuts, they only apply to main jnlp files (applications and applets) not to component-extensions and installer-extensions.
/Andy

Similar Messages

  • Firefox won't open pdf files; uninstalled and reinstalled Firefoxes, updated all extensions,etc. still getting error messages.

    When I attempt to load a .pdf file, a window pops up reading "There is a problem with Adobe Acrobat/Reader. If it is running, please exit and try again. (4:4)"
    I have tried rebooting the computer, uninstalling and reinstalling Firefox, making sure all plug-ins are updated (they are), disabling every other plug in to see if it was interfering (they weren't -- still got same message), and reinstalling adobe reader (and flash, just for good measure).

    Did you try to disable hardware acceleration in Firefox?
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Did you try a new profile without modifications?
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox
    *https://support.mozilla.org/kb/Basic+Troubleshooting

  • Every single extension I have is broken. Uninstalling and re-installing doesn't work either. They say they'll be updated when Firefox is restarted, but I can't even open the preferences for each plug-in.

    Not a solitary extension is working. Many of them say that they'll be updated when Firefox is restarted; some of them ostensibly appear to be working, but clicking on the 'preferences' button provokes no response. I have Firefox 3.6.13. I've tried uninstalling and then re-installing one of the extensions (Stumbleupon) but to no avail. Do I need to be re-installing Firefox here?

    This can happen if one of the files that stores details on installed extensions is corrupt. To fix that see the section on corrupt extension files in the [[Unable to install add-ons]] article.

  • A window asked me to close firefox.exe so it could do something (AVG I think). Now, I can't open Firefox at all even after uninstalling and reinstalling.

    When I took my laptop, which is running in XP, to get rid of a
    number of trojans, etc, the computer tech put AVG on it. Since
    then, I have been getting random notices from AVG. I got a
    notice and clicked it before thoroughly reading it, assuming it
    was another one of these. It said something about closing
    Firefox, and I thought it needed to close Firefox so it could
    scan something. Ever since, I click on the shortcut or the file
    itself to no avail. Nothing happens. I've even tried
    uninstalling and reinstalling. Have I unknowingly changed my
    administrative settings?

    Annette,
    #In the menu bar, at the top of the Firefox window, Go to Tools -> Add-ons -> Extensions.
    # Locate ''each ''of the following extensions by name and click the disable button
    #Restart Firefox as prompted and see if the undesired toolbar has been removed.
    #The extensions to disable are: '''Crawler Toolbar''', '''MP3 Rocket Toolbar''', '''MSN Toolbar''', '''Search Helper Extension'''
    If you don't need some / all of those toolbars, consider leaving them disabled.
    You can probably remove these toolbars permanently from Start -> Control Panel -> Add/Remove Programs.

  • I can't get Firefox to populate full screen. It's live on the task bar but nothing I try, including uninstall and re-downloading, has worked.

    I can't get Firefox to populate full screen. It's live on the task bar (because it will give me a mini preview when I move the mouse over it) but nothing I try, including uninstall and re-downloading, has worked.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • I continually get a Java error. I've uninstalled and reinstalled firefox and nothing has helped. I've updated flash and Java.

    I have used Firefox as my default browser for many years. I've recently started getting a Java error message. It pops up continually. I have updated flash and java. I have uninstalled and re-installed Firefox and nothing has helped. I have had to start using Chrome instead of Firefox which I don't care for but I don't have the java error with Chrome. How do I fix this problem? The error reads as follows:
    Java Script Application
    Error: syntax error

    Your '''JavaScript''' error has nothing to do with the Java plugin . It is likely caused by an added extension (the earlier forum threads [/questions/944619] and [/questions/943088] mention disabling or updating the Social Fixer extension will resolve the problem).
    You can read this article for help troubleshooting your extensions: [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • How do I get rid of the blue "downloading the latest applications" bar which won't go away even after uninstalling and reinstalling Firefox?

    Can't get rid of the blue "downloading the latest applications" bar that seems to be just hanging and won't go away. I uninstalled and reinstalled Firefox, but the bar is still there after 2 days. I updated something (can't remember what!) on I.E., and it had the same blue bar, but it had a box I could x out of so it went away on I.E. I don't know why the blue bar is there on Firefox, as I did the update while on I.E.
    == This happened ==
    Every time Firefox opened
    == I updated an application while on Internet Explorer.

    Annette,
    #In the menu bar, at the top of the Firefox window, Go to Tools -> Add-ons -> Extensions.
    # Locate ''each ''of the following extensions by name and click the disable button
    #Restart Firefox as prompted and see if the undesired toolbar has been removed.
    #The extensions to disable are: '''Crawler Toolbar''', '''MP3 Rocket Toolbar''', '''MSN Toolbar''', '''Search Helper Extension'''
    If you don't need some / all of those toolbars, consider leaving them disabled.
    You can probably remove these toolbars permanently from Start -> Control Panel -> Add/Remove Programs.

  • My firefox has stopped working with my comcast email. It is loading fine on safari but it is no longer loading my email in a timely manner. Comcast says it is a firefox problem. They suggest I uninstall and reinstall firefox. Do I just drag everything to

    My firefox has stopped working with my comcast email. It is loading fine on safari but it is no longer loading my email in a timely manner on firefox. Comcast says it is a firefox problem. They suggest I uninstall and reinstall firefox. Do I just drag everything to the trash and download a new version? in English
    == URL of affected sites ==
    http://
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Firefox will no longer work after uninstalling and reinstalling

    I am running max osx 10.6.3 and when i closed firefox i couldnt reopen it unless i force quit the app or quit it completely before closing the browser so i uninstalled and then reinstalled but the problem persisted so I deleted the contents of the preference folder after installing then reinstalled but now everytime i try to open it it gives me an error saying "a copy of firefox is already open. only one cope of firefox can be open at a time". I restarted the computer several times but that didnt fix anything and i can no longer start firefox. I am assuming its because there is a file somewhere telling firefox that it is open but I can find it.
    == This happened ==
    Every time Firefox opened
    == I reinstalled firefox ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    I cant really get into firefox to disable or uninstall them and while an extension may have been causing my original problem, it isnt anymore. Now its a problem with the firefox system files but I guess I may be wrong.

  • Since updating I can't click on horizontally placed links, buttons etc have uninstalled and reinstalled still doing it. Cant even see how to get an older version that did work and have run a virus check. explorer works

    Firefox was automatically updated to 7 and now all the websites I go on the horizontal active things you would click on will not do anything. eg in ebay I can't access "My ebay" and in facebook can't click on my profile or messages, in Flickr I can't click on "Your Photostream" which means I can't use it. I tried explorer and all these work so it has to be firefox. I uninstalled and reinstalled and ran a complete system virus check on top of the active ongoing one and nothing no change. I am at a loss what to do now. A relative suggested downloading an older version that worked but I can't even see how to do that. I would appreciate help so I could use firefox as in the meantime I am stuck with exporer which I hate. Thanks

    This issue can be caused by the Yahoo! Toolbar extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • My computer reboots when i try to open itunes,i tried to uninstall and reinstallitunes but when i try to do either my computer reboots also.

    when i try to open itunes my computer reboots. i have tried to uninstall and reinstall itunes but when i tried either my computer also rebooted.

    Are you getting any sort of blue screen when the PC restarts? If so, what numerical and textual codes are you getting for it?
    (For example: STOP 0x00000023 FAT_FILE_SYSTEM)
    If the blue screen also mentions a specific file, let us know what the file is called. (Precise spelling please. Include filename extensions like .sys or .dll ... for example, "atiduag.dll".)

  • ITunes won't open or uninstall and reinstall

    I recently tried to download iTunes 10 but a part of it didn't download right and now when I press iTunes it says, "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." Then when I try to uninstall it says the installer has insufficient privileges to modify this file. And when I just try to download it again from apple.com it doesn't let me download it. I just recently bought an iPod touch and I haven't been able to do anything with it because of iTunes, so any help would be really appreciated.

    I am also having this problem. Only started tody.
    Origially I couldn't open the program as whenever I tried the shortcut or the file it came up with a message that said it had been moved.
    So I uninstalled and then re-downloaded the setup files and re-installed.
    Now I get the message:
    "Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item."
    I cannot uninstall or re-install either, this gives the message:
    "The Installer has insufficient priviledges to modify this file: C:\Program Files\iTunes\Acknowledgements.rtf.
    Please help!

  • The plus sign next to my tab stopped working: when I click on it nothing happens. I tried uninstalling and re-installing and it still doesn't work.

    The + sign to add a new tab suddenly stopped working a while ago. I tried uninstalling and re-installing and it still doesn't work. What may have happened and how do I fix it?

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Can't uninstall and can't use minmise/maximise/exit buttons

    I can't use the minmise/maximise/exit buttons top right, so I reset FF on the Troubleshooting page. That hasn't worked so I thought I'd try a new fresh download. I figure it's best to uninstall the exisiting version first so I went to control panel/add & remove but when I hit remove it flashes briefly and does nothing else i.e. no uninstall. I tried going through My Computer/Programs but clicking on the uninstall helper does nothing. Grateful for any help.
    Troubleshooting info:
    Application Basics
    Name
    Firefox
    Version
    19.0.2
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Microsoft .NET Framework Assistant
    0.0.0
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Important Modified Preferences
    Name
    Value
    browser.cache.disk.capacity
    358400
    browser.cache.disk.smart_size.first_run
    false
    browser.cache.disk.smart_size.use_old_max
    false
    browser.cache.disk.smart_size_cached_value
    358400
    browser.places.smartBookmarksVersion
    4
    browser.startup.homepage_override.buildID
    20130307023931
    browser.startup.homepage_override.mstone
    19.0.2
    extensions.lastAppVersion
    19.0.2
    network.cookie.prefsMigrated
    true
    places.history.expiration.transient_current_max_pages
    13396
    plugin.disable_full_page_plugin_for_types
    application/pdf
    privacy.sanitize.migrateFx3Prefs
    true
    Graphics
    Adapter Description
    NVIDIA GeForce4 MX 440 with AGP8X (Microsoft Corporation)
    Adapter Drivers
    nv4_disp
    Adapter RAM
    Unknown
    Device ID
    0x0181
    Direct2D Enabled
    Blocked for your graphics driver version. Try updating your graphics driver to version 182.65 or newer.
    DirectWrite Enabled
    false (0.0.0.0)
    Driver Date
    4-7-2004
    Driver Version
    5.6.7.3
    GPU #2 Active
    false
    GPU Accelerated Windows
    0/1 Basic Blocked for your graphics driver version. Try updating your graphics driver to version 182.65 or newer.
    Vendor ID
    0x10de
    WebGL Renderer
    Blocked for your graphics driver version. Try updating your graphics driver to version 182.65 or newer.
    AzureCanvasBackend
    cairo
    AzureContentBackend
    none
    AzureFallbackCanvasBackend
    none
    JavaScript
    Incremental GC
    true
    Accessibility
    Activated
    false
    Prevent Accessibility
    0
    Library Versions
    Expected minimum version
    Version in use
    NSPR
    4.9.4
    4.9.4
    NSS
    3.14.1.0 Basic ECC
    3.14.1.0 Basic ECC
    NSSSMIME
    3.14.1.0 Basic ECC
    3.14.1.0 Basic ECC
    NSSSSL
    3.14.1.0 Basic ECC
    3.14.1.0 Basic ECC
    NSSUTIL
    3.14.1.0
    3.14.1.0

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Try a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 19.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox Profile Folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Illustrator CC crashes before startup splash screen (new user - uninstalled and re-installed

    Illustrator CC crashes before startup splash screen (new user - uninstalled and re-installed three times

    Hi Jeff,
    Here is the intall log for Illustrator CC:
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | START - Installer Session
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    12/02/13 19:34:44:625 | [INFO] |  | OOBE | DE |  |  |  | 56532 | RIBS version: 7.0.0.108
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | OSX version: 10.9.0 
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ::START TIMER:: [Total Timer]
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK: Single instance running
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK : Credentials
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Load Deployment File
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | CHECK : Another Native OS installer already running
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Create Required Folders
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Assuming uninstall mode
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Lookup for master payload
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Ready to initialize session to start with ...
    12/02/13 19:34:44:628 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ::START TIMER:: [CreatePayloadSession]
    12/02/13 19:34:44:648 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    12/02/13 19:34:44:648 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ----------------- CreatePayloadSession: machine is x86 ---------------
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 | ______ Verify Dependency Subscribers ______
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC}: 1 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E}: 1 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44}: 2 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}: 3 (0,2)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}: 4 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}: 5 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}: 6 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}: 7 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}: 8 (0,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}: 9 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E}: 10 (2,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}: 10 (2,1)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}: 11 (18,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}: 12 (0,0)
    12/02/13 19:34:44:930 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B}: 12 (0,0)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "deploymentFile" to: /tmp/85658CB0-1E86-477C-9FA7-5CABA602838C/deploy.xml
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "driverAdobeCode" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "mediaSignature" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "removeUserPrefs" to: 1
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Setting property "userASUPath" to: /Applications/Utilities/Adobe Application Manager
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "mediaSignature" to: {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "removeUserPrefs" to: 1
    12/02/13 19:34:44:931 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Overwrite property "userASUPath" to: /Applications/Utilities/Adobe Application Manager
    12/02/13 19:34:44:932 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Found payload actions:
    12/02/13 19:34:44:932 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Deciding what installer mode to use...
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E} not installed
    12/02/13 19:34:45:014 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN Setting requested payload actions
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B} is: true
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_USLanguagePack 17.0.0.0 {D634E98D-D055-4AA9-A153-E454F1D0DE5B} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17tr_TRLanguagePack 17.0.0.0 {9DCC6F0F-AEE2-4F83-8A6C-16C6109DB9FD} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17nl_NLLanguagePack 17.0.0.0 {979B9B0A-4189-4019-8C49-B1F58F8E4DE9} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17pt_BRLanguagePack 17.0.0.0 {81E67FAF-CCC7-43F2-A985-D6B76F14D5BE} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_GBLanguagePack 17.0.0.0 {635647DC-2CA7-4769-875A-FE9DF13C2227} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ko_KRLanguagePack 17.0.0.0 {617F721D-47B3-4B59-B2A8-6C29CF465860} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_FRLanguagePack 17.0.0.0 {5A9675DD-8C96-4FA2-BD74-B08E8F17C37F} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17es_ESLanguagePack 17.0.0.0 {4B83E4D8-E9B7-4217-B583-2F2C59E1D609} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} is: false
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18}  is none
    12/02/13 19:34:45:015 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17zh_CNLanguagePack 17.0.0.0 {D41E514A-68E6-4852-9171-93FE5AB9AF18} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_CALanguagePack 17.0.0.0 {E7F2A95A-0435-4053-8C8D-D93B05F0B178} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17sv_SELanguagePack 17.0.0.0 {C70AD489-7921-40A8-8466-E20C62007222} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17fr_MALanguagePack 17.0.0.0 {EA36C083-F87C-4507-80A0-2CC35C952658} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17pl_PLLanguagePack 17.0.0.0 {F2EB1B1D-151A-4830-A4F7-2FD2A505DF9E} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17zh_TWLanguagePack 17.0.0.0 {B9D0B300-154B-461C-9F36-8EC011FC26C9} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_AELanguagePack 17.0.0.0 {F416B6B6-7BE4-474A-95B2-22DDCE04A1A4} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Payload Adobe Illustrator CC Core_AdobeIllustrator17en_ILLanguagePack 17.0.0.0 {FBA8C920-26AD-470B-9C3F-96C4B233203A} is extension payload. Aligning its action according to parent Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}  is remove
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Selection of payload Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581} is forbidden by the policy. Reason: Free payload
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E} is: false
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CC 12.0.0.0 {DBF92E71-A8E3-494C-8792-2F78B74BEF3E}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}  is remove
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}  is none
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C} is: true
    12/02/13 19:34:45:016 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}  is remove
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Infrastructure 4 4.0.0.0 {5F816B76-62F3-41C9-B651-27F49F25F50B}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}  is remove
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44} is: true
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorNA CC 5.0.0.0 {AB955DCF-69CD-4840-B7FB-F318CDD0AE44}  is none
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF} is: false
    12/02/13 19:34:45:017 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorNA CC 5.0.0.0 {72405B80-A3DD-4BB2-A8C4-A90BC7BA50FF}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorJA CC 5.0.0.0 {A032EB9D-B6EB-45BF-9F15-83B0755DC9AB}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorJA CC 5.0.0.0 {52D57F95-000A-4922-BB31-C6A936F4FD7D}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorEU CC 5.0.0.0 {F6DED2DA-1D20-497E-8810-E745B45DCD28}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorEU CC 5.0.0.0 {9E9EB9FD-FDE8-487A-A41C-7713DA91AC89}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorCommonSetRGB CC 5.0.0.0 {C8DEBB29-3EB0-4B97-B652-4DE482B111BC}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95} is: true
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for AdobeColorCommonSetCMYK CC 5.0.0.0 {C4196275-B11A-40A1-8727-3C145C8F7D95}  is none
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E} is: false
    12/02/13 19:34:45:018 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CS5 10.0.0.0 {D798DB87-E1D3-4271-839C-0ADF8C76944E}  is none
    12/02/13 19:34:45:073 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Value returned on lookup of payload: PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC} is: true
    12/02/13 19:34:45:073 | [INFO] |  | OOBE | DE |  |  |  | 56532 | Action string for PDF Settings CS5 10.0.0.0 {84901376-1C55-4BD3-AD2C-F9BDB4449DAC}  is none
    12/02/13 19:34:45:076 | [INFO] |  | OOBE | DE |  |  |  | 56532 | END Setting requested payload actions
    12/02/13 19:34:45:076 | [INFO] |  | OOBE | DE |  |  |  | 56532 | INSTALLDIR passed path basic path validation: /Applications
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Illustrator CC Core 17.0.0.0 {60D034D6-7494-4FB2-AA48-EF453ECB1581}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for PDF Settings CC 12.0.0.0 {F3306594-3BAA-4FA5-86C2-597278F5674E}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for ShareOnBehance_1.0.1_ShareOnBehance1-mul 1.0.1.0 {DE9B086C-67C4-4EB7-9786-9531AD8FEAE8}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for ShareOnBehance 1.0.0.0 {D6A3BEA9-7551-482D-B8E6-2ECCD627F557}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Required Common Fonts Installation 3.0.0.0 {9A49EAB8-6664-4164-9323-49CA9E9C5E0C}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe Illustrator CC Support 17.0.0.0 {B099EDE9-C4BC-4E3A-B1F8-0321C84C4925}
    12/02/13 19:34:45:100 | [WARN] |  | OOBE | DE |  |  |  | 56532 | DW066: OS requirements not met for Adobe CSXS Infrastructure 4_4.0.1_AdobeCSXSInfrastructure4-mul 4.0.1.0 {9EEE0750-879F-4EA8-89F7-329C866B572B}
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 | BEGIN InstallOperationsQueue Unordered operations
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17es_MXLanguagePack 17.0.0.0 {0433D317-A88A-4BC9-BC25-6D297A310487}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4_4.0.1_AdobeCSXSExtensions4-mul 4.0.1.0 {0F60BFC9-8764-4554-B222-2B55089F395D}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17it_ITLanguagePack 17.0.0.0 {164FB542-8085-4BEC-AF87-A198A5CA7FF2}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ru_RULanguagePack 17.0.0.0 {16581935-1117-4B17-800C-85FCE3EA49F2}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17ja_JPLanguagePack 17.0.0.0 {18A87CA8-EA45-4D10-BBD7-42FE2A6148AB}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17uk_UALanguagePack 17.0.0.0 {23BCDDD3-E054-4E0F-A303-8E1D5BB8287D}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe CSXS Extensions 4 4.0.0.0 {2696829E-809E-4CCE-871F-AD92F85A9A66}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17hu_HULanguagePack 17.0.0.0 {27FF1962-7514-4C6A-A259-805511E417B8}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17cs_CZLanguagePack 17.0.0.0 {28711252-0CC2-4E0D-B7B0-F4F8301090E8}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Required Common Fonts Installation 3.0.0.0 {2A5D70AD-E4C3-4C3D-A18F-38B1CA51CE47}:  with operation remove
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17da_DKLanguagePack 17.0.0.0 {34038538-187C-4B31-A985-8624E50FC7A1}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Adobe Illustrator CC Core_AdobeIllustrator17de_DELanguagePack 17.0.0.0 {41CB5717-A1EF-4CD4-8350-529CD556F116}:  with operation none
    12/02/13 19:34:45:911 | [INFO] |  | OOBE | DE |  |  |  | 56532 |   Recommended Common Fonts Installation 3.0.0.0 {4574D206-D61E-4555-B146-A16B01985E0B}:  with operation remove
    12

Maybe you are looking for

  • Conversão de arquivo

    ola boa tarde, tentei fazer a conversão de um arquivo em pdf para word e deu erro 2 vezes, o q eu faço?? comprei o pacote justa mente para converter esse arquivo e agora??

  • [SOLVED] Self-hosted file syncing options?

    Relevant previous threads and/or posts: * https://bbs.archlinux.org/viewtopic.php?id=172887 * https://bbs.archlinux.org/viewtopic.php … 3#p1478523 I think this is where this would go (other likely sections include "Applications & Desktop Environments

  • Error in pricing when trying to manually enter Shp. Cost  condition type

    Greetings everyone! I'm creating my own pricing procedure and I've added Shp. Cost (0HD0) condition type to it and when I'm trying to enter a price per KG it gives me an error:  "Material Test Product, condition 0HD0 : unit of measure KG is not allow

  • After firmware upgrade problem CP1025NW

    I am trying to upgrade the firmware on my CP1025NW printer.  I downloaded and ran the firmware updater and it runs for a bit and then reports that it "Could not find appropriate firmware file". I have tried running the updater both through a USB conn

  • Every time i try to restore i get an error 10

    i get an error 10 everytime i try and restore my iphone