Custom installation of Interbase 6.0

Por: Justin Swett

Resumen: My installer for Interbase 6.0 gets an error during installation, "Unable to Copy File".

QUESTION:

When I use the INTERBASE option with the install API I get an error from the API "Unable to Copy File." How do I alleviate this error?

ANSWER:

If you want to install the whole Interbase utility then you will need to call isc_install_set_option for the options which constitute the INTERBASE option. Specifying the INTERBASE option is the same as specifying:

IB_SERVER

IB_CLIENT
IB_EXAMPLES
IB_DEV
IB_CMD_TOOLS
IB_GUI_TOOLS
IB_DOC 

Respuesta del Servidor desde: ETNASC01