Subject Re: [ib-support] Re: inno setup
Author Paul Reeves
"Robert F. Tulloch" wrote:
>
> > How so? What parameters do you want to send? The script is set up to start Fb
> > as a service automatically. What more could you want?
>
> Execute(gServiceFile,'/install /silent','');
>
> and:
>
> Result:=ShellExecute(Application.Handle, NIL,
> StrPCopy(PFileName, FileName),
> StrPCopy(PParameters, Parameters),
> StrPCopy(PWorking, Working), SW_SHOW);
>
> Does not provide the flexibility to install IBGuard as
> SERVICE_AUTO_START and
> to install IBService as SERVICE_DEMAND_START for instance.
>

But installation of the guardian as a service is documented as unsupported in
RC2.

The support has been built-in for final release. Instsvc has been modified to
take an extra switch to allow installation of the guardian. This will remove
the need for any setup program to have to write the kind of code have posted.
Of course, you don't need to use the built-in features if you don't want to.

Final release date is still imminent but unknown. We are currently discussing
the severity of some known bugs and the necessity of the fixes.


Paul
--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further