09-06-2012 02:01 PM
I am attempting to build an installer which will install an exe, a couple of data files and a folder. The folder contains subfolders and data files.
When I build the installer it does not let me include the folder as a folder. Apparently it will only install individual items.
Am I missing something?
Running Labview 2011
09-06-2012 02:12 PM
Create the folder in the build spec. The locations to place things has a "file browser". Create the desired folder there and then the installer will create the folder if necessary and place the contents of the item inside that "folder" into the actual location during the install process.