How to convert .vi to .exe

hi, I want to convert my VI to an application. Any software package recommended? (if free, better)
Thanks!

Hi.
How does this work? I tried downloading the LVRTE and installing it on a
machine without LabVIEW. I then attempted to open one of my LabVIEW vi
libraries (is that the problem?) and it did not work.
What am I missing here?
"Gorka Larrea" wrote in message
news:[email protected]..
> If you want it to be free, and you don't have application builder, you
> can't make an exe, but you can download LabVIEW runtime engine from NI
> site, and use it to run your vi in a machine without LabVIEW.
> Hope this helps

Similar Messages

  • How to convert ISO to EXE

    I have an ISO image file (3.25GB) and I am trying to convert it to an executable EXE file onto a 4.7GB DVD for installation to target computers. How do I do this? 
    GregRD

    I have an ISO image file (3.25GB) and I am trying to convert it to an executable EXE file onto a 4.7GB DVD for installation to target computers. How do I do this? 
    GregRD
    Right-click the image and select Open with then select
    Windows Disk Image Burner, Then click Burn.
    Blog: http://scriptimus.wordpress.com

  • How to convert the javasource file(*.class) to execute file(*.exe)?

    How to convert the javasource file(*.class) to execute file(*.exe)?
    thank you!

    Although i have seen a few programs (that are platform specific) that will embed a small jvm into an exe with your class file, it is generally excepted that you cannot create an executable file using java. The JAR executable file is probably the closest your going to get
    Pete

  • How to convert a class file to exe file and how to cteate a class file to d

    how to convert a class file to exe file

    Hi Bhaskarq,
    Hi,
    It is not at all possible.
    But it is a really worst method.
    Please go through it.
    This is a very common question asked in the comp.lang.java newsgroup. Its often useful to have an
    executable application when deploying your
    applications to a specific platform, but remember to
    make your .class files available for users running
    Unix/Macintosh/other platforms.
    Microsoft provide a free system development kit (SDK),
    for Java, which includes the jexegen tool. This
    will convert class files into a .EXE form. The only
    disadvantage is that users need a Microsoft Java
    Virtual Machine (JVM) installed. If your target
    platform is Win32, you can either redistribute the
    virtual
    machine, or raise the level of your system
    requirements, to include Windows 98, or Windows 95
    with
    Internet Explorer 4. Systems matching these
    requirements will already have a copy of the Microsoft
    Java Virtual Machine installed.
    Note : You must specify all of the class files your
    application needs (except for standard java packges)
    as a parameter, so if you have third party libraries,
    you'll need to include them as well. You can use wildcards * though, and you don't need the original source code.
    Also please see this Forum which will give a good idea
    http://forum.java.sun.com/thread.jsp?forum=31&thread=149733
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

  • How to convert erl scripts into single exe file ?

    hi
    this is not related to java. Does anybody know how to convert perl scripts into exe file in non-readable format?
    regards
    venki

    I believe that ActiveState used to do a Perl compiler.....not sure if they still do and I don't think it was free anyway. Check around their website...
    http://www.activestate.com/

  • How to convert EXE to JAR

    Hi ,
    Is there any possibility to Convert Executable JAR to a JAR file.
    Ie. Conversion of EXE to  JAR file.
    Regards,
    Deepak.

    Hi Rakesh,
                   This procedure din't workout, is there any possibility
    for uploading Executable JAR ( not the normal JAR file) into WebDynpro Environment. or How to Convert a EXE to JAR.
    Regards,
    Deepak.

  • How to convert a .jsp to a .java/.class file for use in peoplesoft

    Hi java/jsp experts,
    I want to convert a .jsp to a .java/.class file. is there a tool available, please let me know if you have any pointers....
    or can i do it manually:
    these are a few lines that the .jsp contains, and i would like to translate this to be in .java/.class format:
    <%@ page import="sun.misc.BASE64Encoder, javax.crypto., javax.crypto.spec."%>
    <%@ page import="java.util.StringTokenizer" %>
    <%@ page import="java.util.Map" %>
    <%!
    sb.append("<input type=\"hidden\" name=\"orderPage_serialNumber\" value=\"");
    sb.append(serialNumber);
    sb.append("\">\n");
    return sb.toString();
    %>
    how can i translate the above import statements and html elements from jsp to java, please let me know.
    Once i have the .java file created from the .jsp, I will compile .java to create the .class file and invoke the .class in peoplecode by using java apis available in peopletools.
    Thanks in advance.

    Is there a way convert a binary .exe file( compiled by
    another compiler) into Java .class/.jar file ? Anyone
    know of a free program that can do this?It's not possible. There are many decompilers and disassemblers for Java but nothing will take you from ANY binary to Java source. It would be the end of computing as we know it and the beginning of a new era -:)

  • How to Convert an RMI Server into WINNT service

    I have an RMI Server, that looks like the following
    SimpleRMIServer.java
    import java.io.*;
    import java.rmi.*;
    import java.rmi.server.*;
    import java.rmi.registry.*;
    import java.rmi.*;
    import java.rmi.server.UnicastRemoteObject;
    public class SimpleRMIServer
    public static void main(String[] argv) {
    System.setSecurityManager(new RMISecurityManager());
    try {
    LocateRegistry.createRegistry(1099);
    SimpleRMIImpl implementation = new SimpleRMIImpl("SimpleRMIImpl instance");
    // SimpleRMIImpl implementation = new SimpleRMIImpl("SimpleRMIImpl instance");
    System.out.println("SimpleRMIImpl ready");
    catch (Exception e) {
    System.out.println("Exception occurred: " + e);
    the SimpleRMIImpl.java also is available. (SimpleRMIImpl.class)
    now the problem is how to convert this Server to a service.
    I have seen a java class that extends a service class have been converted to a service like the following
    TestService.java
    // TestService.java
    // (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
    import java.io.*;
    import com.ms.service.*;
    public
    class TestService extends Service
    static
    // Uncomment to disable the assassin. The service will fail to respond
    // in the time specified in the last waithint for the third pause
    // event received. If the assassin is enabled (i.e. this line is commented
    // out, the default), then the service will be forcibly killed.
    //Service.disableassassin = true;
    int pausecount;
    int intcount;
    public TestService (String[] args) throws IOException
    System.out.println("Sending updated pending status");
    CheckPoint(1000);
    System.out.println("Sending running status with all controls");
    setRunning(ACCEPT_SHUTDOWN | ACCEPT_PAUSE_CONTINUE | ACCEPT_STOP);
    System.out.println("Started");
    protected
    boolean handleStop ()
    setStopping(5000);
    System.out.println("dying");
    return true;
    protected
    boolean handlePause ()
    pausecount++;
    if (pausecount == 3)
    System.out.println("pause #3, sleeping for 30 seconds, should be killed in 2+5 seconds");
    setPausing(2000);
    try
    Thread.sleep(30000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    else
    System.out.println("received pause #"+pausecount+", pausing for 2 seconds");
    setPausing(5000);
    try
    Thread.sleep(2000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    System.out.println("sending paused");
    setPaused();
    System.out.println("sent paused");
    return false;
    protected
    boolean handleContinue ()
    System.out.println("received continue, continuing after 2 seconds");
    setContinuing(5000);
    try
    Thread.sleep(2000);
    catch (InterruptedException e)
    System.out.println("interrupted");
    System.out.println("sending running");
    setRunning();
    System.out.println("sent running after continue");
    return false;
    protected
    boolean handleShutdown ()
    System.out.println("received shutdown, treating as stop");
    return handleStop();
    protected
    boolean handleInterrogate ()
    System.out.println("received interrogate");
    setServiceStatus(getServiceStatus());
    System.out.println("sent status for interrogate");
    intcount++;
    if (intcount == 3)
    System.out.println("received 3rd interrogate, stopping self in 5 seconds");
    try
    Thread.sleep(5000);
    catch (InterruptedException iex)
    System.out.println("interrupted");
    System.out.println("stopping");
    StopServiceEventHandler(1000);
    return false;
    using the jntsvc.exe tool, that code have been converted to an executable, then installed as a service.
    I've tried to embed the RMIServer code in the constructor for this service, but it didn't work
    Hope you have a clear understanding of what I'm saying
    any help, highly appreciated
    thanx in advance
    here is my email [email protected]
    regards

    Our second installment of "Questions from the Past"
    Dear viewer, check out Tomcat's source, I believe they implement Tomcat as a service so just follow what they did.
    Steve - your answer Guru
    Tune in next week for our third installment of "Questions from the past"

  • How to convert all old (pre-Office 2007) documents in portal to new (Office Open XML, Office 2007+) formats?

    Good day.
    We have create a single SharePoint 2013 farm and manually copied in it all documents from old SharePoint 2007 server portal.
    The question is how to automate covertation from old document format to new office in all librarys?
    "Word Automation Services" able to convert only Word's documents, not Excel.
    The single method what I think, is to use bulk convert utility ofc.exe from Microsoft Office Migration Planning Manager with powershell's ability to get all items from all librarys from site collection.
    Can someone has faced with it and has a ready work example?

    Hi,
    According to your description, my understanding is that you want to convert all office file to the latest 2007 format.
    We found this tool called MS Office Migration Planning Manager:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=13580cd7-a8bc-40ef-8281-dd2c325a5a81&DisplayLang=en#filelist
    After extracting it, going to the Tools folder and modified the ofc.ini file to specify which folder to scan and convert etc.
    Then running  the ofc.exe and except some files didn't convert successfully, others is ok.
    https://technet.microsoft.com/en-us/library/cc179019(v=office.14).aspx
    Besides, Here is a similar post, you can use as a reference:
    https://social.technet.microsoft.com/Forums/office/en-US/8c571ca4-8ef6-496e-950a-6a608d44a070/how-to-convert-all-office-file-to-the-latest-2007-format?forum=ITCG
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to convert a file format thru java

    Hello friends
    I would like to know how to convert a file format i.e. from x to y ie using java meaning x file comes it will be converted by an exe to y format.
    how can this be achieved in java
    heko

    Open file x with a FileReader or BufferedReader or maybe another class. Search Java API for this.
    Read file x.
    Converts contents as you want.
    Write file y by a FileWriter or BufferedWriter.
    Regards,
    Hartmut

  • Convert .vi to .exe

    OK, so i just finished this program I have been working on.
    I wanted to convert it to an executable file (.exe) so the user cannot tamper with anything.
    Can someone tell me how to convert a file from .vi to .exe.
    Note: If it matters, I have LabVIEW 7.1
    Thanks,
    Cory
    Cory K

    n_wint wrote:
    Is there a way to reverse this process?
    I have a .exe file which was written by a previous employee which we have no communication with any more. We need to make alterations to the file as the process has changed slightly, but the original project files were taken with them.
    Regards
    Nope.  Sorry.  That is like asking to take an EXE and generating C++ code from it.  Once a file is compiled code only, you can't get raw code back out.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to convert .caf files to WAV, MP3, WMA etc

    I use QuickVoice free app on my ipad2 to record memos. I’ve just found out how to convert the files and play them on my Windows computer. First I used this program call QuickVoice Sync to copy my recording on my computer, used this link:
    www.nFinityInc.com/QuickVoiceSyncWin.exe   - for Windows
    www.nFinityInc.com/QuickVoiceSyncMac.zip   - for Mac users
    to download QuickVoice Sync onto your computer. Open the program up and it firsts asks you to backup your files, which I did through iTunes and iCloud just incase. Then I clicked import, the program then searched for my recording and copy them into a new folder in my documents called QuickVoice. My recording in the folder were .caf files which I couldn't open in Windows so I used a program called Audacity. Use this link to download:
    http://audacity.sourceforge.net/download/
    I downloaded the program and opened up one of my .caf files my clicking 'file', then 'open' in Audacity. When the files was opened I clicked 'file' again then clicked 'export' to convert my .caf file to WAV file for example. You can change the type of file my scrolling through the different types of files available by clicking the box next to 'save as type', I chose 'WAV (Microsoft) 16bit PCM' then click save. You can also change where you save the file by clicking another location before you click 'save'.
    I can now play these files in Windows Media Player on my computer or playing them in my QuickVoice app on my ipad2.
    Hope this helps, if there are any questions please ask and I will try to answer the best I can. I figured this out myself and I’m not a big pro in computers so I will do my best to answer any quires.

    Try "Easy CAF Converter for Logic Pro" on the Mac App Store.
    According to an app description,
    "The Easy CAF Converter for Logic Pro automatically converts Apple Loops installed with Logic Pro 9 and X to uncompressed audio formats (aiff and wave).
    With the Easy CAF Converter for Logic Pro, musicians using other major DAWs (e.g., Cubase, ProTools, Ableton Live, and Studio One, etc.) can now easily use the rich set of apple loops of Logic Pro in their music productions."
    App Store location:
    https://itunes.apple.com/us/app/easy-caf-converter-for-logic/id851083620?l=ko&ls =1&mt=12

  • How to convert WIM files to PDF?

    I am trying to recover files saved from a back up cd. The files I'm trying to access are saved as a WIM file. I have no idea how to convert them to a pdf or image file.  Please help me.

    WIM is an image file format and you can mount that file and extract the PDF files you are looking for inside the image:
    Start a command prompt (cmd.exe) and run the command:
    Dism /Mount-Image /ImageFile:C:\temp\install.wim /index:1 /MountDir:C:\temp\offline
    After that, you will have all files inside that WIM file in the C:\temp\offline location.
    Blogging about Windows for IT pros at
    www.theexperienceblog.com

  • How to convert to be a system

    can anybody teach me how to convert the program i do in JAVA be a executable program without open software like JCreator or windows prompt.

    can anybody teach me how to convert the program i do
    in JAVA be a executable program without open software
    like JCreator or windows prompt.Pack it into a JAR, associate the JAR with "javaw.exe -jar".

  • Is it possible to convert Java to EXE and run this EXE file without any JRE

    hello friends
    I have GCC/GCJ for windows but dont know how to work with it... it creates file with .o extension but i m not able to create .exe from that... i installed mingw for that also .. unsuccessful ...
    tell me the solution for it... i want to generate machine dependent exe from java file...on the web i ve seen that GCC/GCJ is used on linux platform..not cleared properly..
    Again i m writing my question
    Is it possible to convert Java to EXE and run this EXE file without any JRE if yes then how... tell me the procedure to do that...

    Vipul wrote:
    Its software now hardware .... some times u need these things ...anyway do u ve solution for my questionSo what? By creating a native executable you are restricting the program to the OS for which that native executable was made, just like removing the engine from a car restricts driving to downhill only. So like the I said, the principle remains the same, "Why would you want to?"
    I am asking you, truthfully, why do you feel the need to negate the largest advantage of using Java by creating a native executable from it?
    What is your rationale?
    I can pretty much guarantee there is a much better way of achieving your wish without "removing the engine".

Maybe you are looking for

  • Access Dashboard report in BI Publisher

    Hello, I have a report in BI Answers which i want to access from BI Publisher.In the datamodel i selected BI Answers and selected one particular report. But,its displaying in xml format.I would like to see the report in the same way the report looks

  • 7th Gen iPod Classic was unplugged during sync, now it pops up in Windows Explorer, but not iTunes. How can I fix this?

    Okay. I have a Windows 7 x32 OS, and an 80gb Silver 7th Gen iPod Classic. So, I bought an iPod used off of eBay and I recently decided that 80gb was a bit too much, so I was going to resell it on eBay and buy a smaller iPod. While I was restoring it

  • How to get iMessage on an older iOS version?

    my friend is running iOS 4.3 and she wants to use iMessage, not any other third party app like iMessage, and without having to update because she doesn't have enough free space for the latest update. I have read in places that you can use iMessage on

  • CDR in the context of Forecast and forecast version

    Can someone please help me understand the term "CDR" in the context of forecast and forecast version? What is the expansion of the term CDR? Thanks Kunal. Edited by: Kunal. on Feb 23, 2012 2:06 PM Edited by: Kunal. on Feb 23, 2012 2:09 PM

  • Spry Menubar issues

    Hey all, I'm trying to set up a spry menu bar using images for the top level items. I worked that part alright, but now if I view the menu under ie7, it has a margin to the left of each of the images. I don't want there to be any space between the im