src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinExeBundler.properties
branchJDK-8200758-branch
changeset 56941 20568f1e1aa7
child 56947 5a03c4524b90
equal deleted inserted replaced
56940:93d2d065257e 56941:20568f1e1aa7
       
     1 bundler.name=EXE Installer
       
     2 bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
       
     3 
       
     4 param.system-wide.name=System Wide
       
     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.
       
     6 
       
     7 param.app-bundler.name=
       
     8 param.app-bundler.description=
       
     9 
       
    10 param.service-bundler.name=
       
    11 param.service-bundler.description=
       
    12 
       
    13 param.can-use-wix36.name=
       
    14 param.can-use-wix36.description=
       
    15 
       
    16 param.out-dir.name=
       
    17 param.out-dir.description=
       
    18 
       
    19 param.config-root.name=
       
    20 param.config-root.description=
       
    21 
       
    22 param.image-dir.name=
       
    23 param.image-dir.description=
       
    24 
       
    25 param.app-dir.name=
       
    26 param.app-dir.description=
       
    27 
       
    28 param.menu-shortcut-hint.name=Menu Hint
       
    29 param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
       
    30 
       
    31 param.desktop-shortcut-hint.name=Shortcut Hint
       
    32 param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
       
    33 
       
    34 param.upgrade-uuid.name=Upgrade UUID
       
    35 param.upgrade-uuid.description=The UUID associated with upgrades for this package.
       
    36 
       
    37 param.product-version.name=Product Version
       
    38 param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
       
    39 
       
    40 param.iscc-path.name=InnoSetup iscc.exe location
       
    41 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
       
    42 
       
    43 resource.inno-setup-project-file=Inno Setup project file
       
    44 resource.setup-icon=setup dialog icon
       
    45 resource.post-install-script=script to run after application image is populated
       
    46 
       
    47 error.parameters-null=Parameters map is null.
       
    48 error.parameters-null.advice=Pass in a non-null parameters map.
       
    49 
       
    50 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
       
    51 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
       
    52 
       
    53 error.license-missing=Specified license file is missing.
       
    54 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
       
    55 
       
    56 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
       
    57 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
       
    58 
       
    59 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
       
    60 error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
       
    61 
       
    62 error.cannot-create-output-dir=Output directory {0} cannot be created.
       
    63 error.cannot-write-to-output-dir=Output directory {0} is not writable.
       
    64 
       
    65 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
       
    66 message.debug-working-directory=Kept working directory for debug\: {0}
       
    67 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
       
    68 message.outputting-to-location=Generating EXE for installer to\: {0}
       
    69 message.output-location=Installer (.exe) saved to\: {0}
       
    70 message.tool-version=\  Detected [{0}] version [{1}]
       
    71 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
       
    72 message.running-wsh-script=Running WSH script on application image [{0}]
       
    73 message.iscc-file-string=\  InnoSetup compiler set to {0}
       
    74 message.creating-association-with-null-extension=Creating association with null extension.
       
    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}".
       
    76 
       
    77 
       
    78 
       
    79 message.tool-version=Detected [{0}] version [{1}]
       
    80 message.running-wsh-script=Running WSH script on application image [{0}]
       
    81 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
       
    82 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
       
    83 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
       
    84 message.debug-working-directory=Kept working directory for debug\: {0}
       
    85 message.config-save-location=Config files are saved to {0}. Use them to customize package.
       
    86 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
       
    87 message.creating-association-with-null-extension=Creating association with null extension.