These are mandatory parameters that must be specified before a Visual LANSA application can be executed. You can specify to launch a Process, Function or Form - not all of them.
Require Elevation | Indicates if the Application must be installed with Administrator rights. Yes – Elevation is required to install application. No – Elevation is not required to install application. Default: No |
|---|---|
Language (LANG) | Enter the language code to be used when the application is executed. Default: [Current] - The language code used when the package is created. |
Process to Execute (PROC) | Specify the process that is used to start the application once it is installed. If a Process or Form to Execute is not specified, the Process to be executed will be set to the special process *INSTALL. Typically, Upgrade packages will not need to specify a Process, Function or Form as the information will have been deployed previously. Unpredictable results will occur if both a Process and a Form to Execute are specified. This object should be included in the package. Default: [None] |
Function to Execute (FUNC) | Specify the Function that should be called after the application is installed. If this option is specified you must also specify a Process to Execute (PROC). This object should be included in the package. Default: [None] |
Form to Execute (FORM) | Specify the Form that is used to start the application once installed. Unpredictable results will occur if a Process and Form to Execute are both specified. This object should be included in the package. Default: [None] |
Partition identifier (PART) | Enter the partition to be used when the application is executed. Default: [Current] - The partition used when the package is created. |
LANSA User (USER) | The LANSA user for application execution. Default: [QPGMR] |
Create X_START Shortcuts | Indicate if X_START shortcuts should be created when installing the associated MSI Yes – X_START Shortcuts will be created during installation No – X_START Shortcuts will not be created during installation Default: Yes |