Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a number of built-in conditions which are statically pre-set on launching the installation and which can be only referenced by their ID:

  • izpack.windowsinstall
    True if the current OS is (any) Windows.
  • izpack.windowsinstall.xp
    True if the current OS is Windows XP.
  • izpack.windowsinstall.2003
    True if the current OS is Windows Server 2003.
  • izpack.windowsinstall.vista
    True if the current OS is Windows Vista
  • izpack.windowsinstall.7
    True if the current OS is Windows 7
  • izpack.macinstall
    True if the current OS is Mac OS X
  • izpack.linuxinstall
    True if the current OS is (any) Linux
  • izpack.solarisinstall
    True if the current OS is (any) Solaris
  • izpack.solarisinstall.x86
    True if the current OS is (any) Solaris x86
  • izpack.solarisinstall.sparc
    True if the current OS is (any) Solaris Sparc

...