LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generate preview is different from the build

Hi,
I'm working with Labview 8.2. In the last project, the preview puts 20 files in a particular folder. In the actual build, it puts only 4 files in this folder. The executable works fine.
However, when I attempted to create an installer for this application, the installer tries to find the missing 16 files in the folder and the build is not successful because of missing files.
Does anyone have any idea what to do?
Thanks,
Danielle
"Wisdom comes from experience. Experience is often a result of lack of wisdom.”
― Terry Pratchett
0 Kudos
Message 1 of 2
(2,660 Views)

Hi Danielle,

 

The installer will be created based on the executable which means that executable will act like a source file to your installer creation process. That is why it is searching for miising files while you try to create the installer which were already missed in the executable bulid. So create the executable properly without missing of any files. This you have to take care while you are feeding the source files while you are creating the executable. Try these steps. Hope this will work.

 

MRK (CLAD)

0 Kudos
Message 2 of 2
(2,436 Views)