LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what files do i need to include when deploying my program via a installer

Solved!
Go to solution

Hello, this should be a pretty easy one, i am just not sure which files to include when giving my program to the next computer.

 

I have built the executable and the installer and was under the impression that the executable was built into the installer. However the installer is 1,250KB and the executable is 4,897KB.

 

so I am not quite sure what files to include when i deploy the program? do i need just the installer? the entire installer folder? do i need to include the executable folder as well?

 

(I would check on another computer but i dont have admin rights) 

 

Thanks!

khoward.vi
-Stand back! I am going to use science!
0 Kudos
Message 1 of 9
(3,226 Views)

You need the EXE and the LabVIEW runtime. You need other things depending on what your program does. Things like the VISA driver or whatever.

 

If the target machine already  has the runtime then you do not need to include it. You can instruct the person installing your program to download those separately.

 

If you can install VMWare on your development system that will really help to test out your installers and EXEs.

=====================
LabVIEW 2012


0 Kudos
Message 2 of 9
(3,216 Views)

I have all of these built into my installer already. I just want to know if i can give them just the instaler.exe or if i also need to give them the application.exe...

khoward.vi
-Stand back! I am going to use science!
0 Kudos
Message 3 of 9
(3,212 Views)

You can give them the application.exe if they already have the runtime installed. No need for an installer. But if your installer includes the exe then you only give them the installer.

=====================
LabVIEW 2012


0 Kudos
Message 4 of 9
(3,209 Views)

So just the installer.exe. not the files that were created with it ect.. 

when the installer was built a bin, license, and support file folder was also created...

khoward.vi
-Stand back! I am going to use science!
0 Kudos
Message 5 of 9
(3,202 Views)
Solution
Accepted by topic author khoward.vi

Just distribute the entire Volume folder for the installer.

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
Message 6 of 9
(3,192 Views)

thank you. thats all i was looking for

khoward.vi
-Stand back! I am going to use science!
0 Kudos
Message 7 of 9
(3,187 Views)

You need all the files in the volume folder.

There is multiple files that is needed.

The setup.exe file is your main file.

 

EDIT: Too late... well you got you answer

0 Kudos
Message 8 of 9
(3,181 Views)

I was a little confused by your question. I thought you were wanting to know what was required to run the application. After reading the question again it is clear what you were asking. Maybe I need more coffee? Smiley Happy

 

But just a hint for the future: If you have run that installer on the other computer before, and your rebuild your exe for a bugfix or whatever, then you do not have to distribute the installer again. You just build the exe and distribute that. Installers can be huge if you include multiple runtimes and drivers.

=====================
LabVIEW 2012


0 Kudos
Message 9 of 9
(3,173 Views)