How to create distributed .exe of any CVI project

How to create distributed .exe of any CVI project that we can execute in any system which doesn't have CVI installed

To have a CVI excutable running on a target system you must install the apropriate support libraries and modules on it: CVI integrates the ability to create proper installers that create the correct executing environment on the target machines. These functions are included in Build >> Distributions menu item: select "Manage distributions" and look into the detailed online help.
An overview on creating a distribution can be found in Using LabWindows/CVI >> Managing projects >>Building a project >> Distributing applications topic in the online help as well as in several forum threads and other documents on NI site: as an example, this one covers this topic for CVI 8.x
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • How to create the exe file for java project.

    How to create the exe file for java project.
    am done the project in java swing , i like to create the project in exe format, so any one help for me,
    send the procedure for that.
    thanking u.

    How to create the exe file for java project.Have you ever heard of google? I pasted your exact "question" into a google search:
    http://www.google.com/search?q=How+to+create+the+exe+file+for+java+project.
    and got several useful links.
    Better search terms might yield even better results.
    Sheesh.

  • How to create the exe files for java application

    How to create the exe file for java application?
    got any software to do that?
    Thanks

    In terms of converting java applications into exe files, there are 3 schools of thought:
    1) Instead of converting it to an exe, convert it to a jar file. Jar files are more portable than exe files because they can be double-clicked on any operating system. The caveat is that a Java interpreter must be installed on the target computer for the double-clicking to work.
    http://developer.java.sun.com/developer/Books/javaprogramming/JAR/
    2) Create an exe launcher that, when double-clicked, attempts to find a Java interpreter on the local computer and launches the Java application. The exe file is still double-clickable but whether your java application runs depends on whether a Java interpretor is installed on the target computer.
    http://www.sureshotsoftware.com/exej/
    http://www.objects.com.au/products/jstart/index.jsp
    http://www.duckware.com/products/javatools.html
    http://www.ucware.com/jexec/
    http://www.rolemaker.dk/nonRoleMaker/javalauncher/
    http://www.jelude.cjb.net/
    http://thor.prohosting.com/~dfolly/java/index.html
    3) Create an exe launcher that bundles a Java interpretor. Same as above but when the exe file is double-clicked, it searches for a Java interpreter and if one is not found, it installs one on the target computer. The caveat is that the exe file would have an overhead of 10 MB in size for the interpreter.
    http://www.excelsior-usa.com/jet.html (evaluation version available)
    4) Convert the Java application into a native exe file. The caveat is that if you use Swing for your GUI, it won't be converted. Also this option is still somewhat experimental.
    Can't think of any free options right now.

  • How to create a exe file of a .class file

    how to create a .exe file for windows .class file of java
    please answer this so that i can complete the project to be submited to collage

    There is a program called JET. Is enables you to create .exe files of .class files.
    This is the URL:
    http://www.excelsior-usa.com/jet.html
    Succes
    --=tReShR=--

  • How to create new themes in adobe flex projects

    How to create new themes in adobe flex projects 

    I too would like to understand this and find more information about this.
    I would like to produce my own theme. But how??

  • How to create smaller .exe file use JBuilder7

    I am currently using JB7(EE), which can create native executable file for me. But I found it so foolish that add so many unneed classes to .exe(As I can use WinRar open it, but cannot change it).
    Does anyone know how to reduce the .exe?
    ps: As I use castor, so I had to include castor class in it, but I really don't want to add all of these to it.

    In the Wizar you employ to make the native executable,
    in the second step the Wizard ask you what to do with
    the libraries you have employed in the proyect,
    include all them include only the classes and
    resources nedded, or not include. This way you'll be
    able to control what is in you .exe file.
    AbrahamYes, I had tried it, and tried every possible combination/permutation of the four choice.
    But still bigger than it can be.
    For example: I used castor.xml library, but JBuilder include all castor include xml parser, html parser, xhtml parser, etc.
    As castor.xml --> castor.xxx(I cannot remember its name) --> castor.html-->...
    So JB7 maybe confused by the complex deps.
    So JB7 include ALL in my exe fiel.
    It may be impossible to create smaller .exe file with normal way.
    So anyone know any other way to create .exe file with the .jar file?
    As I can change the content of .jar, but cannot to .exe.
    thx for continous reply

  • How to create a .exe file for a java application

    Hi, I want to create a .exe file for a java application I am developing so that I can schedule it to run at a particular time using Windows Scheduler on WinNT. Is there any way to accomplish this? Or is there any other way in which a Java application can be scheduled to run at a particular time on Windows everyday?

    Create a .bat file and run that. Just have, in the .bat file:
    java YourClassName Alternatively, you can use javaw YourClassName (without *.bat, just put it into Windows Scheduler like suggested above).
    using javaw won't pop up any window...

  • How to create an exe file using labview and arduino?

    I bought Arduino Mega 2560. I have installed Arduino IDE 1.7.3. I am using Windows 7 64bit version and Labview 2012. I started working after the compilation of LIFA_Base File with Arduino IDE and with labview.
    My application is: I have connected my arduino to my PC via USB for read input/output pins. I have to read all the time an analogue input from arduino and I have to draw the graphical representation of the input. I would like to know if I can create an exe file of this application. I would like to use the created exe file to another PC without labview installation. 
    Please help me to resolve the problem.
    Regards

    Yup you sure can.  With Application Builder, that is bundled with several LabVIEW packages you can make an EXE, and then make an installer that can include the LabVIEW Run-Time engine (free) and you'll also need the VISA run-time for talking to serial devices like your Arduino.
    Then you should be able to run that installer on any normal Windows PC and without the development environment be able to run your program.
    Note that currently Student, and Home versions of LabVIEW do not have the application builder since it is intended for learning, and hobbyist, not for distributions.
    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.

  • How to create Blat.exe in essbase

    Hi,
    I m doing blat file . I have read ehat a blat file and why we use this.I have to create the same blat file and using this i have to create email alert.
    I have gone through some references but i did not get a proper solution that how to create blat file & how to achive email alert through Essbase.
    If you have any idea or refrence examples regading blat file or email alerts using essbase please help me.
    Thanks

    Did you look at this? http://www.blat.net/
    What you do with an email via blat is up to you.
    Here are some links you might find useful -- some use blat, others use different approaches, all are food for thought:
    http://www.network54.com/Forum/58296/thread/1116336359/Capturing+the+status+code+from+an+automated+Planning+refresh
    http://www.network54.com/Forum/58296/thread/1236285854/emailing+error++alert
    http://www.network54.com/Forum/58296/thread/1260917438/E-Mail+Notifications
    http://www.network54.com/Forum/58296/thread/1120035691/Alerting+from+MAX-Batch+jobs
    http://www.network54.com/Forum/58296/thread/1221665731/Email+notification+on+Cube+load
    http://www.network54.com/Forum/58296/thread/1245075248/Enable+Trigger+after+the+Report+script+runs
    Regards,
    Cameron Lackpour

  • How to create setup.exe  in d2k

    i had already created a project in d2k 6i.But i didn't know how to create a setup.exe file for it.

    With D2k - i dont think you can go for build exe.
    If you are using the Client Server - Forms runtime has to be installed in client and FMX are the executables.
    Regards,
    S.Muthukumar.

  • How to create a .exe file with eclipse 3.1

    Hello every body. I want to know how create a .exe file with eclipse 3.1. A friend tell me it's possible but he forgot how ! So I ask my question ay you, how can I do that? I think it's like in Dev-C++, when he compiling the programme he create
    a .exe file but in eclipse, i don't know how do that. Please help me, I have finish some programs but I don't know how create .exe file for give their at my friend.
    Thank's.
    P.S : I'm a young french so maybe there are some mistake on my post. I hope you understand it.

    There might be a plugin in eclipse to do this, but I don't know what it is.
    The normal way to deploy a program is to create an executable jar file. This will be a .jar not a .exe.
    Or you can try ggogle.
    http://www.google.co.uk/search?q=java+exe

  • How to create an exe file for single class

    Hi all,
    l have one some program with only one class and want to create one exe file for
    easily execute for the user.
    I've use exe4j and another tool to do but all failure, the error message always shown me that main class not found.
    Any idea??
    Thanks a lot!

    I suspect your class has somewhat invalid thing.
    Have you verified:
    - The class you wish to be executed contains public static void main(String args[])- The package declaration on your executable-wannabe class is valid
    - In case you need to import another class, make sure the import statement(s) is valid
    No matter what kinda program you use to create .exe from java class, the above things must be valid. AFAIK.
    Regards,
    Farid Herman

  • How to create ActiveX Control in LabWindows/CVI 2010

    I have LabWindows/CVI 2010 Full Development System (Debug Only) installed on a stand alone PC with Windows 7 (64bit).  Also I have Matlab (R2011a) (also 64bit) installed on this PC.  I tried to use "Create ActiveX Controller" under ""Tools".  I can locate the "Matlab Application (version 7.12) Type Library" in the ActiveX Controller Wizard. After click "next", I got a message "The Type Library is not intended for use on Win32".  My questions are:
    1) Is my LabWindows/CVI 32bit or 64bit?
    2) How to create my Matlab ActiveX Control?
    Thank you.

    Hi JGS,
    It means that you cannot use 64 bit libraries in CVI ti create Activex controls since CVI is a 32 bit application. You can however create 64 bit dlls, executables and static libraries. Here is a link to some information:
    http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/programmerref/creating32bitappsversus64bitapp...
    Regards,
    Perry S.
    Applications Engineer
    National Instruments

  • How to create java exe

    hi,
    i am new to java programing i want to know how i create ms-dos batch file of our java applicstion
    plz give me solution of my problem

    Have you made the application already?
    If so, simply click on http://www.computerhope.com/batch.htm to find out how to create batch files (or type 'ms dos batch files' into google and press 'I'm feeling lucky').
    Otherwise, expand upon your question - your title suggests you want to create a java .exe file, which is only possible through an IDE like Visual J++, while your question asks for how to create a batch file.
    Hope this helps,
    SpinyNorman

  • How to create addon exe

    Hi All,
    I have created some addons presently i am genereating .ard files and registering those in sap but client is asking for exe he is saying if he run that exe on client server it should come in evry client machine but how to create such type exe for addons kindly help me as soon as posible.
    Regards,
    Sri

    Hi Sri,
    it is very simple to use. I don't know if there is a documentation.
    After you have installed B1DE, you should have the wizard in Visual Studio. Just create a new project and select the SAP B1 AddOnInstaller .NET Wizard template (listed under Project Types -> Visual Basic). Then you have a GUI where you can define several parameters (Addon name, duration of installation, version, files, ...) On the files tab you have to select the exe which was generated by Visual Studio when you build / debug your solution. It then selects automatically the needed API dlls. You can also select more files like images, config files and so on.
    After the creation you can find in the bin folder of this project the exe and ard file.
    Regards,
    Sebastian

Maybe you are looking for

  • Loading An Edge composition at a certain frame

    What I would like to do is to load  my Edge composition at a certain frame. I would like to tell the Edge composition where to stop at, within my html file. This because I need to load the comp at a different position in the timeline, depending on th

  • Am.getOADBTransaction().getOrgId() not giving desired result

    Hello, I am trying to query Operating Unit in controller of one OAF page. Code I tried was am.getOADBTransaction().getOrgId(), but it returns -1. The responsibility user selects is assigned a Global Security Profile, which has been added only one Ope

  • Inbound IDOC data printing

    Hi All, I have created one inbound zIDOC, which have structure containing  three headers and one text segement. Now I want to print the data of this inbound idoc as soon as it is trigrred , can any body have any idea of any FM that can be used ? Look

  • Sap is installed in windows 2003 server (Vmware) now how I can install and link ....Need Help !!

    Hello All, Main OS :  Windows 8.1 Pro Virtual OS (Vmware): Windows server 2003 SAP is installed on Windows server 2003 I am able to work with sap on Windows 2003 but the log on pad is 640. I want to install the logon pad in windows 8 ... so that I ca

  • Performance Management EhP4 Issue 7

    Is there a possibility of doing moderation on a completed (or closed) appraisal document?