Installer Modules
-
Hi, I have been working on a suite of applications, All of these applications communicate with an interface application via tcp/ip which then talks to a serial interface device. I need the main applications to be separatly installable using MSI, in separate msi files, and each msi file needs to be able to install the interface tool, however I do not want to have multiple copies of the interface tool installed if multiple applications are installed. Is it suitable to create a merge module to install the interface application, and then use that merge module in each of the main application installers? will this ensure only one copy of the interface is installed, and that the latest version is installed (if a newer version is built into the installer of another application). Thanks... Blade[DMS]