LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application builder

Solved!
Go to solution

Hello,

 

          I was using LabView 2011 Full Development System. I recently bought Application builder with LabView 2012 update. Everything is installed now and up to date. What is the procedure to create an exe file? I have done it using tools>>build application. I copied the exe created and tried to use in other computer, but unfortunately its not working. Its giving me error saying "Run Time Engine not found". 

        

         was my procedure wrong? Is there any method to create distribution kit? like in CVI? 

Thanking you,
Sushmith
0 Kudos
Message 1 of 10
(3,399 Views)

You need to include run time engine when you create setup file. Install the setup file first time which will install the run time engine also(But you need to include it manually when building setup file). Next time you can run your exe file(No need to install the setup file again).

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 10
(3,401 Views)

Hello sir,

 

 

             Can you please tel me how to include run tim engine while creating exe?

Thanking you,
Sushmith
0 Kudos
Message 3 of 10
(3,397 Views)

Hello,

 

First build exe and then go for creating Installer for EXE you built.

 

Go to LabVIEW help and search for "building a standalone application"

 

In LV help search for "building an installer"

 

Go through the LV help and follow the steps.

 

Regards,

Bijay Kumar Saha

 

 

 

 

 

0 Kudos
Message 4 of 10
(3,391 Views)

When you are creating the setup file that time you need to include this. Later install the setup file in other computer. Next time you can run your exe file directly

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 10
(3,375 Views)
Solution
Accepted by topic author sushmith_ks

This is where you can do it

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 10
(3,374 Views)

Hello,

 

         I tried to include run time engine, but i'm not getting the option to include. Please find the attached file. 

Thanking you,
Sushmith
0 Kudos
Message 7 of 10
(3,358 Views)

Hello,

 

Setup means Installer.

 

follow the link

 

http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/build_installer/

 

Regards,

Bijay

0 Kudos
Message 8 of 10
(3,353 Views)

When you create setup file i.e. installer file. Then you need to include the run time engine there not in exe file.

 

first create the exe file later create the installer file which will include the exe file. When you install the installer in other PC then exe file will be automatically copied.

 

Next time when you want to run the other exe file created in labview then you just need to copy the exe file becasue run time engine is already there.

 

Let me know if you need any other help 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 9 of 10
(3,347 Views)
  1. .exe file: This file is used to run the PC UI file, when the setup file is already installed.

 To create these files follow the instruction shown below.

  • Right click on the builds specification.
  • Click on the New then Application (EXE).
  • Enter the required input & create the .exe file.

2. Installer file: This file is setup file which can be installed on other PC to run the PC UI setup file.

To create these files follow the instruction shown below.

  • Right click on the builds specification.
  • Click on the New then Installer.
  • Enter the required input & create the installer file.

If you need extra help then follow the link

 

If something else then let me know.

 

Thanks

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 10 of 10
(3,342 Views)