I need to build my application into an executable. I have done this many times but there is an issue this time.
I have an VI server enabled that needs to be enabled in the executable version. I know how to do this as well. But I have a couple HTML files that normally reside in the Program Files\National Instruments\LabVIEW 8.2\www folder. However, these files need to be included with the executable build so I can serve them from the machine that I install the executable on.
Any ideas how I can configure my build so the HTML files will be in the correct place so that the executable will be able to find them? I will be running the executable on a machine with only the LabVIEW Runtime Engine so I am not sure where those HTML files would even go if I didn't include them in the executable.
Kyle