01-16-2006 10:58 AM
01-17-2006 11:03 AM
Hi Adam,
There is some useful information here that might be of help:
http://digital.ni.com/public.nsf/websearch/373FAF5ED3A6FB1486256D7D0001496C?OpenDocument
Good Luck!
Chris J
01-17-2006 11:30 AM
01-18-2006 02:43 AM
There is actually a function in the Distribution Kit Builder under applibs\distkit\NiMsiDistKit.llb\MSI DK List Merge Module Dependents.vi that will return to you all dependencies to a specific merge module. It is password protected but the front panel is simple enough that it should be understandable to be called in a simple VI of your own. It returns an ID code but the first part of the name should give you an idea about which merge module is meant. Alternatively you could actually get the ID code for each merge module as well through applibs\distkit\NiMsiDistKit.llb\MSI DK Get Merge Module Signature.vi and compare the returned ID codes to identify each merge module 100%.
@jacko wrote:
Thanks for your reply Chris, that was helpful info!
Best,
Adam
01-18-2006 07:43 AM
01-18-2006 08:26 AM
Well, I'm not sure I understand you correct, but yes I think that is what my message meant. Basically if you look at the two VIs and try them out you will more or less see how they work.
@jacko wrote:
Hi Rolf,
It seems to me that you are explaining the problem I encountered after finding the merge modules which Chris led me to. That problem was which merge modules to use? I have in fact been trying to identify which modules I'd need, and was going to do it by trial and error. If there is an easier way then I'll give your method a shot.
Is this what you are refering to in your message above?