You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The OINSIGHT section of the INI file contains everything necessary to launch OpenInsight.

OpenInsight=.\Runtime\Oinsight.exe

The OpenInsight path and file executable relative to the SRP Launcher. This tells the launcher where to find OINSIGHT.exe. The SRP Application Launcher should always be in the root OpenInsight directory, so this is only useful to people who keep OINSIGHT.exe in a subfolder underneath the normal location of the system files (i.e. where split environments are maintained so development files are in one subfolder while runtime files are in another subfolder).

Application=EXAMPLES

The OpenInsight application name. This gets automatically put into the /AP= command line parameter.

Username=USER

The database user. This gets automatically put into the /UN= command line parameter.

Password=PW

The password (if any) for the user. This gets automatically put into the /PW= command line parameter.

DevelopmentMode=0

Flag to run OpenInsight in development or runtime mode. This gets automatically put into the /DV= command line parameter.

HideOinsight=1

Flag to hide OpenInsight. This gets automatically put into the /HI= command line parameter.

HideEngine=1

Flag to hide OpenEngine. This gets automatically put into the /HE= command line parameter.

HideBanner=1

Flag to hide the OpenInsight default splash screen. This gets automatically put into the /BN= command line parameter. (Works only in OpenInsight 8.0.3 or later).

CustomCaption=MYAPP

Flag to add the application name to the Oinsight.exe task manager caption. This gets automatically put into the /CA= command line parameter. Cannot contain spaces. (Works only in OpenInsight 8.0.3 or later). Note: The /CA= command line parameter always converts the value to uppercase. This is a feature of OpenInsight, not the SRP Application Launcher.

AdditionalParameters=/X=Value /Y=Value /Z=Value

Appends additional custom parameters to the oinsight.exe command line. These are passed as is. It is up to you to supply well formed and valid parameters.

  • No labels