LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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
0 Kudos
Message 1 of 14
(48,960 Views)
Coincidentally, the same question was asked just a few hours ago.

As indicated, you need the Application Builder. If you have the Professional edition of LabVIEW you should have it. The LabVIEW documentation explains how to do this. Have you checked it?
0 Kudos
Message 2 of 14
(48,951 Views)
This will need the application builder which is not included in the base and full versions of LabVIEW. Please check if it is installed on your machine :

LV menu >> Tools >> Build Application or Shared Library (DLL)...

0 Kudos
Message 3 of 14
(48,949 Views)

More information about Application Builder can be found here

If you already have Application builder, please follow the link below. And remember you must have your vi's in a project. Since Application Builder is only availible in Project platform.

Distributing Application with the LabVIEW Application Builder

 
Van L
NI Applications Engineer
0 Kudos
Message 4 of 14
(48,892 Views)

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

0 Kudos
Message 5 of 14
(39,269 Views)

@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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 6 of 14
(39,251 Views)
0 Kudos
Message 7 of 14
(39,238 Views)

@Rickvb wrote:

Hi n_wint
Maybe this is helpfull:
http://forums.ni.com/t5/LabVIEW/decompiling-2009-executable/td-p/991662


Interesting, but not helpful.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 8 of 14
(39,226 Views)

Explain why this could not be helpfull.
It was a simple forum search, is that it?

0 Kudos
Message 9 of 14
(39,208 Views)

@Rickvb wrote:

Explain why this could not be helpfull.
[...] 


  1. The original topic asked how to convert a VI to an executable.
  2. The recent question asked if it was possible to reverse the process.
  3. crossrulz answered that it isn't possible.
  4. You linked to a discussion that also said it isn't possible

    It would have been helpful if you provided information that gave him, or brought him closer to, what he wanted.
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 10 of 14
(39,186 Views)