
CChong2 (Flexera) asked a question.
BDE and silent install
Hello,
I have a problem installing BDE V5.2 in silent mode.
This is what I have done.
1. Created a Basic MSI Project in Author and included BDE Enterprise Merge module.
2. Build the project.
3. Configured a bdemerge.ini file to include Sybase drivers.
4. Copied both file to the same network location.
Installing in interactive mode works OK.
However, when running a silent install ie. msiexec /qb settings in the bdemerge.ini file is ignored.
I have serached different InstallShield newgroups and various other places on the net, and seen some references to this problem. One entry suggested to inculde ResolveSource action in the execute sequence, but this did not solve the problem.
Any help would be greatly appreciated.
Thanks and regards,
Bjørn Johansen
Borland should have a better answer as we do not recommend modifying third party merge modules.
I know that this thread is a little bit old but possibly it would help someone sometimes...
The solution is to create the properties in the project where the module is included:
MSSQL.E966F0CB_76B3_11D3_945B_00C04FB1760A = 1 (For MSSQL)
SYBASE.E966F0CB_76B3_11D3_945B_00C04FB1760A = 1 (For Sybase)
Regards, jhering
I saw the solution posted jhering stating properties must be created in the project where the module is included, but the I do not understand exactly how to do that. The examples shown pertain to MSSQL and Sybase, but no Oracle.
Any help would be appreciated.
the BDE merge modul can install the following drivers depending on the properties you define "1" in the property table of your project:
INTRBASE.E966F0CB_76B3_11D3_945B_00C04FB1760A
DB2.E966F0CB_76B3_11D3_945B_00C04FB1760A
DB2V5.E966F0CB_76B3_11D3_945B_00C04FB1760A
INFORMIX.E966F0CB_76B3_11D3_945B_00C04FB1760A
INFORMIX9.E966F0CB_76B3_11D3_945B_00C04FB1760A
MSSQL.E966F0CB_76B3_11D3_945B_00C04FB1760A
ORACLE.E966F0CB_76B3_11D3_945B_00C04FB1760A
ORACLE8.E966F0CB_76B3_11D3_945B_00C04FB1760A
SYBASE.E966F0CB_76B3_11D3_945B_00C04FB1760A
SYBASECT.E966F0CB_76B3_11D3_945B_00C04FB1760A
Regards, jhering