Build application and installer

I build application and installer same the problem
please see the figure
Attachments:
Mohammad 1.doc ‏870 KB
moh.doc ‏253 KB

If this is an answer to this thread, post a reply in there.
Duplicate post.
Regards,
André
Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

Similar Messages

  • 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

  • AIR Application and Installer Settings

    Hello,
    I have installed the Adobe AIR extension for Dreamweeaver
    CS3. However, whenever I click Save on the "AIR Application and
    Installer Settings" screen I get the following error and the air
    app is not built.
    quote:
    While executing onClick in AIRSettings.htm, a JavaScript
    error occurred.
    Any help would be greatly appreciated! I'd really like to get
    started building AIR apps!

    Having exactly the same problem on Dreamweaver CS4.
    Can anyone help?

  • Usage dependency is created at Build time and installation time

    Hi,
    The infrastructure guys have selected the usage dependency as Build time and Installation time, while creating software components.
    "Y" SWC is created as depedency for "X" software component.
    In SLD(software catalog),  we are able to view the Y component as dependency in X component(at both build time and installation time).  In usage dependency we are able to view Y component but when we click Y component in usage dependecy we are also able to view X component. Is there any problem with this ?
    There is another issue. we are able to view basis object(in IR) in Y component but not in X component.  Actually as per the above configuration basis object in IR should appear in X component.
    Please refer to another forum which may give you some more idea.("BPM - Message interfaces of one component are not appearing in another comp") pasted on 17 Nov,2006.
    Please could you provide us the inputs.
    Thanks,
    Ramesh

    hi,
    as you see per my weblog try choosing Installation Time
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    more about it on:
    http://help.sap.com/saphelp_nw04s/helpdata/en/d4/8d784289b4de54e10000000a155106/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Set Icon to application and installer???/???????????????

    Hi,
    How I can set an Icon to the main application and
    installer??? When I install the application I want in the shortcut
    of the desktop appear with some icon. How I can set the icon in the
    flex application?
    Regards,
    evsPeart

    Set the icon in the tag named "icon" in the application
    descriptor file. Check this URL for more details
    http://livedocs.adobe.com/labs/air/1/devappsflex/File_formats_1.html

  • Scripted Build of Host and RT application and installer

    Looking to make a script that allows me to create the host application from a project template. But I need it to change some of the values in the project such as file paths, files included in the installer and names of the build exe and rtexe.  I cant find the way that I can  programtally control that thing based on user input.  
    This is something I am doing so our developer team can be more consistant about how we compile updates and how they are distribuited to the customer.  
    Solved!
    Go to Solution.

    As for(imstuck) has said, all of what you want to do is possible, but it is spread out over two APIs - the VI server API (property and method nodes) and the application builder API, which is not on the palettes, but can be found in <vi.lib>\AppBuilder\AB_API.
    For working with projects, you can get project references through the Application class, then move on to project items, etc.  You can use the class browser (Ctl-Shift-B) to find things.
    AppBuilder has several APIs, depending upon what your final target is (source code, executable, packed library, etc.).  Use the appropriate one.
    I would strongly recommend you do not directly touch the project file.  It can contain binary information and has a lot of interdependencies.  You may be successful, but your solution will probably be brittle, since the project format can and does change with the LabVIEW version.
    If you have any more specific questions, let us know.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • Pre Build EXE and Installer Set Version

    So this topic comes up relatively often so I thought I'd make a new thread showing an example of how to make it work.  The problem is developers want a way to set the version of builds programmatically.  Luckily NI added some VIs for doing this.  Too bad you can't invoke them from the Pre-Build action of a build, because that information is read before the pre-build.  Here is an idea exchange discussing it.
    But I figured I could come with some kind of work around and I have two, and neither is perfect.  Attached is a simple project.  It contains a VI that runs reading the EXE version that it is running from once it is in an EXE.  The project has three build specifications, an EXE, and two installers.  The developer can set the Major, Minor, and Fix of the EXE, but the build version is set programmatically in the Pre-Build action.  The version of the installers will also be set to the version of the EXE.
    Attempt to build the EXE and a dialog will appear asking to enter the build version that should be used.  This could be determined some other way but this was the easiest for the demo.  If the EXE, and the Installers are already the correct version, where the build is the same as the one specified, and the installers are the same version as the EXE, then the build goes on like normal.  But if the build you enter is not the same as the current, it will abort the current build, change the versions, and then tell the operator to attempt to build again.  This time no prompt is seen and the build will work like normal with the version you set earlier.
    The downside to this method is you have to tell the developer to build again, I figured I could do that programmatically so I tried.  There is a constant on the BD of Prebuild Action VI.vi, and if it is set to True it will try to invoke a new build on its own.  The problem with this method is the build the user invoked is aborted and the user sees the error.  But the second build might have worked fine, but there isn't any feedback.
    In any case this is a sorta working way of setting EXE and Installer build versions from a pre-build VI.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Test EXE Version.zip ‏80 KB

    Bob_Schor wrote:
    I took your idea and "simplified" it a little
    Some may want the simplified version I understand.  But for me I wanted a more robust VI, one that would work if a project had multiple build specifications of applications, or multiple installers.  Some developers may have two applications one that is normal, and another with debugging turned on and I wanted the versioning to work consistently there by grabbing the newest version and using it.  And in all my cases, if there is an installer it should be the same version as the EXE.
    As for the getting around the error I think if I had enought time I could dig into the NI VIs to get rid of the error and show the progress of the new build.  The whole build process is a bunch of VIs, that augment the right click menus in the project so the source is there it is just taking time to understand it.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Application and Installer won't open/launch on iMac (Maxon Cinema 4D) help!

    This is a strange one. I have an application that refuses to open.
    I've bought an iMac 24" Intel 3.06Ghz (not the brand new one, but a 2008 model). Everything works fantastically, but I'm having a problem with one particular application - Maxon Cinema 4D (R9.012). I realise this is an older version of Cinema 4D (they are now up to R11), but I have some 3D projects built in the older version that do not convert nicely when opened in the more recent versions. So, on some rare occasions, I need to open the older version to render a particular image successfully, etc.
    But, I am finding that it won't open, and neither will the original VISE installer for the application. I don't believe this is an Intel compatibility problem, as I also have the use of an almost identical iMac 24" Intel 2.4Ghz (identical, obviously apart from the screen size and processor/graphics card) and the version of Cinema 4D R9.012 that won't open on my home computer DOES open fine on this computer. So, I am left bemused.
    When I say that the application won't load, what happens when I double-click is that the dock momentarily expands, as if the app icon is about to appear, but nothing surfaces and the dock immediately goes back to it's normal self.
    I've tried the instructions on this page, to no avail: http://www.macfixit.com/article.php?story=20060314080135452
    I've tried resetting the PRAM, to no avail.
    I'm now lost as to what to try next. I've never encountered an app/installer refusing to open, without seeing some kind of warning or dialogue box.
    Can anyone advise me what this could be caused by, and how to overcome it?
    Thanks for reading!
    Jme

    In case anybody comes across this same problem, a fresh Leopard installatino solved the problem.
    I migrated my iMac to another iMac, installed Leopard afresh, and voila, I was able to install Cinema 4D now! I then migrated my iMac back again, and everything seems to be fine now.
    Very odd.
    Jme

  • Build Application, installer advanced settings

    Hi !
    I build application with installer(LV70(W2K) and
    I like to run "example.bat" file after when user has run "setup.exe".
    So there is advanced installer settings, "run excutable after installation"
    how i should fill those lines (look attachment)
    Source support file "example.bat" great folders to C:\ root and copy files to C:\
    I allready put destination of "example.bat" file to root
    -HeVi-
    Attachments:
    InstallerAdvan2.jpg ‏34 KB

    I've never tried that option with the installer... do you need to give
    it an absolute path to where your batch file will be?  Have you
    included the batch file as a support file for your installation?
    What about placing the batch file in a directory that's included in
    your system path variable and see if it will run then?  Just a few
    guesses without actually trying it myself... Keep us posted...
    Message Edited by m3nth on 08-04-2005 08:32 AM

  • Importing "Run and Build Application"

    I've been trying to duplicate my Oracle workspace applications on my local machine. It worked fine for one of my apps, but the second one failed. I exported the file several times in DOS format with Unicode UTF-8, Build Status Override "Run and Build Application", and other fields blank. I imported successfully on my machine, and got to the "Application Install" screen. But the routine then failed with the message:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 6, column 7: PLS-00103: Encountered the symbol "¿¿¿¿¿¿¿¿4¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿" when expecting one of the following: ( - + case mod new null avg count current max min prior sql stddev sum variance execute forall merge time timestamp interval date 1.4.4.00.33
    When I tried to importing the same file back to the Oracle workspace (to create a backup copy so I could further develop without risk) it also failed at the same point with this message:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 6, column 7: PLS-00103: Encountered the symbol "&#17498;&#8259;&#25932;&#30305;&#14949;&#21280;&#27749;&#25445;&#8308;&#28257;&#25888;&#28781;&#28524;&#25977;&#8293;&#28257;&#8292;&#27747;&#25449;&#8299;&#16930;&#26784;when expecting one of the following: ( - + case mod new null avg count current max min prior sql stddev sum variance execute forall merge time timestamp interval date 1.4.4.00.33
    Any ideas?
    Thanks.
    Bill

    Sergio
    Here is the output from the NLS query:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 9.2.0.4.0
    Here is the output from the procedure in the other thread:
    nls_language = {AMERICAN}
    nls_territory = {AMERICA}
    nls_characterset = {WE8MSWIN1252}
    add this line to your DAD config:
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
    How (or where) do I add this line to my DAD?
    Bill

  • Build application labview 8.5 database toolkit

    Can someone help me on how to build an application and installer for a vi that uses the database connectivity toolkit in labview 8.5?
    I know how to do it in Labview 7.1 and the pdf user manual explains the 7.1 method but I have had no luck in finding anything for 8.5. The problem is that you need to load a build script and I cannot find a way to do this in 8.5....
    I know this is not hard at all, I just dont have the information...
    Thanks a million in advance.

    When you select Tools>>Convert Build Script, a dialog will appear asking you for the .bld file you want to convert. It also will ask you to enter a path to a new LabVIEW project. Once you convert, a LabVIEW project will be opened and will have the Statup VIs added and well as a build specification for the EXE. If you had an installer configured in 7.x, a build specification for it as well. In LabVIEW 8.x, you use build specifications to configure build information. You can then right-click on the build specification and select Build.
    Message Edited by gmart on 09-11-2008 06:54 AM
    George M
    National Instruments

  • Build Application

    Hello, I have a vi attached from which I am building an application to install on anther computer without a licence. I am using Labview 7.0 and have installed Run-time 7.0 on the target computer.
    The only problem is that when I try and run the built application on the target computer it doesn't work like the original vi and fails to report errors or save data, or communicate via the serial port which I have built into the vi as it should.
    Is there something I am missing when making a build application from a vi. I use the very basic settings in build application and simply save a build to a certain location and hit build. I do not play with any of the settings in build application.
    Nevica
    Solved!
    Go to Solution.
    Attachments:
    BARA3.vi ‏699 KB

    I understood from your post that you're building an EXE file, right?
    Why don't you build an installer, all needed drivers, dependencies (call it laike you want) will be encapsulated into that installer.
    You can then install your code like any other software.
    Way easier than trying to find out what you have to install besides your exe

  • Integration from Power Builder Application to ERP??

    Hey~~~
    I want to integrate between power builder application and erp system.
    A power builder application is a sender and erp is a receiver.
    It should be real-time and sync. scenario.
    What adapter should I use for power builder app. in this case?
    If someone experienced power builder as third-party, please give me a hint.
    Thank you.

    Hey
    >>Do you means that we call web services in power builder app. ?
    generate the WSDL for the powerbuilder application(powerbuilder guys should be able to provide you with it ) and then import this WSDL in IR,then import RFC(as urs is sync scenario)into IR as well,do the request and response mapping.
    configure sender SOAP adapter and receiver RFC adapter(also do the pipeline steps ) and there you go,the scenario is complete:)
    thanx
    Ahmad

  • LabVIEW 2010 - applications and RTE question

    Hi,
    I'm currently using LabVIEW 2009 and my company is upgrading to 2010, and I had a few questions about building applications and running them on other computers after we make the switch.
    1)  Will computers that only have the LabVIEW 2010 Run-Time engine installed be able to run applications built with LabVIEW 2009 (and earlier)?
        1.1) If not, will we have to rebuild all our existing programs to use the 2010 RTE?
    2) Vice versa, will exes built in 2010 be able to run on computers that only have the 2009 RTE installed?
        2.1) If not, is there an easy way to downconvert programs written in 2010 so that they run on the 2009 RTE?
        2.2) Will we be able to use any of the new features in 2010 (like network streaming, export graphs to excel) if we downconvert to 2009?
    3.  If we rebuild some applications that were originally written in 2009 will we need to install the 2010 RTE on the target computers so they can run the new version of our application?
    Thanks!
    -Nick
    Solved!
    Go to Solution.

    2.1) Yes, Save for previous... and rebuild the application in LV 2009.
    2.2) No because the new features are not present there.
    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

  • Error while building application installer and exe

    i had tried to build an installer and exe for my appication which application and exe building is successfull. but when we install it over the system it does not read  analog input and digital inputs and showing NaN in the indicator,I have treid many a ways and this works after disabling the counter reading section which is used to read the pulses from the quadrature encoder. when i again include that particular section it shows the same error. also this entire code works beautifully without any error from our source code, what might be the possible cause , please help me, 

    Hi Kodee,
    1)     Are using error handling in your code?  Are you getting any errors?
    2)     What version of LabVIEW are you using?  If you are using 8.0 or newer, then you can build a debuggable executable:
    Debugging Applications and Shared Libraries
    http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/debug_apps_dlls/
    Regards,
    Elizabeth S.
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Balances against GL account for vendor..

    Hi all After posting GR and invoice with planned delivey cost ( Freight ) i am looking at GL account balances for freight clearing account 192100 in ledger 0L in Tcode FAGLL03. In the report layout I am unable to see the vendor for which this freight

  • How to create a check box that can be unchecked

    How do I create check boxes that can be checked and the unchecked in Forms Central? For example, if you accidentally check a box - you want to uncheck it. Right now it doesn't allow you to do that. please help. Thanks Gen

  • Document splitting not working in MIGO/MIRO

    Hi Experts, I have the following PO, Account Assignment Categories, F:  Expected double entries are as follows: MIGO: Debit GL: Expense Credit GRIR: MIRO: Debit GRIR: Credit Vendor At my expese GL, I have cost center filled in; and in entry view I ca

  • Can't run programs or save?

    Trying to update some programs of mine and I am unable to. I click on the item to download and it comes up "Save or Run" and no matter what I click on it will act like its downloading and then it disappears. Nothing saves and nothing runs. Any help p

  • You can't use this version of the application Photo Booth.app 2.0.3

    Hi, Relative newbie for Mac OS X. Installed the latest update for the Operating System OS X 10.6 and first time I try to use Photo Booth after the upgrade I can not longer use Photo Booth! Surely this would be one of the first tests for any operating