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. Scott