Show Contents List
You are here:
|
Select Settings from the Package Maintenance Window toolbar or the Package Edit Menu. Package settings cannot be modified in a Patch. |
The Settings options determine the additional processing that will occur as part during the build processing. Each option selected will include or omit specific parts of the package from the final build.
When deciding which Settings to select, you should consider how the package is to be deployed. Each additional option will add more objects and complexity to the package.
Upgrade packages will often only need to include changed executable objects (functions and components) as the execution environment will have already been deployed with the initial package.
You should aim to keep Just In Time upgrades from a remote server to a minimum size.
![]()
Deploy LANSA Execution Environment |
By default, the LANSA execution environment is deployed. |
|---|---|
Deploy with LANSA Client Support |
This option is only required for Applications that are to support a local database. |
Deploy to Client without local database |
This option is recommended for most Client/Server applications. |
Export for Development System |
Other than for the purposes described below, do not select this option. |
Bypass MSI Build Processing |
Selection of this option will cause the MSI generation to be bypassed in the build processing. There will be no Installer file produced. |
Deploy System Definition |
This will cause the Export of the LANSA internal database to include the system definition table (LX_F96) and other system related details. The information in these tables is required when executing an application. |
Deploy Partition Definition |
This will cause the Export of the LANSA internal database to include the partition definition table (LX_F46), the partition language table (LX_F60) and other partition related details. The information in these tables is required when executing an application. |
Omit Object Definitions |
This option will bypass the Export of the LANSA internal database definitions for the selected objects (including LX_F02, LX_F03, LX_F04 and LX_F62). It will allow you to ship the package without the internal definitions. |
Deploy Execution Database Support |
A copy of the LANSA database support image is included in the package. |
Deploy Execution Add-ons |
MAPI support is to be included in the package. Typically, this is only included if your application incorporates email functionality. |
Deploy with WAM Support |
Objects required to support WAMS in a runtime environment will be included in the package. |
Deploy with Web Environment Support |
A copy of the LANSA Web on Windows execution environment installation images are included in the package and installed when the package is installed. |
Deploy LANSA Communications |
This includes the LANSA Communications Extensions. |
Deploy Server Support |
A copy of the LANSA communications server support installation image is included in the package and is installed when the package is installed. |
Deploy with Translation List |
This is a specialized option to facilitate the translation of LANSA object related information and is typically used during the application development cycle to distribute the object information to translators. |
Omit the Application Compiled Objects |
If this option is selected, the package builder will not copy the executables for the selected LANSA objects to the package. |
Export Whole Partition |
This option will cause the Export of the LANSA internal database to include the definitions for everything in the partition regardless of any object selections made. |
|
Important - Component Support Execution Environment and any installed EPCs will be automatically included in all generated Installer files.
Show Contents List