Hi There,
I have a rather large file folder structure that we want to push out to our end users, and I want to make a simple installer that does this all seamlessly. Here's an example of our current folder structure
C:\Main Folder\builds
C:\Main Folder\Resources
C:\Main Folder\Applications
and so forth. Each one has different file types that interact with each other. For example, Apps in the Applications folder may call some DLLs or something from Resources folder.
I'd like to create an installer where C:\Main Folder doesn't yet exist on the end-user PC and want to install all the files where they belong. An additional awesome feature would be to create shortcuts on the desktop for certain .exe files but for now that is just a nice to have.
Anyone have any idea how to set up an installer that can package this up using LabVIEW Installer Builder?