islander222
Posts: 27
Score: 1 Joined: 4/19/2005 Status: offline
|
Hey Mark, I haven't actually used this, but I have some documentation here on it: ================= USING THE BDE MERGE MODULE Follow these steps to incorporate the BDE Merge Module in your project: 1. Copy BDE_PRO.MSM or BDE_ENT.MSM into the Merge Module directory used by your setup authoring tool. 2. Add a feature called "BDE" to your project. 3. Specify the BDE Merge Module as a component for the BDE feature. 4. Build the .MSI file. 5. Use the BDE Merge Module Wizard (BDEMMCFG.EXE) to define the drivers and aliases to be deployed. You can choose BDE aliases, or deploy drivers without aliases by choosing them from an option list. This information is stored in a BDEMERGE.INI file which must be distributed with the .MSI file. _____________________ INSTALL PATH PROPERTY The BDE Merge Module obtains the BDE installation directory from the following property: BDE_INSTALL_PATH.E966F0CB_76B3_11D3_945B_00C04FB1760A The string after the dot is the BDE Merge Module GUID. Use of the GUID follows the Microsoft Merge Module Naming Convention to ensure a unique property name. This property is set by an installer Custom Action, "BDERunning". The action searches for an existing BDE installation by examining the registry and the hard drive. If an existing BDE is found, the property points to its location. Otherwise the property has the default value of "<PROGRAM FILES>\Common Files\Borland Shared\BDE". You can change the installation directory with a standard or custom action. This action should come before the FileCost action in the InstallExecute sequence, to avoid a disk space error. ===================== Whenever BDE Merge Module is included in the ism, each time the ism is built, BDE Merge Module should be un checked and again included along with the BDEMerge.ini file. Other wise, each time it is built, BDE Merge.ini gets deleted from the Binary table, hence BDE Configuration will not reflect. ===================== If that doesn't help, let me know and I'll see what else I can dig out! Adrian
|