modules/fxpackager/src/main/resources/com/oracle/bundlers/windows/WinExeBundler.properties

Print this page




  19 param.iscc-path.name=InnoSetup iscc.exe location
  20 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
  21 
  22 resource.inno-setup-project-file=Inno Setup project file
  23 resource.setup-icon=setup dialog icon
  24 resource.post-install-script=script to run after application image is populated
  25 
  26 error.parameters-null=Parameters map is null.
  27 error.parameters-null.advice=Pass in a non-null parameters map.
  28 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  29 error.iscc-not-found.advice=\  Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
  30 
  31 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
  32 message.debug-working-directory=Kept working directory for debug\: {0}
  33 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  34 message.outputting-to-location=Generating EXE for installer to\: {0}
  35 message.output-location=Installer (.exe) saved to\: {0}
  36 message.tool-version=\  Detected [{0}] version [{1}]
  37 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  38 message.running-wsh-script=Running WSH script on application image [{0}]

  39 
  40 
  41 


  19 param.iscc-path.name=InnoSetup iscc.exe location
  20 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
  21 
  22 resource.inno-setup-project-file=Inno Setup project file
  23 resource.setup-icon=setup dialog icon
  24 resource.post-install-script=script to run after application image is populated
  25 
  26 error.parameters-null=Parameters map is null.
  27 error.parameters-null.advice=Pass in a non-null parameters map.
  28 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  29 error.iscc-not-found.advice=\  Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
  30 
  31 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
  32 message.debug-working-directory=Kept working directory for debug\: {0}
  33 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  34 message.outputting-to-location=Generating EXE for installer to\: {0}
  35 message.output-location=Installer (.exe) saved to\: {0}
  36 message.tool-version=\  Detected [{0}] version [{1}]
  37 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  38 message.running-wsh-script=Running WSH script on application image [{0}]
  39 message.iscc-file-string=\  InnoSetup compiler set to {0}

  40 
  41 
  42