Subject | Re: [firebird-support] How to install system wide fbembed.dll on Windows? |
---|---|
Author | Reinier Olislagers |
Post date | 2014-10-05T11:49:23Z |
On 04/10/2014 17:37, Mark Rotteveel mark@...
[firebird-support] wrote:
Bedankt, Mark!
[firebird-support] wrote:
> On 4-10-2014 12:05, Reinier Olislagers reinierolislagers@...I know. I did that: 32 bit fbembed to syswow64.
> [firebird-support] wrote:
> SysWoW64 is **not** for 64 bit dlls, but for 32 bit dlls. Believe it or
> not on a 64 bit system, the 64 bit dlls go into **System32**.
> fbembed.dll is essentially a Firebird server, it has more dependenciesAh yes, of course, that is it! Thanks.
> than fbclient.dll. This includes the icu libraries.
> You shouldn't put embedded in any system folder like Windows\System32Ok
> (or Windows\SysWoW64 if you use 32 bit embedded). You normally put it
> either in the folder of the application using embedded, or add its
> location on the PATH (although that might sometimes cause problems
> depending on how the application resolves its dependencies).
>> Can you have a system-wide fbembed.dll? How do you install it?Got it, thanks.
>
> Put the entire content of the embedded zip kit in a folder on the PATH,
> and avoid folders that are under UAC-protection, because - for example -
> writing to firebird.log in protected folders (like Program Files,
> Windows, etc) requires that the program runs with elevated rights,
> otherwise they are written to the virtual store in your user profile
> which can give its own headaches.
> Note that deleting the msvcrt80 runtime and related files from theYes, thanks.
> embedded folder may be possible to resolve problems if the runtime is
> also installed in the system itself.
Bedankt, Mark!