Opened 13 years ago
Closed 13 years ago
#1970 closed task (fixed)
Installer: Use original FDO provider registration method
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.4 |
Component: | Installer | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The installer was recently modified to use library loading registration approach for registering FDO providers to providers.xml
This approach fails when we want to register a FDO provider, whose dependencies we don't have yet (eg. Registering the PostgreSQL provider with the new method without libpq.dll existing will fail)
Reverting to the old method allows the user to satisfy the required dependencies post-install.
Note:
See TracTickets
for help on using tickets.
Fixed r6551