Subject RE: [firebird-support] Hiding password step within innosetup
Author Leyne, Sean
> I need to know please if I can hide the password step when installing my app
> with Firebird 3 within innosetup.
> With FB 2 I can use the following parameter :
>  /SYSDBAPASSWORD,
>  /SP- /VERYSILENT,
>  /NOGDS32,
>  /NOCANCEL,
>  LOG
>
> We can only assign password in the SYSDBA step and don't know if exists the
> possibilty of hiding the step.

Suggestion:

Don't use the project install kit, create your own, which ships a pre-created security database.

That way you would never expose the password


Sean