Register activeX in "create installer"

Hi
Dose anybody knows how to register an activeX during setup
with the installer that has been created with the "application builder of Labveiw".
Best regards
Behzad

If you have activex controls that you need registered after an install, do as Jean-Pierre suggested and use the 'run executable after install' option in the installer. Create an executable that registers the activex controls. I'm attaching code I use to register controls.
Attachments:
Register Activex Controls Folder.zip ‏15 KB

Similar Messages

  • Installation issue with flash player - failed to register activex

    I am trying to install Flash Player 10 on a computer running Windows Server 2003 Service Pack 2 32 bit.  Browser is Internet Explorer 7.  Every time I install, either thru the webpage or thru the exe installer, I get an error that the installer failed to register activex.  I tried the steps in http://forums.adobe.com/thread/461168, to no avail.  I also tried running the Flash Player uninstaller.  I am logged in as administrator and have made sure to give the command change user /install.  I was able to install with no issues on another server with the same versions of Windows and IE.  This system also has Adobe AIR and Reader 9.4 installed.  I also uninstalled Shockwave Player 11 and that didn't help.

    Yes, I have.  I went thru the steps more than once in case.
    The technical data that is made part of this e-mail may be subject to the International Traffic in Arms Regulation (ITAR) and the Export Administration Regulations (EAR). Disclosure of technical data to Foreign Persons in the course of employment with U.S. contractors is considered an export and is subject to the ITAR and EAR export licensing requirements/regulations.
    This email and any attached files are confidential and solely for the use of the original intended recipient. This communication represents the originator's personal views, which do not necessarily reflect those of Meadowlark Optics. If you are not the original recipient or person responsible for delivering email to the intended recipient, this email has been received in error. Any unauthorized use, dissemination, forwarding, printing, or copying of the email is strictly prohibited. If you received this email in error, please notify [email protected]

  • Registering ActiveX Control

    Hello,
    is it possible to create an installer that automatically registers an
    ActiveX-Control if this is not available on the system? If not what can I do
    instead?
    I want to use a TreeControl (MS Common Controls) in my project (LV 6.1).
    Which version of the control should I use to assure that it runs on any
    Windows up from 95 to XP? Has any Windows System this Control installed by
    default or is it delivered with other software?
    Thanks, Marko.

    Hi,
    This is possible.
    This is how. You have to make a vi, that calls "reg32svr.exe" with the name
    of the control (ocx, or dll). Make an executeble from this vi.
    BTW, you should check if the are installed first. Make a sub vi with the
    controller, and get any property. If the control is not loaded, it needs to
    be register.
    In the installer, you can give a name of an executabel to start after the
    run time engine is installed. Tell it to start the fresh executable.
    For the tree, you need mscomct2.ocx and mscomctl.ocx. Don't know about the
    version, just use the ocx's that are on the PC.
    Regards,
    Wiebe.
    "Marko Aschoff" wrote in message
    news:b4hn5c$20deoj$[email protected]..
    > Hello,
    >
    > is it possible to create an installer
    that automatically registers an
    > ActiveX-Control if this is not available on the system? If not what can I
    do
    > instead?
    >
    > I want to use a TreeControl (MS Common Controls) in my project (LV 6.1).
    > Which version of the control should I use to assure that it runs on any
    > Windows up from 95 to XP? Has any Windows System this Control installed by
    > default or is it delivered with other software?
    >
    > Thanks, Marko.
    >
    >

  • Create installer for PDA 8.2

    Hi Everyone,
    I've developed a PDA 8.2 application that I need to distribute world wide to
    field technicians for them to install on to PDA's purchased at their locations.
    When building a PDA application, the only file that is created is an exe file which
    will not run on a PDA without the Labview support files installed. Is there a
    way to create a full installer that will install all files required to run a
    PDA application including all of the Labview application files? This
    functionality exists for PC applications.
    Thanks,
    John.

    John:
    The LabVIEW PDA Module only create executables, it cannot create installers. PDA executables and support files are simply files to be transferred to the PDA and do not need to be registered with the OS, thus any installer that can transfer the file in the right directory structure should suffice. No installer applications have officially been tested with the PDA Module, however you may try out a free program called EzSetup. It is a free utility designed to create installation applications for the PocketPC. You may also want to take a look at this knowledgebase, which highlights how to develop and deploy application for Pocket PCs.
    I hope this helps and please let me know if I can help further.
    Regards,
    Rudi N

  • MSXML6 not supporting VB6 outlook.Attachments (MailItem.Attachments) getting ActiveX cannot create object error

    Hi, This is about msxml4 removal from my application for security reason.
    Currently in my application Outlook Addin with VB6 using Office2010 and outlook object is refering with MSOUTL.OLB from C:\Program Files\Microsoft Office\Office14
    When unregister MSXML4.dll to remove the dependacy of it and use MSXML6.dll, My application getting error.
    VB6 outlook.Attachments getting ActiveX cannot create object error
    if i register msxml4.dll again, then the same is working fine.
    Pls suggest how to remove msxml4 dependancy without this error
    Regards,
    Sathiya

    Firstly, you shouldn't be messing with the system dlls.
    Secondly, do you create an instance of the outlook.Attachments object (using "new" etc.)? That object cannot be created, you can only retrieve if from an Outlook item (e.g. MailItem.Attachments property).
    Please show the relevant snippet of your code.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • Error while creating installer

    Hi
           I am getting error while creating installer.. I tried all posible ways.. Re -installing Labview will give solution.
    Currently i am using LV8.0
    Thanks,
    Ganesh

    Hello.
    Could you tell us more about this error please? Could you attach a screen of it?
    Thanks.
    Regards.
    Romain D.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    NIDays 2010 : Conférence mondiale de l'instrumentation virtuelle
    >>Détails et Inscription<<

  • How to create Installation in ISU using fm ISU_S_INSTLN_CREATE

    Hi,
    Could anyone please help me in creating an installation using the function module ISU_S_INSTLN_CREATE?
    I am not aware of what all parameters and tables should be passed to this function module.
    Please reply.
    Thanks & Regards,
    Manohar.

    Hi Kaushik,
    Thanks for the answer, it was helpful in solving my issue.
    The following is the code that i used to create installation using a function module and it works.
    local data
      DATA:l_auto   TYPE isu01_instln_auto,
           l_billingclass TYPE etta-aklasse,      "Billing Class
           l_instln TYPE v_eanl,                  "Installation
           l_msg TYPE char90,                     "Message
           l_msg2   TYPE char90,
           l_st_eanl LIKE LINE OF i_eanl,
           l_db_update TYPE regen-db_update,
           l_id TYPE char23.
    constants
      CONSTANTS: l_c_rs      TYPE etta-aklasse VALUE 'RS',
                 l_c_0001    TYPE eanldata-ablesartst VALUE '0001',
                 l_c_0002    TYPE eanldata-ablesartst VALUE '0002'.
      REFRESH: i_eanl.
    *Assigning values to the export parameters
      l_auto-data-sparte      = pv_ins_divi. "'03'.
      l_auto-data-ab          = pv_ins_date."syst-datum."g_tmdcdate.
      l_auto-key-bis          = '99991231'."g_tmdcdate.
      l_auto-data-vstelle     = pv_premise. "premise value
      l_auto-data-anlart      = pv_ins_type. "installation type
       l_auto-data-bapertyp    = c_x.
      l_auto-data-tariftyp    = pv_ins_rate.
      l_auto-data-aklasse     = pv_ins_bill."l_billingclass.
      l_auto-data-ableinh     = pv_ins_mru."'M01J704'. "Replace with actual value.
      l_auto-facts-refvalue_auto-routing_auto-contr-okcode = c_save.
      l_auto-facts-refvalue_auto-routing_auto-contr-wmode  = '3'.
      l_auto-contr-use-data = c_x.
      l_auto-contr-use-okcode = c_x.
      l_auto-contr-okcode =   c_save.
       l_auto-ableinh          = 'B01N120D'.
    *-- changes as per version 0.7
    *-- start of change
       IF l_billingclass = l_c_rs.
         l_auto-data-ablesartst = l_c_0001.
       ELSE.
         l_auto-data-ablesartst = l_c_0002.
       ENDIF.
    *-- end of change
      CALL FUNCTION 'ISU_S_INSTLN_CREATE'
        EXPORTING
          x_sparte        = pv_ins_divi
          x_keydate       = pv_ins_date
          x_upd_online    = c_x
          x_no_dialog     = c_x
          x_auto          = l_auto
        IMPORTING
          y_db_update     = l_db_update
        TABLES
          yt_new_eanl     = i_eanl
        EXCEPTIONS
          existing        = 1
          foreign_lock    = 2
          not_authorized  = 3
          invalid_keydate = 4
          invalid_sparte  = 5
          input_error     = 6
          general_fault   = 7
          OTHERS          = 8.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 INTO l_msg.
      ELSE.
    commit the connection object created.
        COMMIT WORK.
        CLEAR: st_log,
               l_st_eanl.
        READ TABLE i_eanl INTO l_st_eanl INDEX 1.
        IF syst-subrc EQ 0.
          st_log-icon = icon_green_light.
          st_log-txt1  = 'Installation'.
          CONCATENATE 'Installation created'  l_st_eanl-anlage
          INTO st_log-msg SEPARATED BY space.
          APPEND st_log TO i_log.
          CLEAR: l_st_eanl,
                 st_log.
        ENDIF.
      ENDIF.

  • Windows AAMEE-created installer files install, then uninstall all products

    I am trying to use AAMEE 3.1 to create CS6 installer files that will be used in creating a Windows 7 image.  Every version of the installer file that I have tried does not work. In every case, the product(s) is installed and then subsequently uninstalled. I have seen this in the log file and also in watching the target directories during the install process. The directory structure gets created and then deleted. I used the Mac version of AAMEE to create files for Mac deployment and it worked flawlessly. With the Windows version, I have tried (in no particular order):
    1. creating installer files using the Design and Web Premium Suite media (complete package, as well as individual apps)
    2. creating installer files from individual application media for each product
    3. creating installer files that are supposed to ignore conflicts and others that are not
    4. creating installer files with and without updates included
    5. uninstalling every piece of previously installed Adobe software off the target machine before attempting to run the installer files
    6. running the Adobe cleaner utility before attempting to run the installer files
    7. uninstalling every piece of previously installed Adobe software off the target machine first AND running the Adobe cleaner utility before attempting to run the installer files
    8. Running the .msi file from the command line
    9. Running the .msi file by right-clicking and choosing install
    10. Running the .msi file by double-clicking
    11. Running the .msi logged in as both a network admin user and local admin user
    12. a host of other things that I can't remember now
    I've even tried using Adobe's log analyzer. It found no issues.  I've already wasted a week plus trying to make this work. Can anyone offer a solution that works? Below is one of many logs files I have. Most seem to indicate that a needed file is in use by another process, but I can't seem to find the culprit.
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 4693.35 milliseconds (4.69335 seconds) DTR = 2287.49 KBPS (2.23388 MBPS)
    ##### Running EDT Workflow #####
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup
    Updating media info for: {00496505-D56B-4B07-A8C5-70A0B4E689F7}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeBridge5-mul-x64\AdobeBr idge5-mul-x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeBridge5-mul-x64\AdobeBr idge5-mul-x64.msi
    Updating media info for: {0377892E-FCAC-46EC-AA70-C6AC8A86A81F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDynamicLinkMediaServer1 All\AdobeDynamicLinkMediaServer1All.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDynamicLinkMediaServer1 All\AdobeDynamicLinkMediaServer1All.msi
    Updating media info for: {05E1E278-7A8D-11E1-A0B9-FC0245DB7244}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12en_USLanguag ePack\AdobeFireworks12en_USLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12en_USLanguag ePack\AdobeFireworks12en_USLanguagePack.msi
    Updating media info for: {08D2E121-7F6A-43EB-97FD-629B44903403}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft_VC90_CRT_x86\Micro soft_VC90_CRT_x86.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft_VC90_CRT_x86\Micro soft_VC90_CRT_x86.msi
    Updating media info for: {093DEFC4-542D-4D0A-8162-0592055515F4}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeXMPPanelsAll\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeXMPPanelsAll\Install.db
    Updating media info for: {0C4E7429-E920-4125-980E-029A87AE0A4D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorCommonSetCMYK4_0-m ul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorCommonSetCMYK4_0-m ul\Install.db
    Updating media info for: {0E0AA043-65AC-4A20-AAD6-9B4C7667309B}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorEU_Recommended4_0- mul\AdobeColorEU_Recommended4_0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorEU_Recommended4_0- mul\AdobeColorEU_Recommended4_0-mul.msi
    Updating media info for: {110F7FCE-7A8E-11E1-BB1D-CEBA0B96881F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12ja_JPLanguag ePack\AdobeFireworks12ja_JPLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12ja_JPLanguag ePack\AdobeFireworks12ja_JPLanguagePack.msi
    Updating media info for: {1837F64F-8388-4AA6-AABD-C608B4430715}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-ja_JP\Adobe Photoshop13-ja_JP.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-ja_JP\Adobe Photoshop13-ja_JP.msi
    Updating media info for: {1E621A15-CD9F-4543-B3F6-8032B3647A6A}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-en_USLanguage Pack\AdobeFlash12.0-en_USLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-en_USLanguage Pack\AdobeFlash12.0-en_USLanguagePack.msi
    Updating media info for: {1EA52983-8EDD-1014-A956-E9729DA4AEEB}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeToolhints-mul\Install.d b
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeToolhints-mul\Install.d b
    Updating media info for: {1F955A4A-F365-4379-AEE2-B7C83E1AA883}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Support\Ado bePhotoshop13-Support.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Support\Ado bePhotoshop13-Support.msi
    Updating media info for: {23D3FD35-6497-4038-9CE3-6B79A4093013}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-ja_JPLanguage Pack\AdobeFlash12.0-ja_JPLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-ja_JPLanguage Pack\AdobeFlash12.0-ja_JPLanguagePack.msi
    Updating media info for: {246C4B99-19F7-4475-9787-5FF8595B86D7}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFL10.9_x64-mul\AdobeP DFL10.9_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFL10.9_x64-mul\AdobeP DFL10.9_x64-mul.msi
    Updating media info for: {26BF5EE3-8C29-46DA-BA87-D04DB7C84197}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_GBLangu agePack_x64\AdobeIllustrator16en_GBLanguagePack_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_GBLangu agePack_x64\AdobeIllustrator16en_GBLanguagePack_x64.msi
    Updating media info for: {26F763C9-076F-473D-9A0E-4050C973737C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorJA_ExtraSettings4_ 0-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorJA_ExtraSettings4_ 0-mul\Install.db
    Updating media info for: {29A80A19-9E35-455A-AF9D-B39AE5B3035D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_US_x64\A dobePhotoshop13-en_US_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_US_x64\A dobePhotoshop13-en_US_x64.msi
    Updating media info for: {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHunspellPlugin_4_0_All_ x64\AdobeHunspellPlugin_4_0_All_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHunspellPlugin_4_0_All_ x64\AdobeHunspellPlugin_4_0_All_x64.msi
    Updating media info for: {2DAEE15D-8D47-1014-9FF6-ACA9093B5359}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8IconHandler64- mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8IconHandler64- mul\Install.db
    Updating media info for: {3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_US\Adobe Photoshop13-en_US.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_US\Adobe Photoshop13-en_US.msi
    Updating media info for: {308066E3-8D40-1014-B993-EF118FFB1E39}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-en_ GB\AdobeInDesign8CommonLang-en_GB.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-en_ GB\AdobeInDesign8CommonLang-en_GB.msi
    Updating media info for: {311CDC89-AC18-4344-9EC9-0225328C73D3}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRequired-mul\Insta ll.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRequired-mul\Insta ll.db
    Updating media info for: {319044AD-1B7E-4872-8E8A-D18D88C7E932}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-loc\Adobe IdeaPluginCS6-loc.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-loc\Adobe IdeaPluginCS6-loc.msi
    Updating media info for: {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Core_x64\Ad obePhotoshop13-Core_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Core_x64\Ad obePhotoshop13-Core_x64.msi
    Updating media info for: {354D20E6-A25F-4728-9DA6-C9003D8F2928}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeAPE3.3-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeAPE3.3-mul\Install.db
    Updating media info for: {36682D68-3834-487E-BA49-DFA4AB0A2E32}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCSXSInfrastructure3-mul \Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCSXSInfrastructure3-mul \Install.db
    Updating media info for: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDesignWebPremium6-mul\I nstall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDesignWebPremium6-mul\I nstall.db
    Updating media info for: {42C0738D-8D50-45B7-BC51-4BC609133E3A}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorNA_ExtraSettings4_ 0-mul\AdobeColorNA_ExtraSettings4_0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorNA_ExtraSettings4_ 0-mul\AdobeColorNA_ExtraSettings4_0-mul.msi
    Updating media info for: {48623899-C152-457D-9B30-1F957332AC2F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorPhotoshop4_0-mul\A dobeColorPhotoshop4_0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorPhotoshop4_0-mul\A dobeColorPhotoshop4_0-mul.msi
    Updating media info for: {488DE6DF-6D55-1014-8588-B572E54263B5}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDigitalPublishing-mul\I nstall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDigitalPublishing-mul\I nstall.db
    Updating media info for: {4FAB339E-2132-434F-9376-9CD735E4C69C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-mul\AdobeFlas h12.0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFlash12.0-mul\AdobeFlas h12.0-mul.msi
    Updating media info for: {51C77DC1-5C75-4491-8645-A17CC33F5A36}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorEU_ExtraSettings4_ 0-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorEU_ExtraSettings4_ 0-mul\Install.db
    Updating media info for: {539AEF15-3A2B-4A31-A587-7E90F7D9C700}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRawProfile7.0All\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRawProfile7.0All\ Install.db
    Updating media info for: {557F9FD3-EED8-43D7-AF29-0F19CA832728}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFL10.9-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFL10.9-mul\Install.db
    Updating media info for: {55D814FB-8D3F-1014-9CAE-A6C79F910A7A}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-ja_ JP\AdobeInDesign8CommonLang-ja_JP.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-ja_ JP\AdobeInDesign8CommonLang-ja_JP.msi
    Updating media info for: {55F0AFED-606D-476A-A07A-134291002FBA}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRaw7.0All-x64\Ado beCameraRaw7.0All-x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRaw7.0All-x64\Ado beCameraRaw7.0All-x64.msi
    Updating media info for: {5C0D1B2E-2D70-48AB-9A0B-0E1E1CC084B1}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFSettings11-ja_JP\Ado bePDFSettings11-ja_JP.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFSettings11-ja_JP\Ado bePDFSettings11-ja_JP.msi
    Updating media info for: {63594DD4-0241-422A-93A5-B6530040E1C7}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRequired_x64-mul\A dobeFontsRequired_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRequired_x64-mul\A dobeFontsRequired_x64-mul.msi
    Updating media info for: {6C98A8B6-8D40-1014-AE3E-EF3F5E8D39AE}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-en_ US\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonLang-en_ US\Install.db
    Updating media info for: {7483525E-26E8-4748-870D-1F064AB8AA83}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-x64-mul\A dobeIdeaPluginCS6-x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-x64-mul\A dobeIdeaPluginCS6-x64-mul.msi
    Updating media info for: {784B5277-7B8A-4058-8F5D-A146F8BA5F7B}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHunspellPlugin_4_0_All\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHunspellPlugin_4_0_All\ Install.db
    Updating media info for: {78E38D75-4D92-4F6E-B631-17A436BED680}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeVideoProfilesCS4_0-mul\ AdobeVideoProfilesCS4_0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeVideoProfilesCS4_0-mul\ AdobeVideoProfilesCS4_0-mul.msi
    Updating media info for: {7CA3FAD4-7B82-473C-8207-5A283E90742A}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeWinSoftLinguisticsPlugi nAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeWinSoftLinguisticsPlugi nAll_x64\AdobeWinSoftLinguisticsPluginAll_x64.msi
    Updating media info for: {7D4E9D10-AED6-485D-A2B0-9A1DF1A55545}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-mul\Adobe Illustrator16-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-mul\Adobe Illustrator16-mul.msi
    Updating media info for: {7E91BB17-16A1-42CE-9502-D6C98BE04920}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFSettings11-mul\Adobe PDFSettings11-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePDFSettings11-mul\Adobe PDFSettings11-mul.msi
    Updating media info for: {8085C16A-3148-40B4-BC8B-12ED59C9C478}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRecommended_x64-mu l\AdobeFontsRecommended_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRecommended_x64-mu l\AdobeFontsRecommended_x64-mul.msi
    Updating media info for: {83463106-DD1C-4FE5-A61C-DF6715472AD4}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeExtensionManager6.0All\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeExtensionManager6.0All\ Install.db
    Updating media info for: {8467887D-92F1-435C-B387-A7551B88EC70}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeNPSPanel1-mul\Install.d b
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeNPSPanel1-mul\Install.d b
    Updating media info for: {8706963D-5F48-47CC-998B-DAB70B089DB8}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeSuiteSharedConfiguratio n3-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeSuiteSharedConfiguratio n3-mul\Install.db
    Updating media info for: {8815EC0E-89C0-4EDB-ACD7-32DB5B67536D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_USLangu agePack\AdobeIllustrator16en_USLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_USLangu agePack\AdobeIllustrator16en_USLanguagePack.msi
    Updating media info for: {8E8021FF-7AA0-11E1-BF04-E98EE5274486}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12ja_JPLangu agePack\AdobeDreamweaver12ja_JPLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12ja_JPLangu agePack\AdobeDreamweaver12ja_JPLanguagePack.msi
    Updating media info for: {8FDB26FC-7AA0-11E1-BF04-E25246635842}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12en_USLangu agePack\AdobeDreamweaver12en_USLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12en_USLangu agePack\AdobeDreamweaver12en_USLanguagePack.msi
    Updating media info for: {9124DF4E-617D-486B-A970-8FA632244F24}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Core\AdobeP hotoshop13-Core.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-Core\AdobeP hotoshop13-Core.msi
    Updating media info for: {91E01984-8D3F-1014-B925-DFD46364B983}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-en_GB\ AdobeInDesign8AppLang-en_GB.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-en_GB\ AdobeInDesign8AppLang-en_GB.msi
    Updating media info for: {9254D539-549A-41DD-A7DA-251766F2B76F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeAPE3.3_x64-mul\AdobeAPE 3.3_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeAPE3.3_x64-mul\AdobeAPE 3.3_x64-mul.msi
    Updating media info for: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft_VC80_CRT_x86\Micro soft_VC80_CRT_x86.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft_VC80_CRT_x86\Micro soft_VC80_CRT_x86.msi
    Updating media info for: {94FEA41F-7345-429F-AA31-5C615F24CE29}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeWinSoftLinguisticsPlugi nAll\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeWinSoftLinguisticsPlugi nAll\Install.db
    Updating media info for: {97BA0109-F6BE-4F50-8904-C19442D7216E}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeBridge5-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeBridge5-mul\Install.db
    Updating media info for: {99290358-A784-4218-A7BA-954AE5F9207C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCMaps4_x64-mul\AdobeCMa ps4_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCMaps4_x64-mul\AdobeCMa ps4_x64-mul.msi
    Updating media info for: {99FE4191-AC6B-11E0-B602-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2005 Redist (x64)\vcredist_x64.EXE
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2005 Redist (x64)\vcredist_x64.EXE
    Updating media info for: {9A63F173-0324-43F5-A0CA-75FF3ADE907B}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_USLangu agePack_x64\AdobeIllustrator16en_USLanguagePack_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_USLangu agePack_x64\AdobeIllustrator16en_USLanguagePack_x64.msi
    Updating media info for: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2005 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2008 Redist (x64)\vcredist_x64.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2008 Redist (x64)\vcredist_x64.exe
    Updating media info for: {9C4AA28F-AC6B-11E0-8997-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe
    Updating media info for: {9D2A060F-AC6B-11E0-8C00-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2010 Redist (x64)\vcredist_x64.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2010 Redist (x64)\vcredist_x64.exe
    Updating media info for: {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-mul_x64\A dobeIllustrator16-mul_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-mul_x64\A dobeIllustrator16-mul_x64.msi
    Updating media info for: {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    Updating media info for: {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeTypeSupport11-mul\Insta ll.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeTypeSupport11-mul\Insta ll.db
    Updating media info for: {A269DDEC-5572-4032-AA26-3485A1620006}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-mul\Adobe IdeaPluginCS6-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIdeaPluginCS6-mul\Adobe IdeaPluginCS6-mul.msi
    Updating media info for: {A276AA98-F93E-4F6C-933E-57604A29F2A1}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-ja_JP_x64\A dobePhotoshop13-ja_JP_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-ja_JP_x64\A dobePhotoshop13-ja_JP_x64.msi
    Updating media info for: {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12-mul\Adobe Dreamweaver12-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaver12-mul\Adobe Dreamweaver12-mul.msi
    Updating media info for: {A8560618-8D40-1014-ADF9-825EAE966C45}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppFSet-Japan\ AdobeInDesign8AppFSet-Japan.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppFSet-Japan\ AdobeInDesign8AppFSet-Japan.msi
    Updating media info for: {AA9DC298-8D46-1014-853D-9FC0306FBFCE}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonBase-mul \Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8CommonBase-mul \Install.db
    Updating media info for: {AC76BA86-1033-F400-7760-000000000005}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AcrobatProfessional10.0-EFG\ AcroPro.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AcrobatProfessional10.0-EFG\ AcroPro.msi
    Updating media info for: {AC76BA86-1041-0000-7760-000000000005}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AcrobatProfessional10.0-ja_J P\AcroPro.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AcrobatProfessional10.0-ja_J P\AcroPro.msi
    Updating media info for: {AD8A9ABD-0567-4489-8843-15A45760231B}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorJA_Recommended4_0- mul\AdobeColorJA_Recommended4_0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorJA_Recommended4_0- mul\AdobeColorJA_Recommended4_0-mul.msi
    Updating media info for: {B25DFA23-EC41-4B19-8BD4-1B042D68BF85}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_GBLangu agePack\AdobeIllustrator16en_GBLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16en_GBLangu agePack\AdobeIllustrator16en_GBLanguagePack.msi
    Updating media info for: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeTypeSupport11_x64-mul\A dobeTypeSupport11_x64-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeTypeSupport11_x64-mul\A dobeTypeSupport11_x64-mul.msi
    Updating media info for: {B8CD128B-8D40-1014-B944-C86071713DAE}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppFSet-Roman\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppFSet-Roman\ Install.db
    Updating media info for: {B98E0DCB-1A75-4394-9813-3A114AA3891D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeMiniBridge2-mul\Install .db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeMiniBridge2-mul\Install .db
    Updating media info for: {BB66788C-4C4F-4EB0-B146-9178857DE287}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorNA_Recommended4_0- mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorNA_Recommended4_0- mul\Install.db
    Updating media info for: {C0C7DC90-C8DF-46DA-BA21-848889DAFD11}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaverWidgetsBrows er1.0-mul\AdobeAIRInstaller.exe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDreamweaverWidgetsBrows er1.0-mul\AdobeAIRInstaller.exe
    Updating media info for: {C41A769E-27ED-44F7-8A11-F2E32F538E05}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeLinguistics_4_0_All_x64 \AdobeLinguistics_4_0_All_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeLinguistics_4_0_All_x64 \AdobeLinguistics_4_0_All_x64.msi
    Updating media info for: {C7B1C1B3-368D-4C32-A818-83F1554EB398}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorCommonSetRGB4_0-mu l\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeColorCommonSetRGB4_0-mu l\Install.db
    Updating media info for: {CA7C485C-7A89-11E1-B2C8-CD54B377BC52}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12-mul\AdobeFi reworks12-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFireworks12-mul\AdobeFi reworks12-mul.msi
    Updating media info for: {CB510A42-9CC2-4FD0-9DA6-0C8C333EF538}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-Support32 \AdobeIllustrator16-Support32.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-Support32 \AdobeIllustrator16-Support32.msi
    Updating media info for: {CC006FD6-00EF-46FC-ACA0-7A28EFF44D20}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AMECore6All\AMECore6All.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AMECore6All\AMECore6All.msi
    Updating media info for: {CC59DB03-F745-4207-962C-63D550E2E066}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16ja_JPLangu agePack\AdobeIllustrator16ja_JPLanguagePack.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16ja_JPLangu agePack\AdobeIllustrator16ja_JPLanguagePack.msi
    Updating media info for: {CFA46C39-C539-4BE9-9364-495003C714AD}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\SwitchBoard2.0All\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\SwitchBoard2.0All\Install.db
    Updating media info for: {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppBase-mul\In stall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppBase-mul\In stall.db
    Updating media info for: {CFC3110A-491C-4DBF-A97D-66C567600A2F}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRaw7.0All\Install .db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCameraRaw7.0All\Install .db
    Updating media info for: {D2583A3E-399C-45D7-8AF1-FE5BAFC946CF}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AIRforIOS_Flash12.0-mul\AIRf orIOS_Flash12.0-mul.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AIRforIOS_Flash12.0-mul\AIRf orIOS_Flash12.0-mul.msi
    Updating media info for: {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHelp\InstallAdobeHelp.e xe
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeHelp\InstallAdobeHelp.e xe
    Updating media info for: {DC00A3E1-9C61-4B11-8070-B592E68D2B3C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeLinguistics_4_0_All\Ins tall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeLinguistics_4_0_All\Ins tall.db
    Updating media info for: {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRecommended-mul\In stall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeFontsRecommended-mul\In stall.db
    Updating media info for: {DE88AA40-6766-43D3-A755-8FC374B3D2C3}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDynamiclinkSupport6All\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeDynamiclinkSupport6All\ Install.db
    Updating media info for: {E04F4B94-8D3F-1014-BB29-98347AEBFF8C}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-en_US\ Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-en_US\ Install.db
    Updating media info for: {E42CAADF-4613-4257-B404-1FB8ECC18695}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_GB_x64\A dobePhotoshop13-en_GB_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_GB_x64\A dobePhotoshop13-en_GB_x64.msi
    Updating media info for: {E5EE62C1-3B58-48A9-AFBC-4C15976C8490}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16ja_JPLangu agePack_x64\AdobeIllustrator16ja_JPLanguagePack_x64.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16ja_JPLangu agePack_x64\AdobeIllustrator16ja_JPLanguagePack_x64.msi
    Updating media info for: {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCMaps4-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCMaps4-mul\Install.db
    Updating media info for: {EB2A8CD4-B247-4810-A294-E3DB8EDC6060}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCSXSExtensions3-mul\Ins tall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeCSXSExtensions3-mul\Ins tall.db
    Updating media info for: {EB5C092C-8D46-1014-A129-F57E0145A7FD}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8IconHandler-mu l\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8IconHandler-mu l\Install.db
    Updating media info for: {EFBC1075-F890-4293-A0D1-04BE66EE2AB3}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeExtendScriptToolkit3.8. 0-mul\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeExtendScriptToolkit3.8. 0-mul\Install.db
    Updating media info for: {F2F2F788-A17F-4CEC-A03C-DFB778E9D901}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AMECore6All_x64\Install.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AMECore6All_x64\Install.db
    Updating media info for: {F48E8FE8-8D40-1014-8129-D1C5ABFD087E}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppBase2-mul\I nstall.db
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppBase2-mul\I nstall.db
    Updating media info for: {F683ECF1-07EC-43CB-90B0-8F325A8C09C1}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-Support\A dobeIllustrator16-Support.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeIllustrator16-Support\A dobeIllustrator16-Support.msi
    Updating media info for: {FC5B6A15-8D3E-1014-8E22-FD25F2906565}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-ja_JP\ AdobeInDesign8AppLang-ja_JP.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobeInDesign8AppLang-ja_JP\ AdobeInDesign8AppLang-ja_JP.msi
    Updating media info for: {FD50FA04-4759-494E-9D6D-4589FD80E484}
    NOTE: Ignoring media info and setting media path as: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_GB\Adobe Photoshop13-en_GB.msi
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\shiftyfox\Desktop\InDesignCS6\Build\\Setup\payloads\AdobePhotoshop13-en_GB\Adobe Photoshop13-en_GB.msi
    --------------------  END  - Updating Media Sources -  END  --------------------
    [    3636] Mon Jul 15 10:21:45 2013  INFO
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    3636] Mon Jul 15 10:21:45 2013  WARN
    DW022: AdobeCode {AC76BA86-1033-F400-7760-000000000005} NonAdobePayload Acrobat Professional 10.0.0.0 with version (2012-03-05 04:03:46.684000) already installed with incompatible version (2011-03-06 22:43:17.708000)
    [    3636] Mon Jul 15 10:21:45 2013  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 1.0.0.0: 1 (0,1)
      {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 1.0.0.0: 1 (0,1)
      {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1: 2 (0,13)
      {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180: 3 (0,11)
      {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0: 4 (0,9)
      {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0: 5 (1,11)
      {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0: 6 (0,9)
      {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0: 7 (0,6)
      {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0: 7 (0,6)
      {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0: 7 (0,6)
      {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0: 8 (1,6)
      {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0: 9 (2,5)
      {9254D539-549A-41DD-A7DA-251766F2B76F} Adobe Player for Embedding x64 3.3 3.3.0.0: 10 (0,4)
      {99290358-A784-4218-A7BA-954AE5F9207C} AdobeCMaps x64 CS6 4.0.0.0: 10 (0,4)
      {246C4B99-19F7-4475-9787-5FF8595B86D7} AdobePDFL x64 CS6 10.9.0.0: 10 (0,4)
      {B2D792AF-F407-4EFA-9A03-3F2A476146F6} AdobeTypeSupport x64 CS6 11.0.0.0: 10 (0,4)
      {319044AD-1B7E-4872-8E8A-D18D88C7E932} AdobeIdeaPluginCS6-loc 1.0.0.0: 11 (0,2)
      {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148: 12 (0,13)
      {093DEFC4-542D-4D0A-8162-0592055515F4} Adobe XMP Panels 4.0.0.0: 13 (0,9)
      {CFC3110A-491C-4DBF-A97D-66C567600A2F} Photoshop Camera Raw 7 7.0.0.0: 14 (1,6)
      {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9} Microsoft Visual C++ 2008 Redistributable Package (x64) 9.0.30729.4148: 15 (0,5)
      {9D2A060F-AC6B-11E0-8C00-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x64) 10.0.40219.1: 15 (0,5)
      {55F0AFED-606D-476A-A07A-134291002FBA} Photoshop Camera Raw 7 (64 bit) 7.0.0.0: 16 (0,4)
      {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0: 17 (0,6)
      {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0: 17 (0,6)
      {0E0AA043-65AC-4A20-AAD6-9B4C7667309B} AdobeColorEU CS6 4.0.0.0: 17 (0,6)
      {51C77DC1-5C75-4491-8645-A17CC33F5A36} AdobeColorEU CS6 4.0.0.0: 17 (0,6)
      {26F763C9-076F-473D-9A0E-4050C973737C} AdobeColorJA CS6 4.0.0.0: 17 (0,6)
      {AD8A9ABD-0567-4489-8843-15A45760231B} AdobeColorJA CS6 4.0.0.0: 17 (0,6)
      {42C0738D-8D50-45B7-BC51-4BC609133E3A} AdobeColorNA CS6 4.0.0.0: 17 (0,6)
      {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0: 17 (0,6)
      {94FEA41F-7345-429F-AA31-5C615F24CE29} Adobe WinSoft Linguistics Plugin CS6 1.3.0.0: 18 (0,4)
      {784B5277-7B8A-4058-8F5D-A146F8BA5F7B} Adobe Hunspell Linguistics Plugin CS6 1.0.0.0: 19 (0,3)
      {7CA3FAD4-7B82-473C-8207-5A283E90742A} Adobe WinSoft Linguistics Plugin CS6 x64 1.3.0.0: 19 (0,3)
      {29DB26AB-81CE-41D6-B0C9-BE15E36C87C6} Adobe Hunspell Linguistics Plugin CS6 x64 1.0.0.0: 20 (0,2)
      {1F955A4A-F365-4379-AEE2-B7C83E1AA883} Adobe Photoshop CS6 Support 13.0.0.0: 20 (0,2)
      {F48E8FE8-8D40-1014-8129-D1C5ABFD087E} Adobe InDesign CS6 Application Base Files2 8.0.0.0: 21 (0,1)
      {A8560618-8D40-1014-ADF9-825EAE966C45} Adobe InDesign CS6 Application Feature Set Files 8.0.0.0: 21 (0,1)
      {B8CD128B-8D40-1014-B944-C86071713DAE} Adobe InDesign CS6 Application Feature Set Files 8.0.0.0: 21 (0,1)
      {AA9DC298-8D46-1014-853D-9FC0306FBFCE} Adobe InDesign CS6 Common Base Files 8.0.0.0: 21 (0,1)
      {EB2A8CD4-B247-4810-A294-E3DB8EDC6060} Adobe CSXS Extensions CS6 3.0.0.0: 22 (0,8)
      {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0: 23 (3,8)
      {83463106-DD1C-4FE5-A61C-DF6715472AD4} Adobe Extension Manager CS6 6.0.0.0: 24 (4,8)
      {EFBC1075-F890-4293-A0D1-04BE66EE2AB3} Adobe ExtendScript Toolkit CS6 3.8.0.0: 25 (4,7)
      {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0: 26 (0,6)
      {5C0D1B2E-2D70-48AB-9A0B-0E1E1CC084B1} PDF Settings CS6 11.0.0.0: 26 (0,6)
      {7E91BB17-16A1-42CE-9502-D6C98BE04920} PDF Settings CS6 11.0.0.0: 26 (0,6)
      {DC00A3E1-9C61-4B11-8070-B592E68D2B3C} Adobe Linguistics CS6 6.0.0.0: 27 (0,5)
      {DE7C6FA1-AF75-48A8-B495-CFAD529BCC3D} Recommended Common Fonts Installation 2.0.0.0: 28 (0,4)
      {311CDC89-AC18-4344-9EC9-0225328C73D3} Required Common Fonts Installation 2.0.0.0: 28 (0,4)
      {97BA0109-F6BE-4F50-8904-C19442D7216E} Adobe Bridge CS6 5.0.0.0: 29 (10,4)
      {8467887D-92F1-435C-B387-A7551B88EC70} Adobe NPS Panel 1.0.0.0: 30 (0,3)
      {C41A769E-27ED-44F7-8A11-F2E32F538E05} Adobe Linguistics CS6 x64 6.0.0.0: 31 (1,3)
      {B98E0DCB-1A75-4394-9813-3A114AA3891D} Adobe Mini Bridge CS6 2.0.0.0: 32 (3,3)
      {00496505-D56B-4B07-A8C5-70A0B4E689F7} Adobe Bridge CS6 (64 Bit) 5.0.0.0: 33 (13,3)
      {F683ECF1-07EC-43CB-90B0-8F325A8C09C1} Adobe Illustrator CS6 Support 16.0.0.0: 34 (0,2)
      {48623899-C152-457D-9B30-1F957332AC2F} AdobeColorPhotoshop CS6 4.0.0.0: 34 (0,2)
      {78E38D75-4D92-4F6E-B631-17A436BED680} AdobeColorVideoProfilesCS CS6 4.0.0.0: 34 (0,2)
      {8085C16A-3148-40B4-BC8B-12ED59C9C478} Recommended Common Fonts Installation x64 2.0.0.0: 34 (0,2)
      {63594DD4-0241-422A-93A5-B6530040E1C7} Required Common Fonts Installation x64 2.0.0.0: 34 (0,2)
      {0377892E-FCAC-46EC-AA70-C6AC8A86A81F} Dynamic Link Media Server 1.0.0.0: 35 (1,2)
      {F2F2F788-A17F-4CEC-A03C-DFB778E9D901} Adobe Media Encoder CS6 X64 6.0.0.0: 36 (3,2)
      {CC006FD6-00EF-46FC-ACA0-7A28EFF44D20} Adobe Media Encoder CS6 6.0.0.0: 37 (4,2)
      {C0C7DC90-C8DF-46DA-BA21-848889DAFD11} Adobe Dreamweaver Widget Browser 1.0.0.0: 38 (0,1)
      {CB510A42-9CC2-4FD0-9DA6-0C8C333EF538} Adobe Illustrator CS6 Support32 16.0.0.0: 38 (0,1)
      {EB5C092C-8D46-1014-A129-F57E0145A7FD} Adobe InDesign CS6 Icon Handler 8.0.0.0: 38 (0,1)
      {1EA52983-8EDD-1014-A956-E9729DA4AEEB} Adobe Toolhints CS6 2.0.0.0: 38 (0,1)
      {488DE6DF-6D55-1014-8588-B572E54263B5} DPS Desktop Tools CS6 2.0.0.0: 38 (0,1)
      {99FE4191-AC6B-11E0-B602-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x64) 6.0.2900.2180: 38 (0,1)
      {A269DDEC-5572-4032-AA26-3485A1620006} AdobeIdeaPluginCS6 1.0.0.0: 39 (1,1)
      {7483525E-26E8-4748-870D-1F064AB8AA83} AdobeIdeaPluginCS6 x64 1.0.0.0: 39 (1,1)
      {2DAEE15D-8D47-1014-9FF6-ACA9093B5359} Adobe InDesign CS6 Icon Handler x64 8.0.0.0: 40 (2,1)
      {402F6F2E-5683-491C-977D-0CA599A07CAF} CS6 Design and Web Premium 6.0.0.0: 41 (4,0)
      {D2583A3E-399C-45D7-8AF1-FE5BAFC946CF} AIR for Apple iOS support (FP) 3.0.0.0: 42 (0,0)
      {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0: 42 (0,0)
      {AC76BA86-1041-0000-7760-000000000005} Acrobat Professional 10.0.0.0: 42 (0,0)
      {A4ED5E53-7AA0-11E1-BF04-B2D4D4A5360E} Adobe Dreamweaver CS6 12.0.0.0: 43 (12,0)
      {8E8021FF-7AA0-11E1-BF04-E98EE5274486} Adobe Dreamweaver CS6_AdobeDreamweaver12ja_JPLanguagePack 12.0.0.0: 44 (0,0)
      {8FDB26FC-7AA0-11E1-BF04-E25246635842} Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack 12.0.0.0: 44 (0,0)
      {CA7C485C-7A89-11E1-B2C8-CD54B377BC52} Adobe Fireworks CS6 12.0.0.0: 45 (15,0)
      {110F7FCE-7A8E-11E1-BB1D-CEBA0B96881F} Adobe Fireworks CS6_AdobeFireworks12ja_JPLanguagePack 12.0.0.0: 46 (0,0)
      {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0: 46 (0,0)
      {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0: 47 (33,0)
      {26BF5EE3-8C29-46DA-BA87-D04DB7C84197} Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16en_GBLanguagePack_x64 16.0.0.0: 48 (0,0)
      {9A63F173-0324-43F5-A0CA-75FF3ADE907B} Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16en_USLanguagePack_x64 16.0.0.0: 48 (0,0)
      {E5EE62C1-3B58-48A9-AFBC-4C15976C8490} Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16ja_JPLanguagePack_x64 16.0.0.0: 48 (0,0)
      {7D4E9D10-AED6-485D-A2B0-9A1DF1A55545} Adobe Illustrator CS6 Core 16.0.0.0: 49 (35,0)
      {8815EC0E-89C0-4EDB-ACD7-32DB5B67536D} Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack 16.0.0.0: 50 (0,0)
      {B25DFA23-EC41-4B19-8BD4-1B042D68BF85} Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack 16.0.0.0: 50 (0,0)
      {CC59DB03-F745-4207-962C-63D550E2E066} Adobe Illustrator CS6 Core_AdobeIllustrator16ja_JPLanguagePack 16.0.0.0: 50 (0,0)
      {4FAB339E-2132-434F-9376-9CD735E4C69C} Adobe Flash CS6 12.0.0.0: 51 (38,0)
      {1E621A15-CD9F-4543-B3F6-8032B3647A6A} Adobe Flash CS6_AdobeFlash12.0-en_USLanguagePack 12.0.0.0: 52 (0,0)
      {23D3FD35-6497-4038-9CE3-6B79A4093013} Adobe Flash CS6_AdobeFlash12.0-ja_JPLanguagePack 12.0.0.0: 52 (0,0)
      {9124DF4E-617D-486B-A970-8FA632244F24} Adobe Photoshop CS6 Core 13.0.0.0: 53 (38,0)
      {1837F64F-8388-4AA6-AABD-C608B4430715} Adobe Photoshop CS6 Japanese Language Pack_AdobePhotoshop13-ja_JP 13.0.0.0: 54 (0,0)
      {3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1} Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US 13.0.0.0: 54 (0,0)
      {FD50FA04-4759-494E-9D6D-4589FD80E484} Adobe Photoshop CS6 International English Language Pack_AdobePhotoshop13-en_GB 13.0.0.0: 54 (0,0)
      {3289C0E8-78B9-47D4-98E5-F25BFF1CBED4} Adobe Photoshop CS6 Core_x64 13.0.0.0: 55 (38,0)
      {E42CAADF-4613-4257-B404-1FB8ECC18695} Adobe Photoshop CS6 International English Language Pack_x64_AdobePhotoshop13-en_GB_x64 13.0.0.0: 56 (0,0)
      {29A80A19-9E35-455A-AF9D-B39AE5B3035D} Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64 13.0.0.0: 56 (0,0)
      {A276AA98-F93E-4F6C-933E-57604A29F2A1} Adobe Photoshop CS6 Japanese Language Pack_x64_AdobePhotoshop13-ja_JP_x64 13.0.0.0: 56 (0,0)
      {CFB770D7-8D43-1014-922B-CC2715FADE3F} Adobe InDesign CS6 Application Base Files 8.0.0.0: 57 (45,0)
      {6C98A8B6-8D40-1014-AE3E-EF3F5E8D39AE} Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US 8.0.0.0: 58 (0,0)
      {308066E3-8D40-1014-B993-EF118FFB1E39} Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_GB 8.0.0.0: 58 (0,0)
      {E04F4B94-8D3F-1014-BB29-98347AEBFF8C} Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_US 8.0.0.0: 58 (0,0)
      {55D814FB-8D3F-1014-9CAE-A6C79F910A7A} Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-ja_JP 8.0.0.0: 58 (0,0)
      {91E01984-8D3F-1014-B925-DFD46364B983} Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_GB 8.0.0.0: 58 (0,0)
      {FC5B6A15-8D3E-1014-8E22-FD25F2906565} Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-ja_JP 8.0.0.0: 58 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Setting property "edtWorkflow" to: 1
    Setting property "installLanguage" to: en_US
    Attempting to find the selected language in the set of available payload languages
    Overwrite property "overrideFile" to: C:\Users\SHIFTY~1\AppData\Local\Temp\{3FEBC9C0-97C2-4CD6-9F64-34B03622DAF2}\\{155C6EE7-AA BA-4819-8982-66EBD3EB1705}
    Overwrite property "skipProcessChecks" to: 1
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 1.0.0.0 is: true
    Action string for {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 1.0.0.0  is configdbonly
    Selection of payload {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 1.0.0.0 is forbidden by the policy. Reason: Critical dependency
    Value returned on lookup of payload: {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 1.0.0.0 is: true
    Action string for {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 1.0.0.0  is configdbonly
    Selection of payload {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 1.0.0.0 is forbidden by the policy. Reason: Critical dependency
    Value returned on lookup of payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 is: false
    Action string for {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1  is configdbonly
    Selection of payload {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 is forbidden by the policy. Reason: Required dependency
    Value returned on lookup of payload: {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180 is: false
    Action string for {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180  is configdbonly
    Selection of payload {9AB0EFC0-AC6B-11E0-9E61-00215AEA26C9} Microsoft Visual C++ 2005 Redistributable Package (x86) 6.0.2900.2180 is forbidden by the policy. Reason: Required dependency
    Value returned on lookup of payload: {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 is: false
    Action string for {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0  is none
    Value returned on lookup of payload: {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0 is: false
    Action string for {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0  is none
    Value returned on lookup of payload: {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0 is: false
    Action string for {354D20E6-A25F-4728-9DA6-C9003D8F2928} Adobe Player for Embedding 3.3 3.3.0.0  is none
    Value returned on lookup of payload: {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0 is: false
    Action string for {E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85} AdobeCMaps CS6 4.0.0.0  is none
    Value returned on lookup of payload: {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0 is: false
    Action string for {557F9FD3-EED8-43D7-AF29-0F19CA832728} AdobePDFL CS6 10.9.0.0  is none
    Value returned on lookup of payload: {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0 is: false
    Action string for {A0F72081-99FB-4FFA-AE1A-62B5A656CAC1} AdobeTypeSupport CS6 11.0.0.0  is none
    Value returned on lookup of payload: {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 is: false
    Action string for {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0  is none
    Value returned on lookup of payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 is: false
    Action string for {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0  is none
    Value returned on lookup of payload: {9254D539-549A-41DD-A7DA-251766F2B76F} Adobe Player for Embedding x64 3.3

    I've searched the logs and all errors seem to be related to Licensing (thanks again anti-piracy).
    10/24/13 13:40:54:808 | [ERROR] |  |  |  | SLCoreService |  |  | 3968 | Could not find license from which to get user data
    10/24/13 13:40:54:808 | [ERROR] |  |  |  | SLCoreService |  |  | 3968 | No value for key [PersonGUID] in user dictionary.
    10/24/13 13:40:56:602 | [ERROR] |  |  |  | OPMWrapper |  |  | 1132 | Failed in getting value for key in OPMGetValueForKey
    10/24/13 13:40:56:649 | [ERROR] |  |  |  | SLCoreService |  |  | 1132 | Could not find license from which to get user data
    10/24/13 13:40:56:649 | [ERROR] |  |  |  | SLCoreService |  |  | 1132 | No value for key [PersonGUID] in user dictionary.
    10/24/13 13:40:56:649 | [ERROR] |  |  |  | SLCoreService |  |  | 1132 | Could not find license from which to get event
    10/24/13 13:41:03:850 | [ERROR] |  |  |  | OPMWrapper |  |  | 1132 | Failed in getting value for key in OPMGetValueForKey

  • How do I register ActiveX controls?

    As fas as I know I have two copies of the same version of MS6.0. When I bring code in from one copy to the other I get the message
    "The Active X Control cannot be instantiated."
    I hit OK and it says:
    "The Active X Control {bunch of hex values} is not registerd on this computer. Register the control and try again."
    If I remove all my cwdiolines and cwdioline and cwdioport and cwdioports stuff and add the control again from the Registered ActivX Controls folder it doesn't help. If I remove any DAQ device I have installed and reboot the computer and then run the program's exe file it works. It's always when I load the project's workspace that I have this problem.
    Any info on how to register ActiveX controls without d
    oing another reinstall?
    Grant
    Grant M. Johnson
    Project Engineer
    LECO Corporation

    Sorry. Please disregard this post. I thought it was trying to register two of my cwdio DAQ controls but it was complaining about an ActiveX text box control that I forgot to reinstall after I rebuilt my system.
    Grant
    Grant M. Johnson
    Project Engineer
    LECO Corporation

  • Can we create installer for  Java projects ?

    when we create any desktop application using swing. Can we create installer for that application that will include all the files, which is required to run that application including data base. Data base is Mysql and in some case it might be MS Access.
    We can create the jar files for this and deploy. But other then this ...
    Is it possible to create ?? If anybody have idea then plz give me steps how to do this ??
    welcome in advance for reply...

    MukeshSinghRathaur wrote:
    when we create any desktop application using swing. Use [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)*
    ..If anybody have idea then plz give me steps how to do this ??Please take the effort to type all 6 letter of the word 'please'. Also - one '?' indicates a question, whereas 2 or more often indicates a bozo.
    Do some research, ask a specific question. These forums are not designed as a 'help-desk' where people will hold your hand and tutor you as to how to do things.

  • Create installer with source files

    Hello
    I have a word search game and i have a dictionary and  the VI create one file with "last scores". I want to creat installer which indclude this files when im setup in another computer without labview. 
    Thank you!
    Solved!
    Go to Solution.
    Attachments:
    kotprog v1.1.vi ‏2864 KB

    First of all, you need to be using a project.  The project should include any source files and any other files you will want to include in your installer.
    Then you create a build specification for an executable.  Once that is built, make a build spec for the installer.  The installer should include any NI compenents you may need to run your program (like the Run-Time Engine).  You can also specify where files will be installed..
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Create Installer Fail, but Application success. HELP, URGENT!

    Hi all,
    I met a strange problem. My labview 8.5 PDS failed to create Installer, yet the application can be built and run. When I want to  create the installer, no information in the "Additional Installer", and no *.bld files created. When I want to build it, some error information reported as below:
    "CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_PreBuild.vi >> CDK_Validate_DistParts.vi >> CDK_DistParts_GetInstalledProducts.vi >> NI_MDF.lvlib:MDFProdInfoList_Open.vi" . 
    When I tried to create a simple vi show a random number, the application can run, the installer can not be built. The error information changed: "CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_PreBuild.vi >> CDK_Validate_DistParts.vi >> CDK_DistParts_GetInstalledProducts.vi >> NI_MDF.lvlib:MDFCommon_Open.vi".
    Additional Information: Before I re-install my windows xp, the Labview Application Builder worked.
    And I've tried the conversations "http://forums.ni.com/ni/board/message?board.id=170&message.id=316712&requireLogin=False" , "http://forums.ni.com/ni/board/message?board.id=250&thread.id=29940&view=by_date_ascending&page=2"  and "http://forums.ni.com/ni/board/message?board.id=170&message.id=244845&query.id=526126#M244845". But I'm not such lucky.
    I've even tried to re-install LabView including deleting LabView related registry key value.
    Thanks.
    Black Ma 
    Attachments:
    additional Installer blank.GIF ‏70 KB

    MaGH, I've having a very similar issue with LV2009.
    The build was unseccessful.
    Possible reasons
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_PreBuild.vi >> CDK_Validate_DistParts.vi >> CDK_DistParts_GetInstalledProducts.vi >> NI_MDF.lvlib:MDFCommon_Open.vi
    Details:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Of course reinstalling, mass compiling, deleting and recreating didn't help.
    I've attached a sample code here:
    http://forums.ni.com/t5/LabVIEW/Installer-Build-Unsuccesful/td-p/1646134
    Have you been able to solve this problem?
    I don't really know how I can distribute my products....
    thanks

  • How to create installation scripts in packaged application

    can u tel me How to create installation scripts for packaged application.
    also tell me , i have to first install scripts and then supporting objects or
    supporting objects first then installation scripts..

    Hi,
    Depending upon your usecase there are different ways to implement this logic.
    Check this for example (Read my answer in this post):
    https://forums.sdn.sap.com/thread.jspa?threadID=349151
    Also check these senarios:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddf20bb211d72e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddcc9bb211d72e10000000a1553f6/frameset.htm
    Also the delegation may be interesting for you:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/44b742cafec96ae10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati

  • What software usual is used to create installation package for client appli

    What software usual is used to create installation package for client application?

    >
    I mean the software that installed my application on client's machine. E.g. by click button Next, Next ...>Try clicking some of the 'buttons'(1) on the [webstart API examples|http://pscode.org/jws/api.html] page.
    (1) They are not HTML buttons, but links stylde to look vaguely like buttons. HTML buttons can be used just as easily, see [Launch JNLP App - launch style|http://pscode.org/jws/launch.html] for an overview of different launch styles.

  • Creating Installation Media component for Database Provisioning in OEM 12c

    When creating installation media to use in a database provisioning procedure, do I have to unzip and rezip Disk 1 and 2 before I load them into OEM?  I mean can't I just upload the zip files and tell OEM which is the "Main File" via the drop down box in the "Specify Source" section of the "Select Files" tab of the software library entity page?

    Thanks for the answer Courtney.  Then may I ask, what is the meaning of that "Main File" selection box on the file page? 

Maybe you are looking for

  • Fields in Creation of free goods VBN1

    hi everybody, Can somebody expalin in detail the fields in creation of free goods(T-vbn1) like free goods quantity,additional quantity,documnet quantity and calculation rule.... <b>Please dont copy paste anything form SAP help....I read that one.....

  • Success with iTunes but a problem with a temp file

    Further to my recent post, I have now had some form of success with opening iTunes but I can only do this if my external hard drive (which has the remnants of some file left). I have tried to copy and paste the files relating to iTunes but for some r

  • Losing Printer Options after Snow Leopard Upgrade?  Any solution?

    I've lost the ability to print multiple pages on one page with my Samsung SCX-4500 printer. The only factor that changed is upgrading to Snow Leopard. I've reinstalled printer drivers but the Page Setup/Layout drop down screen is not available. Has a

  • RemoteApp without RDSH logon

    Hi, I'm running Windows Server 2012 as a RDSH server. The employees should not be able to logon to the RDSH and only use RemoteApp's. Is it possible to only allow RemoteApp's without the logon permission to the RDSH? regards, TAntony

  • Spooler Subsystem app has a problem

    After installing Firefox 4, my printer stopped working and hung up computer until computer restarted. I tried the automated fix that I got on Firefox support--did not help. Printer still works normally on e-mail.