1 bundler.name=MSI Installer
   2 bundler.description=Microsoft Windows MSI Installer, via WiX.
   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.upgrade-uuid.name=Upgrade UUID
  29 param.upgrade-uuid.description=The UUID associated with upgrades for this package.
  30 
  31 param.product-version.name=Product Version
  32 param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
  33 
  34 param.candle-path.name=WiX candle.exe location
  35 param.candle-path.description=File path to candle.exe from the WiX toolset.
  36 
  37 param.light-path.name=WiX light.exe location
  38 param.light-path.description=File path to light.exe from the WiX toolset.
  39 
  40 resource.post-install-script=script to run after application image is populated
  41 resource.wix-config-file=WiX config file
  42 
  43 error.parameters-null=Parameters map is null.
  44 error.parameters-null.advice=Pass in a non-null parameters map.
  45 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
  46 error.no-wix-tools.advice=\  Download WiX 3.0 or later from http\://wix.sf.net and add it to the PATH.
  47 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
  48 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: http\://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx
  49 error.version-string-major-out-of-range=Major version must be in the range [0, 255]
  50 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535]
  51 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255]
  52 error.version-string-part-not-number=Failed to convert version component to int.
  53 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory
  54 error.cannot-create-output-dir=Output directory {0} cannot be created.
  55 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  56 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
  57 error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
  58 
  59 message.tool-version=\  Detected [{0}] version [{1}]
  60 message.running-wsh-script=Running WSH script on application image [{0}]
  61 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
  62 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
  63 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
  64 message.debug-working-directory=Kept working directory for debug\: {0}
  65 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  66 message.generated-product-guid=Generated product GUID\: {0}
  67 message.preparing-msi-config=Preparing MSI config\: {0}
  68 message.generating-msi=Generating MSI\: {0}
  69 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  70 message.light-file-string=\  WiX light tool set to {0}
  71 message.candle-file-string=\  WiX candle tool set to {0}
  72 message.creating-association-with-null-extension=Creating association with null extension.