The whole install script must be enclosed in <WARPIN> and </WARPIN> tags (similar to the <HTML> ... </HTML> tags with "real" HTML files). See the "Installation Scripts" page for an overview where this tag should be placed.

The opening WARPIN tag knows the following attributes:


VERSION="version_string"
Optional. This specifies the minimum version of WarpIN which must be installed. "version_string" must have the format "major_minor" (e.g. "1.0"). If this is not specified, "1.0" is assumed. This is useful if the install script uses tags that might be introduced with a future version of WarpIN. There's no real use for this tag yet.
OS="operating_system"
Optional. This specifies the target operating system on which this archive can be installed. "operating_system" can be one of the following: This is useful to make sure that your product will not be installed on operating systems on which it will not run.
If the specified requirements are not met on the user's system, installation is aborted.