09-03-2009 02:29 AM
Hi All,
LV 2009 + DSC
We have 4 different LV-projects. They all uses same shared variable libraries and parameter files. The size of these projects are so huge that they can not be combined to one project. Every project creates own .exe file. The question is: how I can create such installer which combine these 4 .exes and also add shared variable libraries and parameter to installer. Other words: when installer is launched it creates data folder, librarie folders, parameter folders and add 4 .exes to root of installation folder.
BR, Jim
Solved! Go to Solution.
09-03-2009 02:36 AM
You could create one 'installer project'
This installer project would have 4 auto populating folders, linked to each exe-folder.
With the installer you can add each autopopulating folder to your installer.
Ton