Create installer without labview

Hi,
Is it possible to create an installer without LabVIEW? I am supporting Windows 2000 through 7 and the versions of NI software varies with each OS, specifically when dealing with oscilloscopes running Windows due to VISA conflicts.
The two main problems I have with creating installers with LabVIEW (Application Builder):
1) Windows 2000 requires the Product Framework before 2.8.0. This makes it impossible for installers to run on Windows 2000 that require product installation newer than 2.8.0 which is basically every installation for Windows 7.
2) As far as I am aware, the required software has to be installed on a local machine first before creating an installer. Then you navigate to the Additional Installers section when creating an installer to add to the installation. The location path will point to the orignal CD drive or location it was installed from on the local drive. I don't see why this required. Why can the installer be created directly from the extracted files without it being installed on machine?
Thanks
Solved!
Go to Solution.

Wow guys, thanks for two blatent insults. If you don't have anything nice to say don't say it at all.
A little further explaination:
Supporting and maintaining Windows 2000 in 2014, I agree, is cumbersome. However, you have to realize these oscilloscopes that run Windows 2000 in 2014 still cost upwards of $8,000 to replace and the operating system cannot be upgraded. Why do they still cost so much? Because they are very useful tools. And new ones cost $20,000 to $30,000. I don't think that this effort is "los[ing] [the company's] ability to make a profit".
For those of you that are interested in the orignal question posted here is my solution.
I used SFX Builder (http://sourceforge.net/projects/s-zipsfxbuilder/) to bundle NI's software into a single executeable file. Heres the steps:
1) Download all necessary NI software
2) Download SFX Builder
3) Download 7-zip (http://www.7-zip.org/)
1) Extract all NI software into a single folder and use 7-zip to compress into a .7z archive
2) Open SFX Builder and add the .7z archive to the File tab
3) You can easily set the path of extraction to anywhere on the computer, the temp (%temp%) is the most useful
4) On the Tasks tab click the add/plus button and select Run Program, then enter the path where the extraction happened, here is an example
5) Easy peasy!

Similar Messages

  • Creating installer without Distrubution of MAX

    I am creating installer but with it MAX shortcut is getting loaded on desktop.How to avoid MAX on desktop while creating installer using LABVIEW 8.5?

    When you create the installer, select to export
    the MAX configuration so that will be included in your installer and exclude MAX as part of the installer. You should find this in additional installer options while building.
    Message Edited by muks on 02-22-2010 04:07 PM

  • Error while creating installer in Labview 8.2

    Hi,
           I am trying to build an installer for my application. I have included NI-VISA runtime 4.1, NI-488.2 2.5 and Labview 8.2.1 runtime engine as additional installers in the build specification. I am using the NI's GPIB-USB-HS in the application and hence have included NI-VISA and NI-488.2 in the installer. When I try to build the installer, it gives me the following error :
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> CDK_Engine_PromptForMissingDist.vi
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    *** Error: Internal error. (Error code -40)
    *** End Error Report
    *** Error: Internal error. (Error code -40)
    Error verifying distribution present: National Instruments Device Drivers - February 2007, Disk 1
    *** End Error Report
    Done building deployment
    When I try to build the installer without including the NI-488.2 2.5, the build is successful. Can someone please let me know what are the files to be included for NI's GPIB-USB-HS hardware in the installer?.
    Thanks in advance
    Siddharth

    Building an application with additional installers need the original DVD/CD where the product was installed from. You can set a checkbox to cache the product to your harddisk to avoid the use of the DVD/CD again. Maybe you have a problem with the cache.
    You can just delete the cache by deleting the folders in C:\Programme\National Instruments\shared\ProductCache. Each folder is named with the version of the product so you can see if the product is part of the cache.
    Another possibility is that something went wrong during installation of NI-488.2 dirver. Uninstall that driver, reboot the machine and install it again.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Build application and installer to work without LabView installed.

    Hi!
    Can someone please tell me how to build an installer
    in LabView, that can be installed on a different computer
    and run my program without having to install LabView
    on that computer?
    Regards,
    Børild

    You just go through the nomral process of creating the installer:
    http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/build_installer/
    Just make sure you select the run-time engine (default I think) and VISA if needed...
    Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
    using LV 2010 SP 1, Windows 7

  • Standalone application without labview ?

    Hi
    I am trying to build an .exe file using application builder in LabVIEW 7.0. Is it possible to build an application without labview dependency ? In short, I want something like an .exe file which will run on systems without labview. I know visual basic has this facility. Please let me know.
    Thanks
    Sridhar.
    Kudos always welcome for helpful posts

    "Maximus00" <[email protected]> wrote in message news:[email protected]..
    > . . . I wanted an option where he can view my application without having
    to install anything on his PC. Looks like that is not possible ? Am i right
    ?<br><br>Sridhar.
    You are not right. It is possible. With LV 7.0 and previous versions (I
    don't know if this still works for 7.1), the executable will run correctly
    if lvrt.dll and the other support files are in the same directory. So you
    could, for example, put your executable on a thumb drive. Copy all files
    and folders in the C:\Program Files\National Instruments\shared\LabVIEW
    Run-Time\7.0 directory to the thumb drive as well. Then your supervisor
    could just run the program from the thumb drive without copying anything to
    his computer. Or, if you want the drive back, he could copy the entire
    contents to his drive without using an installer.
    But this begs the question, if your supervisor is evaluating executables you
    are creating in LabVIEW, what's the problem with installing LV Run-Time on
    his computer?

  • 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

  • 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

  • How can i make the .exe run on the computer without Labview?

    .exe can't run on computer without Labview.  Is there any way?  Thank you.

    You need to install the LabVIEW Runtime engine for your specific LabvIEW version.
    In the project window you can create an installer that includes the Runtime Engine (RTE).
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • How build applicatio​n without labview

    i build application in my PC. My Pc include professional LV but if  try my programe work  another PC without LV the programe not work
    so i need my programe worke in pc without LV
    can help me how my programe worke without LV
    Note: my programe main Vi and contain sub VI

    Create application to run in another PC with no labview installed:
    1 - create application
    2 - create installer that include the application
    If you run the installer in the other PC, It install the application and the labview runtime (necessary to run your application).
    If you want another solution, just download labviewruntime from NI and install in the PC with no labview.
    Software developer
    www.mcm-electronics.com
    PS: Don't forget to rate a good anwser ; )
    Currently using Labview 2011
    PORTUGAL

  • Deploy rtexe and bitfiles to cRIO without LabVIEW Developmen​t Environmen​t

    All,
    How can I deploy code to a cRIO in the field without the LabVIEW development environment? I think I can make this work via FTP for updates but for fresh installs as I'm at a loss for what files are required. There seems to be a bunch of magic going on here.
    Regards,
    Ken 

    Note, a little (good natured)sarcasm here.
    No problem. Just connect it to your development system. What, you sent the application to the field? Why would you do that? Oh well, another way is to get your backup controller of the same type, hook it to your development system and load it though max. Then load the application. Then download and use the replication tools to save an image of the RT controller. Note, you have to have the same one as you sent out (you kept a spare of the RT controller, right?). Then send the files and the replication program to the field with instructions on how to use it. If you don't have a spare of the exact type, just have them send it back to you to reprogram or take a road trip, with your laptop with your development system on it.
    Needs a little work, don't you think. Hopefully, it will improve. The thing about it is, the hardware is top notch. Just need a little work on distributing it. See this idea on the exchange.
    http://forums.ni.com/t5/LabVIEW-Real-Time-Idea-Exc​hange/Complete-installer-for-Labview-RT-Targets/id​...
    They need a way to, without your development system:
    1. Create an installer that will load all the drivers, os, etc that your development system would, with options for different controllers.
    2. Installer for the application. 

  • 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<<

  • 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

  • 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

  • Logging Data from USB 6000 without Labview

    Greetings all.
    I am sure this questions is buried somewhere, so I apologize if I am repeating a question that has already been posed and addressed. If this is a redundant question, simply pointing me to the relavent post will help.
    I've got a USB 6000. I've got it set up and working just fine in a MAX test panel. Is there any way to log acquired data to any sort of file without Labview, measurment studio, signal express, or lab windows/cvi? In a similar note, being able to acquire and log data without a different programming routine like .Net or C++. Maybe there is a way to create a task and call it from an excel macro?
    I know I've dug my own grave by getting the bottom of the like USB DAQ. However, even with the USB-6000, there must be a way to log the data being acquired without needing to make additional investments in development software. Not trying to do anything fancy like triggering or data manipulation, I'm just looking to log measured voltages to file and do post processing in Excel.
    Again, I am sure this (or at least a similar) question has been posed before. Any help would be appreciated.
    Thanks,
    Ben

    I think Signal Express is what you really want to use here.  It was designed for the very high level, simple measurement acquisition.
    In MAX, you can set up the task to log to a TDMS file.  With that enabled, you should be able to just let Signal Express run your task and then tell it to stop whenever you want it to and the data will be logged.

  • Running a LabVIEW app on a MAC yosemite without LabVIEW

    Hello all !
    When you compile LabVIEW codes on a Mac, you create a ".app" instead of a ".exe". I would like to run my ".app" on another Mac running with Yosemite (OSX 10.10) and without LabVIEW on it.
    I downloaded the latest RunTime Engine for LabVIEW on that Mac in order to make the application run but it does not seem to work ...
    Has anyone already done such a thing and would have a method to follow ? :-)
    Thank you in advance !
    Solved!
    Go to Solution.

    gvanhoeke wrote:
    When you compile LabVIEW codes on a Mac....
    LabVIEW VIs are always compiled. You are probably talking about building a standalone executable.
    gvanhoeke wrote:
    I downloaded the latest RunTime Engine for LabVIEW on that Mac in order to make the application run but it does not seem to work 
    Instead of the "latest", you need the runtime engine that matches the LabVIEW version used to develop the program.
    (Sorry, I have no direct experience with Macs)
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • VCS Expressway event log errors when Jabber for iPhone and Windows log in

    hi folks, I've deployed Collaboration Edge with VCS Control and Expressway: my Jabber for iPhone succesfully can log in from Internet and it can IM but not calls and I see next messages in VCS Expressway when Jabber is logging in: 2015-03-27T18:00:28

  • HT1551 apple tv airplay disconnects

    Apple tv 3g plays video from the itouch  to the tv then disconnects after atleast 1 minute.  What seems to be the problem. i tried via wireless and wired but same thing happens. it disconnects after 1 minute or atleast 2 minutes.

  • In TCODE LECI, field "Service agent",want this as mandatory.

    Dear Friends, I am using Transaction code LECI to track Vendor's Incoming Bills and challans. We have created a Z-Report for the same. In Transaction LECI,there is a field called "Service agent",this field is for Supplier.I want this filed to be mand

  • My safari isn't open all the winndow

    my safari isn't open all the address

  • 2.5 GHZ and 5GHZ Pros and Cons

    What are the pros and cons of 2.5 Ghz and 5Ghz spectrum My customer wants 1240AG and the antenna for those are either 2.5 GHz or 5GHZ and wants to know which spectrum is better for him to use Regards Anuj