BI 7 Installation Specs

Hi gurus,
I need to purchase a notebook to be used a demo unit for BI 7 system.
Can anyone shed some light on the needed configuration for the notebook
Your help is really appreciated
Thank you

Hi Saravan,
I have the complete BI Netweaver 2004s Suite (Abap & Java) running on my Dell Lattitude D830:
Core Duo 2,4 Ghz, 4Gb Mem, 160Gb 7200 rpm HD.
Win2003 server x64, SQL2005_x64.
Runs fine for single user/demo/test puposes.
Have fun, regards Patrick Rieken.

Similar Messages

  • How can I include external code in an Installer?

    My LabVIEW program calls some external code using a Call Library Function Node. The external code takes the form of a DLL, and it needs to be located in the same directory with the executable that LabVIEW builds. However, when I look in the installer properties under Source Files, it won't let me, even under My Computer, except .vi files and a few related types that LabVIEW knows about. I can't select my DLL! And if that's true, this installer spec can't build a complete installer for my program. Is there anyway around this, to get my DLL included?
    Thanks,
    Ken

    To elaborate on smercurio's answer:
    If you only specify the DLL name in the Call Library Node configuration, LabVIEW (actually really Windows) will search through the Windows standard locations to find the DLL. LabVIEW will update the path to show the actual location Windows has found the DLL at, but it will assume that it is a standard DLL that either comes with Windwos itself or its own installer.
    If you enter the entire path to the DLL LabVIEW will include that DLL in the built automaticaly and copy it into the data folder by default.
    If you specify the DLL name on the diagram with the path parameter to the DLL Node, the LabVIEW compiler can not know at compile time what DLL will be used (even if you use a fixed path constant which would be a bad idea anyhow). It is then your responsibility to make sure that the DLL is installed on the target computer at that location.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Minimum playback spec for packaged flash game

    I can't seem to find any definitive information on the
    minimum playback specification of Flash packaged applications.
    I am developing a series of games for both Mac and PC and
    would like to include a minimum playback specification.
    I will be using Flash CS3 to develop the games and publishing
    the games as Flash 8 and Action Script 2.
    Any help much appreciated!

    ChuckyLeFrek wrote:
    > I can't seem to find any definitive information on the
    minimum playback
    > specification of Flash packaged applications.
    >
    > I am developing a series of games for both Mac and PC
    and would like to
    > include a minimum playback specification.
    >
    > I will be using Flash CS3 to develop the games and
    publishing the games as
    > Flash 8 and Action Script 2.
    >
    > Any help much appreciated!
    Follow the Software installation specs. If it is meant for
    installation on some
    kind of minimum specs, I believe they take the player back
    under consideration as well.
    I normally follow the Flash Authoring tool specs when the
    client asks. Always better
    to have some spare margin of tolerance for more cpu intensive
    content, like larger
    images and videos...
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Project Build Installer Properties Slow to load, (Maximum vi size)

    I have a LabVIEW Project with 450Mbytes of source code, and drivers.  The Project was originality in LabVIEW 2009.  I upgraded to LabVIEW 2011. 
    Now the Project Build > Installer Properties Menu is about 10x slower than was in LV 2009.
    I've done a mass compile, resolved all error messages in the Project, yet 2011 is still 10x slower than 2009.
    The 2011 Project will build an functional exe, and a functional installer given enough time (like 15 minutes).  During that time the computer is locked up, no other applications are functional.
    The Computer is XP, dual Core, 2.5GHz, 4Gbytes Ram, 4Gbyte Page File.
    The NI Support Desk is saying (quote)   >>>>   seem that the requirements for LabVIEW 2011 are different than the requirements for LabVIEW 2009    <<<<<
    Suggestions ???

    Does the procedure take 30 minutes or 15 minutes (first post)? Also, what is it about the installer build spec that requires further modification after you modify your exe build spec? If the exe is included in the installer, the installer build will automatically re-preview the included exe to get an updated list of files to include next time the installer is built. So unless you need to modify something about the installer spec and not the included source files, no edits would normally be required after changing your exe (or other included source files).
    Keep in mind, the previewing of the exe will take about as long as it takes to build the exe -- it's computing a list of the files that would be built without actually creating the files. A data point of interest is how much longer it takes your exe to build, comparing 2009 to 2011. Does your exe take 10 times longer to build in 2011? Longer exe build times mean longer preview operations in Installer Builder.
    Another thing to check is which distributions you're including on the Additional Installers page. Are more distributions being included in the 2011 build? Did the distributions change significantly in size since 2009?

  • Bad installer with LV 8.2.1 application builder

    Hi,
    I updated LV to 8.2.1 with the update available online. Now I need to build a new installer because the exe will need LV 8.2.1 RT (at least it does not work on a pc with 8.2 installed).
    The build process runs fine so far, but when I try to use the installer, an error message with unfullfilled dependencies is shown. I tried to remove a few components but somehow every installer seems to yield this message...
    Any hints?
    Thanks,
    Carsten

    Hi,
    I kind of solved the problem.
    created a new installer spec: the old one seems not to update it's dependencies
    deleted the directory where the installer is places: the build process dosn't seem to overwrite all old files as expected
    So it seems to be a problem with the project manager not updating the specifiactions correctly (though the directories look ok on the additional installer tab)...
    Cheers,
    Carsten

  • BI Publisher Desktop Cannot Log In

    Getting the following error when attempting to log into BI Publisher Desktop:
    "Please contact administrator for your userid/password"
    Current Installation specs:
    Windows 7 SP 1 64 bit , Office Professional Plus 2010 32 bit, Word V 14.0.7106.5003, BI Publisher 11.1.1.5.0, BI Publisher Desktop 11.1.1.7 32 bit, Java JRE 1.6.0_06
    Works fine on another computer using Bi Publisher Desktop 5.11.48
    Any ideas what is wrong?
    Thanks,
    Dennis

    What is the  BI Publisher Desktop version ?
    What is the  BI Publisher Server ?
    Please be sure both are having the same version.
    Thank you
    Eugen

  • Batch file, and installing a executable​.

    I'm pretty new to LabVIEW.  Anyways, I need to create a makefile that will install the LabVIEW runtime engine, and several LabVIEW user created executable VIs into specific directories determined by environmental variables within the makefile.  I've been looking around, and all I can find is batch file stuff.  Any ideas would be appreciated.  Thanks.
    In short, I need LabVIEW RTE, and several labVIEW created executables installed on target machine via a makefile.
    Sebastian 

    Todd has pointed you in the correct direction.
    I tested this with an LV2009 installer that does not contain the LVRTE. I do not use make files (not a C coder) but think they may run applications like a batch file (if not, use a batch file).
    1. Create the installer for your LV app and point the top level to install in single generic folder (c:\temp).
    2. Include the other executables you mentioned as line items.
    3. Run the installer locally to generate a installation spec file: 'setup.exe /generatespecfile myspec.ini'
        (The only question I noted was about the install folder which I set to #INSTALL_FOLDER#)
    4. Open the generated 'myspec.ini' file and find the 'set install directories' area and you should find:
            <RootDirectory1>=#INSTALL_FOLDER#.
    5. For my confirmation test, I changed this to 'c:\testInstall'.
    6. Run the installer using the updated spec file (add the later parts for auto install; for silent, use just /q):
              'setup.exe myspec.ini /qb /acceptlicenses yes'
    From your makefile (or batch file), you should be able to update the #INSTALL_FOLDER# string in the intermediate spec file (myspec.ini) to the contents of the environment variable you want by simple string replacement then run the installer as shown in (6).
    good luck

  • Crafting Ideal Equipment Set Up-Advice?

    Taking my time setting the stage to purchase &amp; learn FCPx. I have a 1.5 yr old MacBook Pro 13", meets all installation specs. It is heavily used (time, not necessarily in storage) for work &amp; home, mostly documents, pics; no media/video storage or game play. What's your advice on the following:
    1. Should I contemplate a computer dedicated to FCP and the projects I will be creating? (From a speed / functionality pov, not size of screen for viewing.)
    2. If not, if I can manage the size and power of FCP and its projects on my current equipment, is there an added risk of the computer crashing? Bogging down?
    3. Are most people storing their projects via iCloud?
    4. Regardless of how many hours a week I will be working on projects, will 13" just be too difficult to work comfortably? I know this might be very subjective, but experienced opinions still helpful.
    Thank you all

    I'm doing video as a hobby, not for a living, mentioning as preface ....
    video is a very time-consuming 'hobby'. I like to have a fix 'work-bench', where I can sit down, which I can leave after a few hours of edit session 'as is', to find it next time as I left. You won't believe how many paperwork (!!) is involved in my editing, noting tons of timecodes, sequences, names, .... in short: it's a mess here
    a laptop is meant as mobile device - I don't knoe how organized your workflow is - a 'bench' = static desktop would be my #1 choice for video editing.
    13" is itzy-bitzy - a FCPX in full effect cranks tons of info into one window; the bigger the screen the better. two screens! moooore screen estate!
    same with drive space - a year of footage from my soccer-kids are ~0.7TB .... reduced, selected! plus backups, plus backups of backup ... plus photos, music, websites ....... cloud of lil' use, with, meanwhile 12 TB 'in use' here.
    My set-up: a 5y old MacMini C2D/2.26GHz/8GB Ram ... historic, underpowered, but working like charme.- yes, conversions need 'hours' - so what? speed is no issue here .....
    if your wallet allows it: an iMac/MacMini (no need for 'latest'), min 8GB, min. 2 - 4 extHDD (for hobby, cheap usb3 is 'good' enough), at last a 21" screen (or two), .... did I mention external harddrives? ...
    FCPX makes you addicted

  • Problems distributing application using Imaging Source USBCamera and Labview 2010 - Imaging Source sdk required?!

    Hi
    I've been having trouble with the Imaging Source camera we own when trying to build applications.
    Everything works perfectly on the dev PC with appropriate sdk installed.
    When I  move to building the application (no errors) and deploying it to another PC the activeX control used to interface with the camera does not appear.
    Instead I get 'Control could not be loaded' in red text where the control should be.
    As far as I can see the activeX component itself is correctly installed on the PC.
    If I install the IC Imaging Control sdk the application begins working correctly.
    If I uninstall the sdk from the dev PC I get the message about needing a license if I attempt to add the ActiveX control afresh to the program (via the activeX container)
    I've posted on the Imaging Source forums and they suggested I try here.
    ORIGINAL POST ON IMAGING SOURCE FORUMS:
    I'm using a DMK 41BU02 with labview 2010 + IC Labview extension.
    The activeX interface for the camera works fine until I deploy it to a PC that does not have the IC Control software installed.
    All I see is a 'Control could not be loaded' message where the activeX box should be.
    I've installed VB6 redistributable to the client PC so I know the activeX workings should be present on the PC.
    If I install IC Control onto the PC the program starts working correctly!
    Has anyone compiled software with Labview 2010 successfully?
    Is there a trick when creating the application/installer spec?
    Thanks in advance
    Dan Acres
    REPLY
    This is correct. I suppose, the LabVIEW setup creating system does not automatically add the used DLL in the "user.lib" directory of your LabVIEW installation path. What does the LabVIEW support say about this, especially in relation to ActiveX controls, that use the Microsoft licensing mechanism?
    The dll he mentions is packaged into the support folder in the application spec.
    I have also manually copied the dll into the location referenced by the software (Labview 2010\user.lib\xxxx.dll).
    This made no difference.
    I've got no experience building these kind of thing into applications so I cannot tell if it is caused by a mistake I've made or Labview or if the Imaging Source softwares have done something wrong.
    Many thanks in Advance
    Dan Acres

    Dan,
    I think I might have a solution for you and others who need to include the imaging source active-x control in a deployed executable program.
    I solved this problem by creating a project that included the dlls and .ocx files required for the Active X Control (these files are in a folder is created once the IC Software is installed C:\Program Files (x86)\Common Files\IC Imaging Control 3.2) and an executable that registers the Active X Control after the main program is installed.
    The simple vi that registered the .ocx control for me upon install of my LabVIEW executable was called RegisterActiveXCtrl.vi. All it does is calls the regsvr32 with the path of my .ocx file.
    I bundled my main program PCDemo_Stratom.exe and RegICActiveX.exe into an installer and set the option to run RegICActiveX.exe at the end of installation.
    The installer must be installed with administrator rights to get the RegICActiveX.exe regsvr32 call to work.
    Hope this helps you/others in the future!
    Dan A

  • Build specification of installer hides already spec. destination

    I have an installer build specification with the following problem with the "source files" dialog:
    I select the exe build spec to be installed into a certain dest. dir (e.g. under program files). After doing so i close the dialog with ok. The next time i open the dialog this information seems to be gone, in the dest. view no folder has subfolders or other files below it. But if i repeat my steps from the first time, trying to install the exe into the same dir under program files, i get this error message:"The following files already exist in the destination directory:...". But i can't see them!
    Any ideas?
    This is Labview 2009 on Vista.
    Holger

    Perhaps they were written (somehow) as hidden files.
    This way, if you browse to that location, you will not see them.
    But if you try to save something with the same name, the computer will know the files are there.
    Cory K

  • CS6 installation unsuccessful on new machine. OS/Display requirement issues, Error 6, but same installation worked fine on old laptop w/ worse specs..?

    I am having trouble installing Adobe Master Collection CS6  on my new laptop. I encounter Error 6 when I try installing PS, AI, and ID, and it says I am not meeting OS requirements. Illustrator prompts another error: Display requirements not met. ( I'm very confused, because the same installation worked just fine on my old machine... No errors when I did it the first time. I have no idea why I'm running into errors now?) I'm getting warning DW066, DW065, DF029, fatal DS003, and error DW050.
    New Laptop Specs:
    - Asus 14.1" touchscreen Win 8.1, 64 bit OS
    - Intel Core i.5, 1.70 GHz
    - 6 GB RAM, Screen Res 1366x768 32 bit color
    Old Laptop Specs:
    - Asus 15.6", Win 8.1 (no touch screen), 64 bit OS
    - Intel Celeron processor, 1.5 GHz
    - 4 GB RAM, Screen Res 1366x768 32 bit color
    Thank you! Help is greatly appreciated.

    I did as you suggested, and the logs came up with these:
    FATAL: DS003: Cannot extract 'E:\Programs\Adobe CS6\payloads\AdobeCMaps4-mul\Assets2_1.zip' to 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{E8B1DAAA-0B6B-44E6-A2D3-8E418EA0EA85}'. Error: Error 2 The system cannot find the file specified.
    ----------- Payload: {99290358-A784-4218-A7BA-954AE5F9207C} AdobeCMaps x64 CS6 4.0.0.0 -----------
    FATAL: DS003: Cannot extract 'E:\Programs\Adobe CS6\payloads\AdobeCMaps4_x64-mul\Assets2_1.zip' to 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{99290358-A784-4218-A7BA-954AE5F9207C}'. Error: Error 2 The system cannot find the file specified.
    ----------- Payload: {BB66788C-4C4F-4EB0-B146-9178857DE287} AdobeColorNA CS6 4.0.0.0 -----------
    FATAL: DS003: Cannot extract 'E:\Programs\Adobe CS6\payloads\AdobeColorNA_Recommended4_0-mul\Assets2_1.zip' to 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{BB66788C-4C4F-4EB0-B146-9178857DE287}'. Error: Error 2 The system cannot find the file specified.
    ----------- Payload: {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at E:\Programs\Adobe CS6\payloads\AdobeFireworks12en_USLanguagePack\OEM(Seq 76)
    ----------- Payload: {4FAB339E-2132-434F-9376-9CD735E4C69C} Adobe Flash CS6 12.0.0.0 -----------
    ERROR: DR012: Setting Registry Value Failed. Error 5 Access is denied.(Seq 151)
    ----------- Payload: {3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1} Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US 13.0.0.0 -----------
    FATAL: DS003: Cannot extract 'E:\Programs\Adobe CS6\payloads\AdobePhotoshop13-en_US\Assets1_1.zip' to 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{3071EDD7-EA5B-4CAC-B4D0-4D4D664154D1}'. Error: Error 2 The system cannot find the file specified.
    ----------- Payload: {29A80A19-9E35-455A-AF9D-B39AE5B3035D} Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64 13.0.0.0 -----------
    FATAL: DS003: Cannot extract 'E:\Programs\Adobe CS6\payloads\AdobePhotoshop13-en_US_x64\Assets1_1.zip' to 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{29A80A19-9E35-455A-AF9D-B39AE5B3035D}'. Error: Error 2 The system cannot find the file specified.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Bridge CS6 (64 Bit): Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesAE CS6: Install failed
    ERROR: DW050:  - Adobe Toolhints CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Icon Handler x64: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core_x64: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeMotionPicture CS6: Install failed
    ERROR: DW050:  - Adobe After Effects CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - DPS Desktop Tools CS6: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6 x64: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe NPS Panel: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Bridge CS6: Install failed
    .. and the same DW050 errors continue for all there rest of the programs.

  • Silent Installs using spec files

    I want to deploy LV 8.2, CVI, Signal Express, and the toolkits.  Can't use AD Group Policies because the NI MSI files are not true MSI files.
    I have worked out a batch file to silently install however in the spec files I put in the userinfo section the following:
    [UserInfo]
    Name=John Doe
    Company=ACME Inc..
    SerialNo=99999999
    Since I have to deploy this to several people as well as serveral debug machines how do I handle the different user information?  On something like a silent install of MS Office you can leave this information blank and it will prompt you for the registration on the first run.  Is there something similar in LV or do I have to create spec files for every user?

    Here is the batch file for installing LV 8.2, CVI, Toolkits, and Drivers (ignore the hyperlink format).  Notice that some of these don't use spec files as command line parameters and some do.  There are three different sets of command line switches for these items as well.  Some of the toolkits just don't install silently.  This one developers suite uses 4 different methods of installation.
    I really don't think that an easy install is to much to ask for a program that costs $4000 per seat and $1000 per year.
    (BTW, in this version of the bat file I used /passive so I can see what is causing some issues, normally it would be /quiet)
    @Echo Starting Labview 8.2 Installation
    \\MyServer\MyShare\LV-10-06\LV8.2\setup.exe \\MyServer\MyShare\LV-10-06\LV8.2\Bin\JohnDoe.txt /r:n /q /AcceptLicenses yes
    @Echo Starting CVI 8.0.1 Installation
    \\MyServer\MyShare\LV-10-06\CVI8.0.1\setup.exe \\MyServer\MyShare\LV-10-06\CVI8.0.1\support\JohnDoe.txt /r:n /q /AcceptLicenses yes
    @Echo Starting Signal Express 1.1.1 Installation
    \\MyServer\MyShare\LV-10-06\SignalExpress1.1.1\setup.exe \\MyServer\MyShare\LV-10-06\SignalExpress1.1.1\Bin\JohnDoe.txt /r:n /q
    @Echo Starting Toolkit Installations
    @Echo ---- Starting Advanced Signal Processing
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Advanced Signal Processing\setup.exe" "\\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Advanced Signal Processing\supportfiles\JohnDoe.txt" /q /r:n
    @Echo ---- Starting Digital Filter Design
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Digital Filter Design\setup.exe" "\\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Digital Filter Design\supportfiles\JohnDoe.txt" /r:n /q
    @Echo ---- Starting Database Connectivity
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Enterprise\Database Connectivity\Setup\lv_dbtools.msi" /passive /norestart
    @Echo ---- Starting Internet kit
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Enterprise\Internet\InternetToolkit6.0.msi" /passive /norestart
    Echo    **** Labview SPC Toolkit can not be installed silently ****
    Echo    ****         You will need to install manually         ****
    @Echo ---- Starting Express VI Development
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Express VI Development\ExpressVIDev\ExpressVIDev.msi" /passive /norestart
    @Echo ---- Starting PID Control
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\PID Control\setup\lv_pid_6.msi" /passive /norestart
    @Echo ---- Starting Report Generator
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\Report Generation\lvoffice\lvoffice.msi" /passive /norestart
    @Echo ---- Starting State Diagram
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\State Diagram\StateDiagTK.msi" /passive /norestart
    @Echo ---- Starting VI Analyzer
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabVIEW\VI Analyzer\setup.exe" /q /r:n
    Echo    **** CVI SPC Toolkit can not be installed silently ****
    Echo    ****       You will need to install manually       ****
    @Echo ---- Starting SQL Kit
    \\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabWindows CVI\Enterprise\SQL\Sql2.msi" /passive /norestart
    @Echo ---- Starting PID for CVI
    "\\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabWindows CVI\PID Control\setup.exe" /q /r:n /AcceptLicenses yes
    @Echo ---- Starting Signal Processing for CVI
    "\\MyServer\MyShare\LV-10-06\ToolKitSoftware\LabWindows CVI\Signal Processing\Setup.exe" /passive /norestart
    @Echo Toolkit Installations Completed...  Please install manual components.
    @Echo Starting NIDaq 8.3, NIMotion 7.4, NIVisa 4, etc... Installation
    \\MyServer\MyShare\LV-10-06\DCD-Nov06-1\setup.exe \\MyServer\MyShare\LV-10-06\DCD-Nov06-1\spec.ini /r:n /q /AcceptLicenses yes
    @Echo Installation Complete......

  • DAQmx Installation language through spec file

    I am facing an issue with an automated installer for NI-Device Driver Distribution . I have used a spec file and am installing in quite mode(/q). I have configured the spec file to install only NI-DAQ, NI-VISA, NI-488 and their dependent components. Default installation configuration("No change") will be retained for the remaining items. The issue is whenever I use the automated installer, the DAQmx and system configuration gets installed in German and garbled text, though all of my OS language settings has always been in English! I am not able to find any language related settings in the "spec file" either. Weird thing though is the remaining items are installed in proper English.
    NOTE : the issue should be with the spec file since manual installation and installation through command prompt, both installs the Device driver components in English.
    Attached - Screen shot of the installed components through automated installer and the appropriate spec file used.
    I would really like to know what causes this issue!!!!
    Attachments:
    Device_Drivers_spec.txt ‏58 KB

    For all who are curious,
    After testing and analyzing the Spec File, we believe the issue comes from having all installers set to "Local". We believe this is forcing each installer to include language support for every language, and so when LabVIEW is launched it seems to be loading the DAQmx palette in whatever language support was installed last.
    For example, when we removed the German language support from the spec file, then the DAQmx palette in LabVIEW would be in a different language.
    We tried making our own Spec File, and left each Language support blank (without a "Local" tag) to run default behavior of the installer and this worked on our side.
    Micah M.
    National Instruments
    NIC AE Specialist - Test

  • Installer build spec loses spec for exe to run after

    I don't know why, but now & then the build spec for my application installer loses the setting in the Advanced tab to run a certain .exe after installing. The .exe to run after installing is created by a build spec in the same project (from LV source). Besides rebuilding that .exe (without changing the .exe's build spec, name, or location, just minor source code mods), nothing has changed in the project, but the installer's Advanced setting will suddenly be gone. What the heck?!
    My project & source files are too large to attach.

    Hi Meg,
    I noticed this forum post and figured I would chime in here as well.
    We have been working on this issue and are hoping to isolate the exact steps that cause the sporadic loss of the postbuild EXE setting. An initial suspicion was the EXE being moved or rebuilt to a different location. That being said, if anyone has run into this issue in the past and has any insight it would be appreciated, as this problem has not been consistently reproduced.
    Thanks,
    Matt
    Product Owner - NI Community
    National Instruments

  • Update message specs Java 6.0.02.03 is available but after installation message indicates it is not supported. Multiple times, Why?

    I receive a message that indicates this JAVA console 6.0.02.03 update is available for download and installation. After installation Firefox displays a message that this is no longer supported and will be removed the next time firefox is loaded. This has happened several times. Although this may not be related, I am also having regular "unresponsive script" messages displayed, especially with FEBE.

    You can remove old Java Console extensions.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions

Maybe you are looking for