InstallShield 11 Universal
Platform Support is located in the Releases view. This is where you select which platform(s) this Build Configuration should target.
The build filtering function of Universal includes only those elements that are defined by a specific platform for the platforms selected to be "included" in this view. For example, a Windows Service action will not be included in the built product if only the Linux platform is included here. Platform conditions, however, do not trigger build filtering because you can have a Platform Condition such as "All platforms except Windows" where it would be impossible to perform the correct filtering. Therefore, a component is only filtered out if it includes a condition whose implementation is provided by a platform pack that is not included in Platform Support. For example, if your component includes a Windows Registry String Condition but Windows is not enabled here, then that entire component is filtered out of the build.
The following platforms include properties that can be set in this view:
Platform data is only included in the built archive for the selected platform(s).

The Platform Help section of the Help Library provides specific information about each platform that is different from what is contained in the User's Guide.
See Also