11-04-2011 05:29 AM
I Have Created a Project and want an Installer. My project contains many SubVI's, is it like i have to include all the Files in Source Files or only the StartUp File i need to include.
Regards,
Jayavanth.G
11-04-2011 05:37 AM
I assume you are talking about creating an executable, right? You can create an installer containing the executable afterwords.
You only need to add the main vi as startup vi as long as you don't call your subVIs dynamically using VI Server.
Christian