src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinExeBundler.properties
author herrick
Tue, 09 Oct 2018 17:50:26 -0400
branchJDK-8200758-branch
changeset 56947 5a03c4524b90
parent 56941 20568f1e1aa7
child 56982 e094d5483bd6
permissions -rw-r--r--
JDK-8211857: Support "exe" format for create-jre-installers Reviewed-by: almatvee, kcr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     1
bundler.name=EXE Installer
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     2
bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     3
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     4
param.system-wide.name=System Wide
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     5
param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     6
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     7
param.app-bundler.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     8
param.app-bundler.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
     9
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    10
param.service-bundler.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    11
param.service-bundler.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    12
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    13
param.can-use-wix36.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    14
param.can-use-wix36.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    15
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    16
param.out-dir.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    17
param.out-dir.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    18
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    19
param.config-root.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    20
param.config-root.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    21
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    22
param.image-dir.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    23
param.image-dir.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    24
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    25
param.app-dir.name=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    26
param.app-dir.description=
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    27
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    28
param.menu-shortcut-hint.name=Menu Hint
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    29
param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    30
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    31
param.desktop-shortcut-hint.name=Shortcut Hint
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    32
param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    33
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    34
param.upgrade-uuid.name=Upgrade UUID
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    35
param.upgrade-uuid.description=The UUID associated with upgrades for this package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    36
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    37
param.product-version.name=Product Version
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    38
param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    39
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    40
param.iscc-path.name=InnoSetup iscc.exe location
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    41
param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    42
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    43
resource.inno-setup-project-file=Inno Setup project file
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    44
resource.setup-icon=setup dialog icon
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    45
resource.post-install-script=script to run after application image is populated
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    46
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    47
error.parameters-null=Parameters map is null.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    48
error.parameters-null.advice=Pass in a non-null parameters map.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    49
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    50
error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    51
error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    52
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    53
error.license-missing=Specified license file is missing.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    54
error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    55
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    56
error.copyright-is-too-long=The copyright string is too long for InnoSetup.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    57
error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    58
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    59
error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    60
error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    61
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    62
error.cannot-create-output-dir=Output directory {0} cannot be created.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    63
error.cannot-write-to-output-dir=Output directory {0} is not writable.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    64
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    65
message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    66
message.debug-working-directory=Kept working directory for debug\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    67
message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    68
message.outputting-to-location=Generating EXE for installer to\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    69
message.output-location=Installer (.exe) saved to\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    70
message.tool-version=\  Detected [{0}] version [{1}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    71
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    72
message.running-wsh-script=Running WSH script on application image [{0}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    73
message.iscc-file-string=\  InnoSetup compiler set to {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    74
message.creating-association-with-null-extension=Creating association with null extension.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    75
message.potential.windows.defender.issue=Warning: Windows Defender may prevent the Java Packager from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    76
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    77
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    78
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    79
message.tool-version=Detected [{0}] version [{1}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    80
message.running-wsh-script=Running WSH script on application image [{0}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    81
message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    82
message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    83
message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    84
message.debug-working-directory=Kept working directory for debug\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    85
message.config-save-location=Config files are saved to {0}. Use them to customize package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    86
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    87
message.creating-association-with-null-extension=Creating association with null extension.
56947
5a03c4524b90 JDK-8211857: Support "exe" format for create-jre-installers
herrick
parents: 56941
diff changeset
    88
message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.