Subject Re: [firebird-support] Deploy firebird with another password for sysdba user
Author Mark Rotteveel
On Mon, 14 Nov 2011 10:06:18 +0000, Scott Morgan <blumf@...>
wrote:
> On 11/14/2011 09:23 AM, Lucas Franzen wrote:
>> Am 14.11.2011 10:05, schrieb Mr. John:
>>> That is working from inside NSIS installer:
>>>
>>> ExecWait 'gsec -user sysdba -password masterkey -modify SYSDBA -pw
>>> mypassword'
>> Remember to check this with different OS.
>> Under 2003/2008 you usually also have to add the security database as a
>> parameter (local protocol won't work).
>>
>> Something like:
>> gsec -database localhost:"C:\Program Files\Firebird\security.fdb"
>
> And test across 32 and 64-bit platforms. 'C:\Program Files\...' vs.
> 'C:\Program Files (x86)\...'
>
> Assuming you just deploy the 32-bit version of FB.

If the installer is 32 bits as well I believe that should not be a
problem. I am not 100% sure, but I believe that Windows maps C:\Pogram
Files\ to C:\Program Files (x86)\ for 32 bit software (just like it maps
C:\Windows\system32\ to C:\Windows\SysWOW64\).

Mark