1 bundler.name=EXE Installer
   2 bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
   3 
   4 param.app-bundler.name=
   5 param.app-bundler.description=
   6 
   7 param.service-bundler.name=
   8 param.service-bundler.description=
   9 
  10 param.config-root.name=
  11 param.config-root.description=
  12 
  13 param.system-wide.name=System Wide
  14 param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
  15 
  16 param.image-dir.name=
  17 param.image-dir.description=
  18 
  19 param.out-dir.name=
  20 param.out-dir.description=
  21 
  22 param.iscc-path.name=InnoSetup iscc.exe location
  23 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
  24 
  25 resource.inno-setup-project-file=Inno Setup project file
  26 resource.setup-icon=setup dialog icon
  27 resource.post-install-script=script to run after application image is populated
  28 
  29 error.parameters-null=Parameters map is null.
  30 error.parameters-null.advice=Pass in a non-null parameters map.
  31 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  32 error.iscc-not-found.advice=\  Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
  33 error.license-missing=Specified license file is missing.
  34 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative to the basedir "{1}".
  35 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
  36 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
  37 error.cannot-create-output-dir=Output directory {0} cannot be created.
  38 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  39 
  40 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
  41 message.debug-working-directory=Kept working directory for debug\: {0}
  42 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  43 message.outputting-to-location=Generating EXE for installer to\: {0}
  44 message.output-location=Installer (.exe) saved to\: {0}
  45 message.tool-version=\  Detected [{0}] version [{1}]
  46 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  47 message.running-wsh-script=Running WSH script on application image [{0}]
  48 message.iscc-file-string=\  InnoSetup compiler set to {0}
  49 
  50 
  51