Cheers for the suggestion. Problem is we are creating lots of modules, each
which write different values to the registry, this would mean compiling a
new program for each module. The aim is to add the data to the MSI file the
installer creates.
After thinking about the problem i realised the application builder is just
a VI, so therefore NI must have already developed VIs to edit MSI files....
...after a little hunting i found them:
C:\Program Files\National Instruments\LabVIEW
7.0\applibs\distkit\NiMsiDistKit.llb
Now im just trying to get the hang of using them. Have worked out how to
add stuff to the registry, add new shortcuts etc. Problem is im quite new
to MSI files so its quite a steep learning curve!