How to genrate EXE file

Hi to all
is it possible .....
I am working on a project ,and i have made its GUI in Lab-view 8.5
i don't want to install Lab-view on the system where the project about to install
mean there is no need to install the complete lab-view software ..
is it possible to generate the such type of "exe" file that can be run with out lab-view on that
system ?? like Turbo C Exe file,, OR which part of lab-view i will have to install on the system
by which i can run the application properly.
i had generated exe file of that project
from application builder (project explorer--> build specification)
but it can not be run without software
can anybody tell me how i can do this ??
waiting for yours replies

Yamaeda wrote:
You also need the Professional Version of LabVIEW to build exe's. (if memory serves)
Yes, LabVIEW professional or the application builder add-on.
Since he said that he built an exe already, we can assume that the OP has the application builder.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How to run .exe files with Virtual PC for Mac

    Hey Guys, I'm new around here and with mac technology as well. Anyway, I have an iMac OS X 10.5.1 Leopard and I've recently purchased the Virtual PC for Mac 7.0.2 software. So I'd like to know how to use this program properly, because I need to run some executable files in my computer. It is confusing for me because I don't know how to get started, and I only get to the part when it says "OS not found, Install an OS on this hard drive".
    Honestly I've no idea of what an OS is or where do I get that. So I'd really appreciate if one of you guys could tell me, step by step, what to do to use Virtual PC properly, and finally learn how to run .exe files on mac.
    Thanks in advance!
    Have a nice day!

    Always nice to see new faces
    Honestly I've no idea of what an OS is or where do I get that.
    This brings up the second part of your problem. The first part is setting up either a proper Virtual Machine program like Parallels or VMfusion, or setting up a Boot Camp partition on your drive.
    http://www.parallels.com/
    http://www.vmware.com/products/fusion/
    OS stands for Operating System. You are running Leopard 10.5.7 as an operating system on your Mac (MacOS X).
    The second part of your problem - You will need a copy of Windows XP or Vista if you want to run Windows on your Mac.
    There is at least one other solution for running Windows programs on a Mac. It's called "CrossOver" by a company named 'Codeweavers'. It's based on a project for "Wine" to be able to run PC programs on a Mac or Linux, without having to buy or install Windows. It works with a narrow subset of Windows programs so you would want to make sure the program you want to run is compatible with CrossOver before you buy it.
    http://www.codeweavers.com/products/cxmac/
    In addition to all the above information, you need to upgrade your Mac to the latest 10.5.7 from 10.5.1. "Software Update" is located under the black Apple icon in the Menu Bar at the top left corner of your monitor. After you are updated you will want to update your Profile here so that it shows the proper OS version.
    With your level of experience with MacOS X and the Windows OS's you should probably get some help from a local Apple store. They have an appointment system and do offer many types of help and training, and they can offer assistance with choosing the proper programs for you to purchase for your machine.
    You are also welcome to continue to ask questions here, of course. You will want to ask your questions with different issues that come up in different threads so that the answers stay focused on the title of the thread.
    Message was edited by: dechamp to try to be more accurate with a fairly complicated issue...

  • How to run .exe files in mac pro?

    how to run .exe files in mac pro?
    i am looking for this to play games in my mac pro.
    if someone got a answer, just let me know
    cheers.

    mailking wrote:
    And I fail to see why you are attacking me...
    My comment is Valid...  " .exe files will not run natively on Mac OS X..."
    I am sorry. I had the false impression that it was commonly known that .exe files did not run on Mac OSX natively and failed to see any constructive critique you were bringing. Maybe I am wrong. Again deepest apologies.
    Unfortunately... these days... not every one is aware of this .exe  fact..
    Apology accepted.. and Thank You..

  • How to disable .EXE files to be run from Group Policy

    I would like to know how to disable .exe files from GP?
    Thanks in advance

    All exe files icluding calc.exe, notepad.exe and explorer.exe or just some exe files?
    There are different approaches to this.
    If you're trying to block a single executable that you're familiar with you can disable it from a GPO using the setting:
    User Configuration/Administrative Templates/System/Don't run specified Windows applications
    Another option is to specify only the applications you want to allow Using:
    User Configuration/Administrative Templates/System/Run only specified Windows applications
    This one would probably take a lot of work to populate for a system with many applications installed or for a corporate environment.
    None of the two mentioned settings takes into account that a user can name their exe file what they want so renaming mydangerousapp.exe to explorer.exe would make it a perfectly legitimate executable.
    A more robust and managable way of securing your systems by controlling which applications that can be launched is Software Restriction Policies.
    Check this article for an introduction to Software Restriction Policies: http://technet.microsoft.com/en-us/magazine/2008.06.srp.aspx

  • How to install .exe files on pawerbook g4?ty

    how to install .exe files on pawerbook g4?ty

    dot e x e files are PC executables.  They will not work on a PowerBook unless you have an appropriate Windows PC emulator, such as Virtual PC on the machine, which BTW runs very slowly on my TiBook so I don't use it very often.  (Actually, I haven't used it for anything that actually worked in several years.)

  • How to run .exe files using SAP

    Hi,
    How can I run my .exe files using ABAP/4 language? How can I pass parameters to my executable? Is there any documentation related with my question?
    Thanks.

    Here is how you can run a .exe from your ABAP.  I don't know how you would pass parameters.
    report zrich_0001
           no standard page heading
           line-size 300.
    data:
               ifile_table type table of file_table,
               xfile_table type file_table,
                return type i..
    parameters: p_app type file_table-filename
              default 'C:'.
    at selection-screen on value-request for p_app.
      clear ifile_table.  refresh ifile_table.
      call method cl_gui_frontend_services=>file_open_dialog
       exporting
          window_title       = 'Get App'
          multiselection     = space
       changing
          file_table         = ifile_table
          rc                 = return
       exceptions
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          others                  = 4.
      read table ifile_table into xfile_table index 1.
      if sy-subrc  = 0.
        p_app = xfile_table.
      endif.
    start-of-selection.
      data: app type string.
      app = p_app.
      call method cl_gui_frontend_services=>execute
        exporting
          application            =  app.
    Regards,
    Rich Heilman

  • How to create .exe file of the java program you create?

    This must be the qustions asked several time on the forums.So here it is again.
    This sounds absurd to some developers here cause you'll say just create jar file and distributre to usr but sometimes there is not possiblity of having runtime environment in windows computers.So if we can bundle the enviroment and the setup together then packing into exe and then distribute like most of commercial java application sounds better.But the problem is how to do that?
    Ok creating exe will increase the size but that doesn't matter,if there is any freeware tool to accomplish just that?

    Check this out:
    http://search.java.sun.com/search/java/index.jsp?qp=%2B
    orum%3A31&nh=10&qt=create+exe+file+program&col=javaforu
    s

  • How to run .exe file by labview?

    Dear All,
    I want to use Labview to run a .exe file, but I don't know how to do? who can tell you? Thanks!
    Best regards,
    Jimmy

    Try the attached VI (LV v7.1.1). It uses the System Exec function:
    (from the LV Help file):
    "System Exec
    Executes a system command. UNIX You can use wildcards, pipes, and shell meta-characters. Mac OS To use this VI on Mac OS, you must have the Macintosh Programmer's Workshop installed. Refer to the Apple Developer Connection Web site for information about downloading the MPW.
    To launch an executable with options using the syntax filename.exe -option1 -option2, create a filename.bat file that calls the executable with the options syntax and use this VI to call the filename.bat file. "
    Attachments:
    Run Program.vi ‏30 KB

  • How to open .exe files with Ibook G4 ??

    Hello, I have an ibook G4 since 2004 that I used only for photos & Music. Now I need to use it for work and cannot install anything since it refuses to run .exe files.
    Did someone had same issue ? How did you solve it ?? The fact is I'm trying to install adsl connection so cannot download anything before I've managed to run this file ;
    Thanks a lot for your help

    Hi again,
    Isn't there a set-up wizard within the web interface? I'm not familiar with the Speedtouch 585 but you should connect to it with an ethernet cable and connect the 585 to your phone/cable socket. In your browser address bar put: 192.168.1.254 and hit the 'Enter' key. This will get you to the web interface of the router. Using the manual that came with the router navigate to the relevant pages and enter the settings that were provided by your ISP. Save the settings. The router may or may not restart but should connect if you have entered the settings correctly.
    Once it is set up and connected and if your iBook has an Airport card you will be able to connect wirelessly with this router.
    Good luck,
    Adrian

  • How to import .exe files into Captivate

    I have some Flash .exe files that I want to import into
    Captivate so I can combine the files....and also so I can choose
    the properties for the files (for example, either to run on a loop
    or also to take to a website upon completion).
    So, how do I import .exe files into Captivate?

    Hi Steve
    Unless you can find some sort of a converter out on the web,
    I think you are out of luck. I am aware of the SoThink SWF
    decompiler (
    http://www.sothink.com/product/flashdecompiler
    ) but I'm somewhat doubtful it will work on .EXE files. Perhaps it
    will.
    Cheers... Rick

  • How to run exe files using peoplecode?

    How to run .exe extension files using peoplecode. It should execute on clicking a button.can anyone provide sample peoplecode for the same.
    where do i place the exe files ? Local workstation or Server or FTP?
    can i use the same peoplecode if i'm using a button on grid.

    1. You can use function Exec in PeopleCode to run any exe file
    2. You can use ViewContentURL function in PeopleCode to view any .pdf or .doc documents
    Jayaprakash Tedla

  • How to Start EXE-File from SUD Dialog

    Hello!
    My Problem is: I'm trying to start an exe-file by clicking a button within a SUD-Dialog. Does anybody know how to realize that?
    For example: Run("C:\Windows\Notepad.exe") ?!
    Thanks!
    Solved!
    Go to Solution.

    Thanks for you reply!
    Your code worked so far to start Notepad.exe but what I'm trying to do is to start a file, located one folder above my script folder.
    I tried the following...
    dim command : command = "Script Assistent\TSM Script Assistent.NET.exe"
    dim shell : Set shell = CreateObject("WScript.Shell")
    dim status : status = shell.Run(command, 1, true)
    If
    0 <> status ThenErr.Raise6, "", "Command returned error!"
    End If
    ...but then I receive an error message :-/
    The script and the sud-file is located in:
    G:\Script\Scriptfile.vbs + Dialogfile.sud
    The exe I'm trying to start is here:
    G:\Script\Script Assistent\TSM Script Assistent.NET.exe
    What's wrong with that?

  • How to locate .exe file in pc harddisk programatically using labview same as search option in Windows.

    Hi,
    I want locate a file which is a third party exe file.
    For this purpose i should know programatically how many drives are present on the PC Hard Disk.
    I made a VI to fetch the information about how many drives or partitions are present on the harddisk.
    I am able to find that information and are able to locate each & every folder available on each drive.
    But i am not able to that function in LabvIEW which can solve my problem and search for that .exe file for its existance on the PC disk.
    THe idea is same as the search files and folders option in windows.  
    Can anybody help me in this problem.
    Samriddh Sarbalhi 

    Use the "recursive file list.vi" under the "file io->Advanced file options" pallete.
    wire "*.exe" to locate all the vailable exe to the "pattern" control of this vi
    Guru
    Regards
    Guru (CLA)

  • How to deploy exe file

    Hi Export!!
    We are using Mobile 7.1.
    We are trying to deploy some exe file to Mobile server.
    these files are made by .Net Compact Framework 3.5.
    Is there anybody know how to deploy files to the Mobile server?
    help us!!!
    Thanks in advance.

    Hi,
    Netweaver mobile 7.10 supports uploading the custom applications in a perticular format.(.SDA files)
    These SDA files can contain your .exe file as a part of it.
    Kindly prepare the SDA file and upload the same using SDOE_UPLOAD_ARCHIVE transaction.
    After this, the application will be available for assignment to the devices in DOE.
    Regards,
    Ramanath.

  • How to execute exe file from pl/sql

    How to execute an exe file or an operating system command from pl/sql in oracle 9i.

    If it is part of a pl/sql block, use the java suggestion. If you are not in a blck, you can use the "HOST" command. see
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a82950/ch2.htm#1001697

Maybe you are looking for

  • Desktop pics

    I'm having trouble finding and changing desktop pics or wallpaper. The classic 9 seemed so much simpler. I can't delete photos that pop up in desktop folder or create different folders for pics. Help!

  • HT4436 My mom has lost her iphone - need help finding it

    My Mom has lost her iphone, and I think she had the "find my iphone" turned on, but I can't seem to get an icloud account set up for her. Help!

  • Can I get Premiere Pro CS6 with CC membership?

    I need to download Adobe Premiere Pro CS6 because I recently got hired by a company that works exclusively in CS6 and I need to be able to share projects with them. I was hoping I could download a version of CS6 with my CC membership. I pay 40$ month

  • SAP BC  XML to RFC

    hi all , I am new to SAP BC connector. I need to configure a scenario to send data from XML to rfc. Please tell the confguration steps to do the same. Yours help will be more appreciated. Thnz Faheem

  • Reading data from table and print the value based condition

    hi my table like this slno  |  value1 |  value2  | 1            0            5 2            5           10 3           10          15 assume n= 8 ( where  n is user define) i want output like number 8 between value  5 and  10 plz help