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.config-root.name=
   8 param.config-root.description=
   9 
  10 param.system-wide.name=System Wide
  11 param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
  12 
  13 param.image-dir.name=
  14 param.image-dir.description=
  15 
  16 param.out-dir.name=
  17 param.out-dir.description=
  18 
  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