text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Only one -alias switch at a time is supported. The array must not be null or of zero length. Autogenerated by Paraffin - Wintellect - John Robbins - john@wintellect.com Manual changes to this file may cause incorrect behavior. The -directory switch must always be specified. The -directory specified path does not exist. Only one -directory switch at a time is supported. Only one -dirref switch at a time is supported. Error on the '{0}' switch. Extension values cannot be empty. Only one increment switch at a time is supported. The increment value does not appear to be an integer. The increment value must be greater than zero. A call into Windows failed unexpectedly. There appears to be multiple nodes in input .WXS file with the same file name in the same directory: {0}. An invalid parameter was passed to the method. Update and creation command line options are mutually excusive. Only one output or processing file can be specified. You must specify the .WXS file to write to or process. The -unique value cannot be empty. Only one -unique switch at a time is supported. The -unique string value cannot be longer than 65 characters. Unknown command line option. The file to process does no appear to have been created with Paraffin. The comment node is missing. The file to update does not exist. Paraffin {0} (c) 2007-2008, John Robbins - john@wintellect.com A better Tallow for generating Windows Installer XML (WiX) 3.0 fragments. Usage: Paraffin (-dir <dir> -custom <value> <file> [-alias <alias> -ext <ext>* | -dirref <DirectoryRef> | -direXclude <exdir>* | -inc # | -guids |-multiple | -norecurse | -Win64] ) | (-update <file> [-ext <ext>*]) Required parameters to create a new fragment: -dir <dir> - The directory to recurse and build the fragment from. (short: -d) -custom <value> - The unique value to apply to all generated components, and files. Note all invalid id characters converted to underscores. (short: -c) <file> - The .WXS output file. Optional parameters when creating a new fragment: -alias <alias> - The alias to replace the base directory in the File element's src attribute. The default is to put the full hard coded path. (short: -a) -ext <ext> - File extensions to exclude. Specify as many -ext options as necessary. (short: -e) -direXclude <exdir> - Directories to exclude. There is no wildcard matching, only string contains matching. Specify as many -direXclude options as necessary. (short: -x) -dirref <DirectoryRef> - Override the default <DirectoryRef> Id attribute. Default: INSTALLDIR (short: -dr) -inc # - The number to add to each directory and component elements to allow space for additional items later. (short: -i) -guids - Generate GUID values for all components. (short: -g) -multiple - Multiple files per component. Defaults to one file per component. (short: -m) -norecurse - Do not recurse directories. Defaults to recursing all directories under <dir>. (short: -nr) -Win64 - If specified, adds Win64="yes" to all components. Required parameters to update a previously created file: -update - Indicates you want to update an existing .WXS file that was created by Paraffin. <file> - The .WXS file to process. The updated output is written to <file>.PARAFFIN. Optional parameters when updating a previously created file: -ext <ext > - File extensions to exclude. Specify as many -ext options as necessary. Additional ignore extensions are added to those already specified when the file was initially created. (short: -e) -direXclude <exdir> - Directories to exclude. There is no wildcard matching, only string contains matching. Specify as many -direXclude options as necessary. Additional exclude directories are added to those already specified when the file was initially created. (short: -x)