LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create an executable that installs the rte

Hi, I made a small program and want to use it on a computer that does not have labview or the rte installed.

How can I build the executable that will install the rte progamatically?

 

Thanks

0 Kudos
Message 1 of 4
(2,810 Views)

In the build specification there is a section called "additional installers". Pick whatever is needed.

0 Kudos
Message 2 of 4
(2,798 Views)

You need to build an installer for the EXE.  In the installer, include the RTE.


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
0 Kudos
Message 3 of 4
(2,749 Views)

Thanks, I found the selection labeled "Installer" Pretty straight foward 🙂

 

For the most part, most of my experience with building .exe programs is installing the rte seperately then just copy the file over.

 

My first attempt at making the installer plus rte didn't work.

It installed the rte but I still needed to build a stand alone .exe and move it to the computer I want to run it on.

 

Probably just a trial and error thing till I get it how I want.

 

Eiter way, I got it going.

 

Thanks

 

 

 

 

0 Kudos
Message 4 of 4
(2,721 Views)