Configuring an Invokable TP Using snaptpinstall

File Format for snaptpinstall

The application is displayed at its normal size and position.

NOACTIVATE

The application is displayed at its normal size and position, and the focus remains on the previously active window. This application's window does not become the active window.

MINNOACTIVATE

The application is minimized, and the focus remains on the previously active window.

This parameter is optional. If it is not included, the default is NORMAL.

SECURITY_TYPE

This parameter applies only to Win32 clients.

Specify the security type of the TP executable:

APPLICATION

The TP executable is started as an application using the CreateProcess system call.

SERVICE

The TP executable is started as a service using the StartService system call. In this case, the service must have been previously installed with the Service Control Manager using the name specified by the SERVICE_NAME parameter.

SERVICE_NAME

This parameter applies only to Win32 clients.

The name of the service installed with the Service

Control Manager. This parameter is only used if the

SECURITY_TYPE is SERVICE.

End of Section

Note the following points about the format of these entries:

You can include a comment line by including # as the first character of the line; SNAplus2 then ignores this line. SNAplus2 also ignores completely blank lines.

Each parameter = value entry must be on one line; it cannot contain line-break characters. The maximum length of a line is 255 characters; additional characters are ignored.

Appendix C

351