Subject | How to know that after an installation 64 bit FB is running, not 32 bit? |
---|---|
Author | Chuck Belanger |
Post date | 2011-02-13T17:00:49Z |
Hello:
I use InnoSetup to create an installer of my application. Because I'm
adding a feature which requires remote DB access, as opposed to using a
local DB and the FB embedded version, I've included both 32 and 64 bit
full server FB installers and use a Check routine (and mark them 32 or
64 bit system) to determine which gets copied and run depending on the
user's system.
I'm installing the FB system as an application.
I do not even have a Win7 64 bit machine to test these. Frankly, I wish
my users would not use the 64 bit there are too many strange errors at
this point.
Anyway the person who does our customer support, attempted to run the
installer on 2 Win7 64 bit computers and saw:
"C\:Program Files (x86)\...\bin\" for the location of the FB guardian
I use {pf} which should be equal to {pf64} on a 64 bit system.
Anyway, how do I know that the 64 bit, not the 32 bit version of FB is running?
Thank you,
Chuck Belanger
I use InnoSetup to create an installer of my application. Because I'm
adding a feature which requires remote DB access, as opposed to using a
local DB and the FB embedded version, I've included both 32 and 64 bit
full server FB installers and use a Check routine (and mark them 32 or
64 bit system) to determine which gets copied and run depending on the
user's system.
I'm installing the FB system as an application.
I do not even have a Win7 64 bit machine to test these. Frankly, I wish
my users would not use the 64 bit there are too many strange errors at
this point.
Anyway the person who does our customer support, attempted to run the
installer on 2 Win7 64 bit computers and saw:
"C\:Program Files (x86)\...\bin\" for the location of the FB guardian
I use {pf} which should be equal to {pf64} on a 64 bit system.
Anyway, how do I know that the 64 bit, not the 32 bit version of FB is running?
Thank you,
Chuck Belanger