PDA

View Full Version : How to Add Merge Modules in Setup Factory 8.0


pcmarley
11-06-2008, 02:14 PM
I have created an application using VC++ 2005 and NI's Measurement Studio. I need to include several merge modules to successfully install the program on another machine. How can I add merge modules to a Setup Factory 8.0 project?

Thanks,
Paul

jassing
11-06-2008, 04:02 PM
SUF does not support merge modules. You would need to use MSIF.

Most companies that produce merge modules also produce sets of files or exe based installers -- you could just install the files or call their regular setup silently.

Failing that; if they have an MSI -- you could launch the msi install silently or passively.