< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/template.jre.iss

Print this page


   1 ;This file will be executed next to the application bundle image
   2 ;I.e. current directory will contain folder INSTALLER_NAME with application files
   3 [Setup]
   4 AppId=PRODUCT_APP_IDENTIFIER
   5 AppName=INSTALLER_NAME
   6 AppVersion=APPLICATION_VERSION
   7 AppVerName=INSTALLER_NAME APPLICATION_VERSION
   8 AppPublisher=APPLICATION_VENDOR
   9 AppComments=APPLICATION_COMMENTS

  10 AppCopyright=APPLICATION_COPYRIGHT


  11 DefaultDirName=APPLICATION_INSTALL_ROOT\INSTALLER_NAME
  12 DisableStartupPrompt=Yes
  13 DisableDirPage=DISABLE_DIR_PAGE
  14 DisableProgramGroupPage=Yes
  15 DisableReadyPage=Yes
  16 DisableFinishedPage=Yes
  17 DisableWelcomePage=Yes
  18 DefaultGroupName=APPLICATION_GROUP
  19 ;Optional License
  20 LicenseFile=APPLICATION_LICENSE_FILE
  21 ;WinXP or above
  22 MinVersion=0,5.1
  23 OutputBaseFilename=INSTALLER_FILE_NAME
  24 Compression=lzma
  25 SolidCompression=yes
  26 PrivilegesRequired=APPLICATION_INSTALL_PRIVILEGE
  27 SetupIconFile=
  28 UninstallDisplayIcon=
  29 UninstallDisplayName=INSTALLER_NAME
  30 WizardImageStretch=No


   1 ;This file will be executed next to the application bundle image
   2 ;I.e. current directory will contain folder INSTALLER_NAME with application files
   3 [Setup]
   4 AppId=PRODUCT_APP_IDENTIFIER
   5 AppName=INSTALLER_NAME
   6 AppVersion=APPLICATION_VERSION
   7 AppVerName=INSTALLER_NAME APPLICATION_VERSION
   8 AppPublisher=APPLICATION_VENDOR
   9 AppComments=APPLICATION_DESCRIPTION

  10 AppCopyright=APPLICATION_COPYRIGHT
  11 VersionInfoVersion=APPLICATION_VERSION

  12 VersionInfoDescription=APPLICATION_DESCRIPTION

  13 DefaultDirName=APPLICATION_INSTALL_ROOT\INSTALLER_NAME
  14 DisableStartupPrompt=Yes
  15 DisableDirPage=DISABLE_DIR_PAGE
  16 DisableProgramGroupPage=Yes
  17 DisableReadyPage=Yes
  18 DisableFinishedPage=Yes
  19 DisableWelcomePage=Yes
  20 DefaultGroupName=APPLICATION_GROUP
  21 ;Optional License
  22 LicenseFile=APPLICATION_LICENSE_FILE
  23 ;WinXP or above
  24 MinVersion=0,5.1
  25 OutputBaseFilename=INSTALLER_FILE_NAME
  26 Compression=lzma
  27 SolidCompression=yes
  28 PrivilegesRequired=APPLICATION_INSTALL_PRIVILEGE
  29 SetupIconFile=
  30 UninstallDisplayIcon=
  31 UninstallDisplayName=INSTALLER_NAME
  32 WizardImageStretch=No


< prev index next >