04-06-2014 06:30 PM
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
04-06-2014 07:10 PM - edited 04-06-2014 07:10 PM
In the build specification there is a section called "additional installers". Pick whatever is needed.
04-08-2014 06:20 AM
You need to build an installer for the EXE. In the installer, include the RTE.
04-10-2014 06:48 PM
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