03-04-2019 08:19 AM
Hi, I have a basic .vi project. I need to gather RTE environment variables in a folder. Not to install RTE is important point.
.vi project was prepared on LV 2017 version. That means to using 2017 version executable files to execute succesfully.
What to do ?
03-04-2019 08:23 AM
Hi bestecf,
I need to gather RTE environment variables in a folder. Not to install RTE is important point.
What is "RTE environment"? Why is it important not to install this "RTE"?
Which "variables" do you want to gather?
.vi project was prepared on LV 2017 version. That means to using 2017 version executable files to execute succesfully.
So you already made an executable from your VI shown in that image?
What to do ?
What exactly is your problem? Where are you stuck?
03-04-2019 08:34 AM - edited 03-04-2019 08:36 AM
@GerdW wrote:
What is "RTE environment"? Why is it important not to install this "RTE"?
Which "variables" do you want to gather?
So you already made an executable from your VI shown in that image?
What exactly is your problem? Where are you stuck?
I want to run .vi project on another computer which doesn't have Labview, also LabView Run Time Engine. So, I have to run this project on other PC. But .exe of project should run without RTE. I need gathering executable files which is needed execute project. For example: .dll and .rsc files required for operation.
03-04-2019 08:40 AM
You cannot run a DirectX game without the DirectX RTE, you cannot run a .NET program without .NET installed and you cannot run a LV program without the RTE installed.
/Y
03-04-2019 08:47 AM
@Yamaeda wrote:
You cannot run a DirectX game without the DirectX RTE, you cannot run a .NET program without .NET installed and you cannot run a LV program without the RTE installed.
/Y
You can examine HERE
Discussion in this page has a exe file without RTE. It is possible, only this operation should be applied to 2017.
03-04-2019 08:59 AM