Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
<?xml version="1.0" encoding="utf-8"?><wixPdb version="3.0.3200.0" xmlns="http://schemas.microsoft.com/wix/2006/pdbs"><wixOutput type="Product" version="3.0.2002.0" xmlns="http://schemas.microsoft.com/wix/2006/outputs"><tableDefinitions xmlns="http://schemas.microsoft.com/wix/2006/tables"><tableDefinition name="_Streams" unreal="yes"><columnDefinition name="Name" type="string" length="62" primaryKey="yes" /><columnDefinition name="Data" type="object" length="0" nullable="yes" /></tableDefinition><tableDefinition name="_SummaryInformation"><columnDefinition name="PropertyId" type="number" length="2" primaryKey="yes" /><columnDefinition name="Value" type="localized" length="255" escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="_Validation"><columnDefinition name="Table" type="string" length="32" primaryKey="yes" category="identifier" description="Name of table" /><columnDefinition name="Column" type="string" length="32" primaryKey="yes" category="identifier" description="Name of column" /><columnDefinition name="Nullable" type="string" length="4" set="Y;N" description="Whether the column is nullable" /><columnDefinition name="MinValue" type="number" length="4" nullable="yes" minValue="-2147483647" maxValue="2147483647" description="Minimum value allowed" /><columnDefinition name="MaxValue" type="number" length="4" nullable="yes" minValue="-2147483647" maxValue="2147483647" description="Maximum value allowed" /><columnDefinition name="KeyTable" type="string" length="255" nullable="yes" category="identifier" description="For foreign key, Name of table to which data must link" /><columnDefinition name="KeyColumn" type="number" length="2" nullable="yes" minValue="1" maxValue="32" description="Column to which foreign key connects" /><columnDefinition name="Category" type="string" length="32" nullable="yes" set="Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL" description="String category" /><columnDefinition name="Set" type="string" length="255" nullable="yes" category="text" description="Set of values that are permitted" /><columnDefinition name="Description" type="string" length="255" nullable="yes" category="text" description="Description of column" /></tableDefinition><tableDefinition name="ActionText"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Name of action to be described." /><columnDefinition name="Description" type="localized" length="0" nullable="yes" category="text" description="Localized description displayed in progress dialog and log when action is executing." escapeIdtCharacters="yes" /><columnDefinition name="Template" type="localized" length="0" nullable="yes" modularize="property" category="template" description="Optional localized format template used to format action data records for display during action execution." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="AdminExecuteSequence"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" category="identifier" description="Name of action to invoke, either in the engine or the handler DLL." /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" category="condition" description="Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData." /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" minValue="-4" maxValue="32767" description="Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action." /></tableDefinition><tableDefinition name="AdminUISequence"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" category="identifier" description="Name of action to invoke, either in the engine or the handler DLL." /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" category="condition" description="Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData." /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" minValue="-4" maxValue="32767" description="Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action." /></tableDefinition><tableDefinition name="AdvtExecuteSequence"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" category="identifier" description="Name of action to invoke, either in the engine or the handler DLL." /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" category="condition" description="Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData." /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" minValue="-4" maxValue="32767" description="Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action." /></tableDefinition><tableDefinition name="Binary" createSymbols="yes"><columnDefinition name="Name" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Unique key identifying the binary data." /><columnDefinition name="Data" type="object" length="0" category="binary" description="The unformatted binary data." /></tableDefinition><tableDefinition name="Component" createSymbols="yes"><columnDefinition name="Component" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key used to identify a particular component record." /><columnDefinition name="ComponentId" type="string" length="38" nullable="yes" category="guid" description="A string GUID unique to this component, version, and language." /><columnDefinition name="Directory_" type="string" length="72" modularize="column" keyTable="Directory" keyColumn="1" category="identifier" description="Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table." /><columnDefinition name="Attributes" type="number" length="2" description="Remote execution option, one of irsEnum" /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" modularize="condition" category="condition" description="A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component." /><columnDefinition name="KeyPath" type="string" length="72" nullable="yes" modularize="column" keyTable="File;Registry;ODBCDataSource" keyColumn="1" category="identifier" description="Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it." /></tableDefinition><tableDefinition name="Control"><columnDefinition name="Dialog_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Dialog" keyColumn="1" category="identifier" description="External key to the Dialog table, name of the dialog." /><columnDefinition name="Control" type="string" length="50" primaryKey="yes" category="identifier" description="Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. " /><columnDefinition name="Type" type="string" length="20" category="identifier" description="The type of the control." /><columnDefinition name="X" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="Horizontal coordinate of the upper left corner of the bounding rectangle of the control." /><columnDefinition name="Y" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="Vertical coordinate of the upper left corner of the bounding rectangle of the control." /><columnDefinition name="Width" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="Width of the bounding rectangle of the control." /><columnDefinition name="Height" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="Height of the bounding rectangle of the control." /><columnDefinition name="Attributes" type="number" length="4" nullable="yes" minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the attribute flags to be applied to this control." /><columnDefinition name="Property" type="string" length="72" nullable="yes" modularize="column" category="identifier" description="The name of a defined property to be linked to this control. " /><columnDefinition name="Text" type="localized" length="0" nullable="yes" modularize="controlText" category="formatted" description="A string used to set the initial text contained within a control (if appropriate)." escapeIdtCharacters="yes" /><columnDefinition name="Control_Next" type="string" length="50" nullable="yes" keyTable="Control" keyColumn="2" category="identifier" description="The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!" /><columnDefinition name="Help" type="localized" length="50" nullable="yes" category="text" description="The help strings used with the button. The text is optional. " escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="ControlCondition"><columnDefinition name="Dialog_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Dialog" keyColumn="1" category="identifier" description="A foreign key to the Dialog table, name of the dialog." /><columnDefinition name="Control_" type="string" length="50" primaryKey="yes" keyTable="Control" keyColumn="2" category="identifier" description="A foreign key to the Control table, name of the control." /><columnDefinition name="Action" type="string" length="50" primaryKey="yes" set="Default;Disable;Enable;Hide;Show" description="The desired action to be taken on the specified control." /><columnDefinition name="Condition" type="string" length="255" primaryKey="yes" localizable="yes" modularize="condition" category="condition" description="A standard conditional statement that specifies under which conditions the action should be triggered." /></tableDefinition><tableDefinition name="ControlEvent" createSymbols="yes"><columnDefinition name="Dialog_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Dialog" keyColumn="1" category="identifier" description="A foreign key to the Dialog table, name of the dialog." /><columnDefinition name="Control_" type="string" length="50" primaryKey="yes" keyTable="Control" keyColumn="2" category="identifier" description="A foreign key to the Control table, name of the control" /><columnDefinition name="Event" type="string" length="50" primaryKey="yes" modularize="property" category="formatted" description="An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries." /><columnDefinition name="Argument" type="string" length="255" primaryKey="yes" localizable="yes" modularize="controlEventArgument" category="formatted" description="A value to be used as a modifier when triggering a particular event." /><columnDefinition name="Condition" type="string" length="255" primaryKey="yes" nullable="yes" localizable="yes" modularize="condition" category="condition" description="A standard conditional statement that specifies under which conditions an event should be triggered." /><columnDefinition name="Ordering" type="number" length="2" nullable="yes" minValue="0" maxValue="2147483647" description="An integer used to order several events tied to the same control. Can be left blank." /></tableDefinition><tableDefinition name="Dialog" createSymbols="yes"><columnDefinition name="Dialog" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Name of the dialog." /><columnDefinition name="HCentering" type="number" length="2" minValue="0" maxValue="100" description="Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center." /><columnDefinition name="VCentering" type="number" length="2" minValue="0" maxValue="100" description="Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center." /><columnDefinition name="Width" type="number" length="2" minValue="0" maxValue="32767" description="Width of the bounding rectangle of the dialog." /><columnDefinition name="Height" type="number" length="2" minValue="0" maxValue="32767" description="Height of the bounding rectangle of the dialog." /><columnDefinition name="Attributes" type="number" length="4" nullable="yes" minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the attribute flags to be applied to this dialog." /><columnDefinition name="Title" type="localized" length="128" nullable="yes" modularize="property" category="formatted" description="A text string specifying the title to be displayed in the title bar of the dialog's window." escapeIdtCharacters="yes" /><columnDefinition name="Control_First" type="string" length="50" keyTable="Control" keyColumn="2" category="identifier" description="Defines the control that has the focus when the dialog is created." /><columnDefinition name="Control_Default" type="string" length="50" nullable="yes" keyTable="Control" keyColumn="2" category="identifier" description="Defines the default control. Hitting return is equivalent to pushing this button." /><columnDefinition name="Control_Cancel" type="string" length="50" nullable="yes" keyTable="Control" keyColumn="2" category="identifier" description="Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button." /></tableDefinition><tableDefinition name="Directory" createSymbols="yes"><columnDefinition name="Directory" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory." /><columnDefinition name="Directory_Parent" type="string" length="72" nullable="yes" modularize="column" keyTable="Directory" keyColumn="1" category="identifier" description="Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree." /><columnDefinition name="DefaultDir" type="localized" length="255" category="defaultDir" description="The default sub-path under parent's path." /></tableDefinition><tableDefinition name="Error" createSymbols="yes"><columnDefinition name="Error" type="number" length="2" primaryKey="yes" minValue="0" maxValue="32767" description="Integer error number, obtained from header file IError(...) macros." /><columnDefinition name="Message" type="localized" length="0" nullable="yes" modularize="property" category="template" description="Error formatting template, obtained from user ed. or localizers." escapeIdtCharacters="yes" useCData="yes" /></tableDefinition><tableDefinition name="EventMapping"><columnDefinition name="Dialog_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Dialog" keyColumn="1" category="identifier" description="A foreign key to the Dialog table, name of the Dialog." /><columnDefinition name="Control_" type="string" length="50" primaryKey="yes" keyTable="Control" keyColumn="2" category="identifier" description="A foreign key to the Control table, name of the control." /><columnDefinition name="Event" type="string" length="50" primaryKey="yes" category="identifier" description="An identifier that specifies the type of the event that the control subscribes to." /><columnDefinition name="Attribute" type="string" length="50" category="identifier" description="The name of the control attribute, that is set when this event is received." /></tableDefinition><tableDefinition name="Feature" createSymbols="yes"><columnDefinition name="Feature" type="string" length="38" primaryKey="yes" category="identifier" description="Primary key used to identify a particular feature record." /><columnDefinition name="Feature_Parent" type="string" length="38" nullable="yes" keyTable="Feature" keyColumn="1" category="identifier" description="Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item." /><columnDefinition name="Title" type="localized" length="64" nullable="yes" category="text" description="Short text identifying a visible feature item." escapeIdtCharacters="yes" /><columnDefinition name="Description" type="localized" length="255" nullable="yes" category="text" description="Longer descriptive text describing a visible feature item." escapeIdtCharacters="yes" /><columnDefinition name="Display" type="number" length="2" nullable="yes" minValue="0" maxValue="32767" description="Numeric sort order, used to force a specific display ordering." /><columnDefinition name="Level" type="number" length="2" minValue="0" maxValue="32767" description="The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display." /><columnDefinition name="Directory_" type="string" length="72" nullable="yes" modularize="column" keyTable="Directory" keyColumn="1" category="upperCase" description="The name of the Directory that can be configured by the UI. A non-null value will enable the browse button." /><columnDefinition name="Attributes" type="number" length="2" set="0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54" description="Feature attributes" /></tableDefinition><tableDefinition name="FeatureComponents"><columnDefinition name="Feature_" type="string" length="38" primaryKey="yes" keyTable="Feature" keyColumn="1" category="identifier" description="Foreign key into Feature table." /><columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into Component table." /></tableDefinition><tableDefinition name="File" createSymbols="yes"><columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key, non-localized token, must match identifier in cabinet.  For uncompressed files, this field is ignored." /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key referencing Component that controls the file." /><columnDefinition name="FileName" type="localized" length="255" category="filename" description="File name used for installation, may be localized.  This may contain a &quot;short name|long name&quot; pair." /><columnDefinition name="FileSize" type="number" length="4" minValue="0" maxValue="2147483647" description="Size of file in bytes (long integer)." /><columnDefinition name="Version" type="string" length="72" nullable="yes" modularize="companionFile" keyTable="File" keyColumn="1" category="version" description="Version string for versioned files;  Blank for unversioned files." /><columnDefinition name="Language" type="string" length="20" nullable="yes" category="language" description="List of decimal language Ids, comma-separated if more than one." /><columnDefinition name="Attributes" type="number" length="2" nullable="yes" minValue="0" maxValue="32767" description="Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)" /><columnDefinition name="Sequence" type="number" length="4" minValue="1" maxValue="2147483647" description="Sequence with respect to the media images; order must track cabinet order." /></tableDefinition><tableDefinition name="Icon" createSymbols="yes"><columnDefinition name="Name" type="string" length="72" primaryKey="yes" modularize="icon" category="identifier" description="Primary key. Name of the icon file." /><columnDefinition name="Data" type="object" length="0" category="binary" description="Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format." /></tableDefinition><tableDefinition name="InstallExecuteSequence"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" category="identifier" description="Name of action to invoke, either in the engine or the handler DLL." /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" category="condition" description="Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData." /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" minValue="-4" maxValue="32767" description="Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action." /></tableDefinition><tableDefinition name="InstallUISequence"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" category="identifier" description="Name of action to invoke, either in the engine or the handler DLL." /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" category="condition" description="Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData." /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" minValue="-4" maxValue="32767" description="Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action." /></tableDefinition><tableDefinition name="ListBox"><columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="A named property to be tied to this item. All the items tied to the same property become part of the same listbox." /><columnDefinition name="Order" type="number" length="2" primaryKey="yes" minValue="1" maxValue="32767" description="A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive." /><columnDefinition name="Value" type="string" length="64" modularize="property" category="formatted" description="The value string associated with this item. Selecting the line will set the associated property to this value." /><columnDefinition name="Text" type="localized" length="64" nullable="yes" category="text" description="The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="Media" createSymbols="yes"><columnDefinition name="DiskId" type="number" length="2" primaryKey="yes" minValue="1" maxValue="32767" description="Primary key, integer to determine sort order for table." /><columnDefinition name="LastSequence" type="number" length="4" minValue="0" maxValue="2147483647" description="File sequence number for the last file for this media." /><columnDefinition name="DiskPrompt" type="localized" length="64" nullable="yes" category="text" description="Disk name: the visible text actually printed on the disk.  This will be used to prompt the user when this disk needs to be inserted." escapeIdtCharacters="yes" /><columnDefinition name="Cabinet" type="string" length="255" nullable="yes" category="cabinet" description="If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet." /><columnDefinition name="VolumeLabel" type="string" length="32" nullable="yes" category="text" description="The label attributed to the volume." /><columnDefinition name="Source" type="string" length="72" nullable="yes" category="property" description="The property defining the location of the cabinet file." /></tableDefinition><tableDefinition name="MsiFileHash"><columnDefinition name="File_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="File" keyColumn="1" category="identifier" description="Primary key, foreign key into File table referencing file with this hash" /><columnDefinition name="Options" type="number" length="2" minValue="0" maxValue="32767" description="Various options and attributes for this hash." /><columnDefinition name="HashPart1" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart2" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart3" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart4" type="number" length="4" description="Size of file in bytes (long integer)." /></tableDefinition><tableDefinition name="Property" createSymbols="yes"><columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Name of property, uppercase if settable by launcher or loader." /><columnDefinition name="Value" type="localized" length="0" category="text" description="String value for property.  Never null or empty." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="RadioButton"><columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group." /><columnDefinition name="Order" type="number" length="2" primaryKey="yes" minValue="1" maxValue="32767" description="A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive." /><columnDefinition name="Value" type="string" length="64" modularize="property" category="formatted" description="The value string associated with this button. Selecting the button will set the associated property to this value." escapeIdtCharacters="yes" /><columnDefinition name="X" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button." /><columnDefinition name="Y" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="The vertical coordinate of the upper left corner of the bounding rectangle of the radio button." /><columnDefinition name="Width" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="The width of the button." /><columnDefinition name="Height" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="The height of the button." /><columnDefinition name="Text" type="localized" length="0" nullable="yes" category="text" description="The visible title to be assigned to the radio button." escapeIdtCharacters="yes" /><columnDefinition name="Help" type="localized" length="50" nullable="yes" category="text" description="The help strings used with the button. The text is optional." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="Registry"><columnDefinition name="Registry" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key, non-localized token." /><columnDefinition name="Root" type="number" length="2" minValue="-1" maxValue="3" description="The predefined root key for the registry value, one of rrkEnum." /><columnDefinition name="Key" type="localized" length="255" modularize="property" category="regPath" description="The key for the registry value." /><columnDefinition name="Name" type="localized" length="255" nullable="yes" modularize="property" category="formatted" description="The registry value name." /><columnDefinition name="Value" type="localized" length="0" nullable="yes" modularize="property" category="formatted" description="The registry value." escapeIdtCharacters="yes" /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table referencing component that controls the installing of the registry value." /></tableDefinition><tableDefinition name="RemoveFile"><columnDefinition name="FileKey" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key used to identify a particular file entry" /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key referencing Component that controls the file to be removed." /><columnDefinition name="FileName" type="localized" length="255" nullable="yes" category="wildCardFilename" description="Name of the file to be removed." /><columnDefinition name="DirProperty" type="string" length="72" modularize="column" category="identifier" description="Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed." /><columnDefinition name="InstallMode" type="number" length="2" set="1;2;3" description="Installation option, one of iimEnum." /></tableDefinition><tableDefinition name="Shortcut"><columnDefinition name="Shortcut" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key, non-localized token." /><columnDefinition name="Directory_" type="string" length="72" modularize="column" keyTable="Directory" keyColumn="1" category="identifier" description="Foreign key into the Directory table denoting the directory where the shortcut file is created." /><columnDefinition name="Name" type="localized" length="128" category="filename" description="The name of the shortcut to be created." /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion." /><columnDefinition name="Target" type="string" length="72" modularize="property" category="shortcut" description="The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to." /><columnDefinition name="Arguments" type="string" length="255" nullable="yes" modularize="property" category="formatted" description="The command-line arguments for the shortcut." /><columnDefinition name="Description" type="localized" length="255" nullable="yes" category="text" description="The description for the shortcut." escapeIdtCharacters="yes" /><columnDefinition name="Hotkey" type="number" length="2" nullable="yes" minValue="0" maxValue="32767" description="The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. " /><columnDefinition name="Icon_" type="string" length="72" nullable="yes" modularize="icon" keyTable="Icon" keyColumn="1" category="identifier" description="Foreign key into the File table denoting the external icon file for the shortcut." /><columnDefinition name="IconIndex" type="number" length="2" nullable="yes" minValue="-32767" maxValue="32767" description="The icon index for the shortcut." /><columnDefinition name="ShowCmd" type="number" length="2" nullable="yes" set="1;3;7" description="The show command for the application window.The following values may be used." /><columnDefinition name="WkDir" type="string" length="72" nullable="yes" modularize="column" category="identifier" description="Name of property defining location of working directory." /><columnDefinition name="DisplayResourceDLL" type="string" length="255" nullable="yes" modularize="property" category="formatted" description="The Formatted string providing the full path to the language neutral file containing the MUI Manifest." /><columnDefinition name="DisplayResourceId" type="number" length="2" nullable="yes" minValue="0" maxValue="32767" description="The display name index for the shortcut. This must be a non-negative number." /><columnDefinition name="DescriptionResourceDLL" type="string" length="255" nullable="yes" modularize="property" category="formatted" description="The Formatted string providing the full path to the language neutral file containing the MUI Manifest." /><columnDefinition name="DescriptionResourceId" type="number" length="2" nullable="yes" minValue="0" maxValue="32767" description="The description name index for the shortcut. This must be a non-negative number." /></tableDefinition><tableDefinition name="TextStyle"><columnDefinition name="TextStyle" type="string" length="72" primaryKey="yes" category="identifier" description="Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change." /><columnDefinition name="FaceName" type="string" length="32" localizable="yes" category="text" description="A string indicating the name of the font used. Required. The string must be at most 31 characters long." /><columnDefinition name="Size" type="number" length="2" localizable="yes" minValue="0" maxValue="32767" description="The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size." /><columnDefinition name="Color" type="number" length="4" nullable="yes" minValue="0" maxValue="16777215" description="A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B)." /><columnDefinition name="StyleBits" type="number" length="2" nullable="yes" minValue="0" maxValue="15" description="A combination of style bits." /></tableDefinition><tableDefinition name="UIText"><columnDefinition name="Key" type="string" length="72" primaryKey="yes" category="identifier" description="A unique key that identifies the particular string." /><columnDefinition name="Text" type="localized" length="255" nullable="yes" category="text" description="The localized version of the string." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="WixAction" createSymbols="yes" unreal="yes"><columnDefinition name="SequenceTable" type="string" length="62" primaryKey="yes" /><columnDefinition name="Action" type="string" length="72" primaryKey="yes" /><columnDefinition name="Condition" type="string" length="255" nullable="yes" localizable="yes" /><columnDefinition name="Sequence" type="number" length="2" nullable="yes" /><columnDefinition name="Before" type="string" length="72" nullable="yes" /><columnDefinition name="After" type="string" length="72" nullable="yes" /><columnDefinition name="Overridable" type="number" length="2" nullable="yes" /></tableDefinition><tableDefinition name="WixComplexReference" unreal="yes"><columnDefinition name="Parent" type="string" length="0" localizable="yes" /><columnDefinition name="ParentAttributes" type="number" length="4" /><columnDefinition name="ParentLanguage" type="string" length="0" nullable="yes" /><columnDefinition name="Child" type="string" length="0" localizable="yes" /><columnDefinition name="ChildAttributes" type="number" length="4" /><columnDefinition name="Attributes" type="number" length="4" /></tableDefinition><tableDefinition name="WixFile" unreal="yes"><columnDefinition name="File_" type="string" length="0" primaryKey="yes" modularize="column" keyTable="File" keyColumn="1" /><columnDefinition name="AssemblyAttributes" type="number" length="4" nullable="yes" /><columnDefinition name="File_AssemblyManifest" type="string" length="72" nullable="yes" modularize="column" /><columnDefinition name="File_AssemblyApplication" type="string" length="72" nullable="yes" modularize="column" /><columnDefinition name="Directory_" type="string" length="72" /><columnDefinition name="DiskId" type="number" length="4" nullable="yes" /><columnDefinition name="Source" type="object" length="0" /><columnDefinition name="ProcessorArchitecture" type="string" length="0" nullable="yes" /><columnDefinition name="PatchGroup" type="number" length="4" /><columnDefinition name="Attributes" type="number" length="4" /><columnDefinition name="PatchAttributes" type="number" length="4" nullable="yes" /><columnDefinition name="RetainLengths" type="preserved" length="0" nullable="yes" category="text" /><columnDefinition name="IgnoreOffsets" type="preserved" length="0" nullable="yes" category="text" /><columnDefinition name="IgnoreLengths" type="preserved" length="0" nullable="yes" category="text" /><columnDefinition name="RetainOffsets" type="preserved" length="0" nullable="yes" category="text" /></tableDefinition><tableDefinition name="WixGroup" unreal="yes"><columnDefinition name="ParentId" type="string" length="0" primaryKey="yes" category="identifier" description="Primary key used to identify a particular record in a parent table." /><columnDefinition name="ParentType" type="string" length="0" primaryKey="yes" description="Primary key used to identify a particular parent type in a parent table." /><columnDefinition name="ChildId" type="string" length="0" primaryKey="yes" category="identifier" description="Primary key used to identify a particular record in a child table." /><columnDefinition name="ChildType" type="string" length="0" primaryKey="yes" description="Primary key used to identify a particular child type in a child table." /></tableDefinition><tableDefinition name="WixMedia" unreal="yes"><columnDefinition name="DiskId_" type="number" length="2" primaryKey="yes" /><columnDefinition name="CompressionLevel" type="string" length="0" nullable="yes" /><columnDefinition name="Layout" type="string" length="0" nullable="yes" /></tableDefinition><tableDefinition name="WixSimpleReference" unreal="yes"><columnDefinition name="Table" type="string" length="32" /><columnDefinition name="PrimaryKeys" type="string" length="0" /></tableDefinition><tableDefinition name="WixUI" createSymbols="yes" unreal="yes"><columnDefinition name="WixUI" type="string" length="0" primaryKey="yes" /></tableDefinition></tableDefinitions><table name="_Streams" xmlns="http://schemas.microsoft.com/wix/2006/objects" /><table name="_SummaryInformation" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>1</field><field>1252</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>2</field><field>Installation Database</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>3</field><field>Action Tire Payment Processor Installer</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>4</field><field>Bits and Bytes Document Solutions</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>5</field><field>Installer</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>6</field><field>Package Comments</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>7</field><field>Intel;0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>9</field><field>{5BF08306-DC06-4414-AA8A-3CF2AFD80907}</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>14</field><field>200</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>15</field><field>2</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*7"><field>19</field><field>2</field></row><row><field>12</field><field>2016/01/24 17:26:17</field></row><row><field>13</field><field>2016/01/24 17:26:17</field></row><row><field>18</field><field>Windows Installer XML (3.5.2519.0)</field></row></table><table name="_Validation" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>_SummaryInformation</field><field>PropertyId</field><field>N</field><field /><field /><field /><field /><field /><field /><field /></row><row><field>_SummaryInformation</field><field>Value</field><field>N</field><field /><field /><field /><field /><field /><field /><field /></row><row><field>_Validation</field><field>Table</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of table</field></row><row><field>_Validation</field><field>Column</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of column</field></row><row><field>_Validation</field><field>Nullable</field><field>N</field><field /><field /><field /><field /><field /><field>Y;N</field><field>Whether the column is nullable</field></row><row><field>_Validation</field><field>MinValue</field><field>Y</field><field>-2147483647</field><field>2147483647</field><field /><field /><field /><field /><field>Minimum value allowed</field></row><row><field>_Validation</field><field>MaxValue</field><field>Y</field><field>-2147483647</field><field>2147483647</field><field /><field /><field /><field /><field>Maximum value allowed</field></row><row><field>_Validation</field><field>KeyTable</field><field>Y</field><field /><field /><field /><field /><field>Identifier</field><field /><field>For foreign key, Name of table to which data must link</field></row><row><field>_Validation</field><field>KeyColumn</field><field>Y</field><field>1</field><field>32</field><field /><field /><field /><field /><field>Column to which foreign key connects</field></row><row><field>_Validation</field><field>Category</field><field>Y</field><field /><field /><field /><field /><field /><field>Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL</field><field>String category</field></row><row><field>_Validation</field><field>Set</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Set of values that are permitted</field></row><row><field>_Validation</field><field>Description</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Description of column</field></row><row><field>ActionText</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to be described.</field></row><row><field>ActionText</field><field>Description</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Localized description displayed in progress dialog and log when action is executing.</field></row><row><field>ActionText</field><field>Template</field><field>Y</field><field /><field /><field /><field /><field>Template</field><field /><field>Optional localized format template used to format action data records for display during action execution.</field></row><row><field>AdminExecuteSequence</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to invoke, either in the engine or the handler DLL.</field></row><row><field>AdminExecuteSequence</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</field></row><row><field>AdminExecuteSequence</field><field>Sequence</field><field>Y</field><field>-4</field><field>32767</field><field /><field /><field /><field /><field>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</field></row><row><field>AdminUISequence</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to invoke, either in the engine or the handler DLL.</field></row><row><field>AdminUISequence</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</field></row><row><field>AdminUISequence</field><field>Sequence</field><field>Y</field><field>-4</field><field>32767</field><field /><field /><field /><field /><field>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</field></row><row><field>AdvtExecuteSequence</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to invoke, either in the engine or the handler DLL.</field></row><row><field>AdvtExecuteSequence</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</field></row><row><field>AdvtExecuteSequence</field><field>Sequence</field><field>Y</field><field>-4</field><field>32767</field><field /><field /><field /><field /><field>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</field></row><row><field>Binary</field><field>Name</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Unique key identifying the binary data.</field></row><row><field>Binary</field><field>Data</field><field>N</field><field /><field /><field /><field /><field>Binary</field><field /><field>The unformatted binary data.</field></row><row><field>Component</field><field>Component</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key used to identify a particular component record.</field></row><row><field>Component</field><field>ComponentId</field><field>Y</field><field /><field /><field /><field /><field>Guid</field><field /><field>A string GUID unique to this component, version, and language.</field></row><row><field>Component</field><field>Directory_</field><field>N</field><field /><field /><field>Directory</field><field>1</field><field>Identifier</field><field /><field>Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.</field></row><row><field>Component</field><field>Attributes</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Remote execution option, one of irsEnum</field></row><row><field>Component</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.</field></row><row><field>Component</field><field>KeyPath</field><field>Y</field><field /><field /><field>File;Registry;ODBCDataSource</field><field>1</field><field>Identifier</field><field /><field>Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.</field></row><row><field>Control</field><field>Dialog_</field><field>N</field><field /><field /><field>Dialog</field><field>1</field><field>Identifier</field><field /><field>External key to the Dialog table, name of the dialog.</field></row><row><field>Control</field><field>Control</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. </field></row><row><field>Control</field><field>Type</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>The type of the control.</field></row><row><field>Control</field><field>X</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Horizontal coordinate of the upper left corner of the bounding rectangle of the control.</field></row><row><field>Control</field><field>Y</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Vertical coordinate of the upper left corner of the bounding rectangle of the control.</field></row><row><field>Control</field><field>Width</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Width of the bounding rectangle of the control.</field></row><row><field>Control</field><field>Height</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Height of the bounding rectangle of the control.</field></row><row><field>Control</field><field>Attributes</field><field>Y</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>A 32-bit word that specifies the attribute flags to be applied to this control.</field></row><row><field>Control</field><field>Property</field><field>Y</field><field /><field /><field /><field /><field>Identifier</field><field /><field>The name of a defined property to be linked to this control. </field></row><row><field>Control</field><field>Text</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>A string used to set the initial text contained within a control (if appropriate).</field></row><row><field>Control</field><field>Control_Next</field><field>Y</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!</field></row><row><field>Control</field><field>Help</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The help strings used with the button. The text is optional. </field></row><row><field>ControlCondition</field><field>Dialog_</field><field>N</field><field /><field /><field>Dialog</field><field>1</field><field>Identifier</field><field /><field>A foreign key to the Dialog table, name of the dialog.</field></row><row><field>ControlCondition</field><field>Control_</field><field>N</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>A foreign key to the Control table, name of the control.</field></row><row><field>ControlCondition</field><field>Action</field><field>N</field><field /><field /><field /><field /><field /><field>Default;Disable;Enable;Hide;Show</field><field>The desired action to be taken on the specified control.</field></row><row><field>ControlCondition</field><field>Condition</field><field>N</field><field /><field /><field /><field /><field>Condition</field><field /><field>A standard conditional statement that specifies under which conditions the action should be triggered.</field></row><row><field>ControlEvent</field><field>Dialog_</field><field>N</field><field /><field /><field>Dialog</field><field>1</field><field>Identifier</field><field /><field>A foreign key to the Dialog table, name of the dialog.</field></row><row><field>ControlEvent</field><field>Control_</field><field>N</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>A foreign key to the Control table, name of the control</field></row><row><field>ControlEvent</field><field>Event</field><field>N</field><field /><field /><field /><field /><field>Formatted</field><field /><field>An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.</field></row><row><field>ControlEvent</field><field>Argument</field><field>N</field><field /><field /><field /><field /><field>Formatted</field><field /><field>A value to be used as a modifier when triggering a particular event.</field></row><row><field>ControlEvent</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>A standard conditional statement that specifies under which conditions an event should be triggered.</field></row><row><field>ControlEvent</field><field>Ordering</field><field>Y</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>An integer used to order several events tied to the same control. Can be left blank.</field></row><row><field>Dialog</field><field>Dialog</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of the dialog.</field></row><row><field>Dialog</field><field>HCentering</field><field>N</field><field>0</field><field>100</field><field /><field /><field /><field /><field>Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.</field></row><row><field>Dialog</field><field>VCentering</field><field>N</field><field>0</field><field>100</field><field /><field /><field /><field /><field>Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.</field></row><row><field>Dialog</field><field>Width</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Width of the bounding rectangle of the dialog.</field></row><row><field>Dialog</field><field>Height</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Height of the bounding rectangle of the dialog.</field></row><row><field>Dialog</field><field>Attributes</field><field>Y</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>A 32-bit word that specifies the attribute flags to be applied to this dialog.</field></row><row><field>Dialog</field><field>Title</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>A text string specifying the title to be displayed in the title bar of the dialog's window.</field></row><row><field>Dialog</field><field>Control_First</field><field>N</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>Defines the control that has the focus when the dialog is created.</field></row><row><field>Dialog</field><field>Control_Default</field><field>Y</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>Defines the default control. Hitting return is equivalent to pushing this button.</field></row><row><field>Dialog</field><field>Control_Cancel</field><field>Y</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.</field></row><row><field>Directory</field><field>Directory</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.</field></row><row><field>Directory</field><field>Directory_Parent</field><field>Y</field><field /><field /><field>Directory</field><field>1</field><field>Identifier</field><field /><field>Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.</field></row><row><field>Directory</field><field>DefaultDir</field><field>N</field><field /><field /><field /><field /><field>DefaultDir</field><field /><field>The default sub-path under parent's path.</field></row><row><field>Error</field><field>Error</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Integer error number, obtained from header file IError(...) macros.</field></row><row><field>Error</field><field>Message</field><field>Y</field><field /><field /><field /><field /><field>Template</field><field /><field>Error formatting template, obtained from user ed. or localizers.</field></row><row><field>EventMapping</field><field>Dialog_</field><field>N</field><field /><field /><field>Dialog</field><field>1</field><field>Identifier</field><field /><field>A foreign key to the Dialog table, name of the Dialog.</field></row><row><field>EventMapping</field><field>Control_</field><field>N</field><field /><field /><field>Control</field><field>2</field><field>Identifier</field><field /><field>A foreign key to the Control table, name of the control.</field></row><row><field>EventMapping</field><field>Event</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>An identifier that specifies the type of the event that the control subscribes to.</field></row><row><field>EventMapping</field><field>Attribute</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>The name of the control attribute, that is set when this event is received.</field></row><row><field>Feature</field><field>Feature</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key used to identify a particular feature record.</field></row><row><field>Feature</field><field>Feature_Parent</field><field>Y</field><field /><field /><field>Feature</field><field>1</field><field>Identifier</field><field /><field>Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.</field></row><row><field>Feature</field><field>Title</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Short text identifying a visible feature item.</field></row><row><field>Feature</field><field>Description</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Longer descriptive text describing a visible feature item.</field></row><row><field>Feature</field><field>Display</field><field>Y</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Numeric sort order, used to force a specific display ordering.</field></row><row><field>Feature</field><field>Level</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.</field></row><row><field>Feature</field><field>Directory_</field><field>Y</field><field /><field /><field>Directory</field><field>1</field><field>UpperCase</field><field /><field>The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.</field></row><row><field>Feature</field><field>Attributes</field><field>N</field><field /><field /><field /><field /><field /><field>0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54</field><field>Feature attributes</field></row><row><field>FeatureComponents</field><field>Feature_</field><field>N</field><field /><field /><field>Feature</field><field>1</field><field>Identifier</field><field /><field>Foreign key into Feature table.</field></row><row><field>FeatureComponents</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key into Component table.</field></row><row><field>File</field><field>File</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key, non-localized token, must match identifier in cabinet.  For uncompressed files, this field is ignored.</field></row><row><field>File</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key referencing Component that controls the file.</field></row><row><field>File</field><field>FileName</field><field>N</field><field /><field /><field /><field /><field>Filename</field><field /><field>File name used for installation, may be localized.  This may contain a "short name|long name" pair.</field></row><row><field>File</field><field>FileSize</field><field>N</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>File</field><field>Version</field><field>Y</field><field /><field /><field>File</field><field>1</field><field>Version</field><field /><field>Version string for versioned files;  Blank for unversioned files.</field></row><row><field>File</field><field>Language</field><field>Y</field><field /><field /><field /><field /><field>Language</field><field /><field>List of decimal language Ids, comma-separated if more than one.</field></row><row><field>File</field><field>Attributes</field><field>Y</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)</field></row><row><field>File</field><field>Sequence</field><field>N</field><field>1</field><field>2147483647</field><field /><field /><field /><field /><field>Sequence with respect to the media images; order must track cabinet order.</field></row><row><field>Icon</field><field>Name</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key. Name of the icon file.</field></row><row><field>Icon</field><field>Data</field><field>N</field><field /><field /><field /><field /><field>Binary</field><field /><field>Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.</field></row><row><field>InstallExecuteSequence</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to invoke, either in the engine or the handler DLL.</field></row><row><field>InstallExecuteSequence</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</field></row><row><field>InstallExecuteSequence</field><field>Sequence</field><field>Y</field><field>-4</field><field>32767</field><field /><field /><field /><field /><field>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</field></row><row><field>InstallUISequence</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of action to invoke, either in the engine or the handler DLL.</field></row><row><field>InstallUISequence</field><field>Condition</field><field>Y</field><field /><field /><field /><field /><field>Condition</field><field /><field>Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.</field></row><row><field>InstallUISequence</field><field>Sequence</field><field>Y</field><field>-4</field><field>32767</field><field /><field /><field /><field /><field>Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.</field></row><row><field>ListBox</field><field>Property</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>A named property to be tied to this item. All the items tied to the same property become part of the same listbox.</field></row><row><field>ListBox</field><field>Order</field><field>N</field><field>1</field><field>32767</field><field /><field /><field /><field /><field>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</field></row><row><field>ListBox</field><field>Value</field><field>N</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The value string associated with this item. Selecting the line will set the associated property to this value.</field></row><row><field>ListBox</field><field>Text</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.</field></row><row><field>Media</field><field>DiskId</field><field>N</field><field>1</field><field>32767</field><field /><field /><field /><field /><field>Primary key, integer to determine sort order for table.</field></row><row><field>Media</field><field>LastSequence</field><field>N</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>File sequence number for the last file for this media.</field></row><row><field>Media</field><field>DiskPrompt</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Disk name: the visible text actually printed on the disk.  This will be used to prompt the user when this disk needs to be inserted.</field></row><row><field>Media</field><field>Cabinet</field><field>Y</field><field /><field /><field /><field /><field>Cabinet</field><field /><field>If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.</field></row><row><field>Media</field><field>VolumeLabel</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The label attributed to the volume.</field></row><row><field>Media</field><field>Source</field><field>Y</field><field /><field /><field /><field /><field>Property</field><field /><field>The property defining the location of the cabinet file.</field></row><row><field>MsiFileHash</field><field>File_</field><field>N</field><field /><field /><field>File</field><field>1</field><field>Identifier</field><field /><field>Primary key, foreign key into File table referencing file with this hash</field></row><row><field>MsiFileHash</field><field>Options</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Various options and attributes for this hash.</field></row><row><field>MsiFileHash</field><field>HashPart1</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart2</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart3</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart4</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>Property</field><field>Property</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of property, uppercase if settable by launcher or loader.</field></row><row><field>Property</field><field>Value</field><field>N</field><field /><field /><field /><field /><field>Text</field><field /><field>String value for property.  Never null or empty.</field></row><row><field>RadioButton</field><field>Property</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.</field></row><row><field>RadioButton</field><field>Order</field><field>N</field><field>1</field><field>32767</field><field /><field /><field /><field /><field>A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.</field></row><row><field>RadioButton</field><field>Value</field><field>N</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The value string associated with this button. Selecting the button will set the associated property to this value.</field></row><row><field>RadioButton</field><field>X</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.</field></row><row><field>RadioButton</field><field>Y</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.</field></row><row><field>RadioButton</field><field>Width</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The width of the button.</field></row><row><field>RadioButton</field><field>Height</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The height of the button.</field></row><row><field>RadioButton</field><field>Text</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The visible title to be assigned to the radio button.</field></row><row><field>RadioButton</field><field>Help</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The help strings used with the button. The text is optional.</field></row><row><field>Registry</field><field>Registry</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key, non-localized token.</field></row><row><field>Registry</field><field>Root</field><field>N</field><field>-1</field><field>3</field><field /><field /><field /><field /><field>The predefined root key for the registry value, one of rrkEnum.</field></row><row><field>Registry</field><field>Key</field><field>N</field><field /><field /><field /><field /><field>RegPath</field><field /><field>The key for the registry value.</field></row><row><field>Registry</field><field>Name</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The registry value name.</field></row><row><field>Registry</field><field>Value</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The registry value.</field></row><row><field>Registry</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the Component table referencing component that controls the installing of the registry value.</field></row><row><field>RemoveFile</field><field>FileKey</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key used to identify a particular file entry</field></row><row><field>RemoveFile</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key referencing Component that controls the file to be removed.</field></row><row><field>RemoveFile</field><field>FileName</field><field>Y</field><field /><field /><field /><field /><field>WildCardFilename</field><field /><field>Name of the file to be removed.</field></row><row><field>RemoveFile</field><field>DirProperty</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.</field></row><row><field>RemoveFile</field><field>InstallMode</field><field>N</field><field /><field /><field /><field /><field /><field>1;2;3</field><field>Installation option, one of iimEnum.</field></row><row><field>Shortcut</field><field>Shortcut</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key, non-localized token.</field></row><row><field>Shortcut</field><field>Directory_</field><field>N</field><field /><field /><field>Directory</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the Directory table denoting the directory where the shortcut file is created.</field></row><row><field>Shortcut</field><field>Name</field><field>N</field><field /><field /><field /><field /><field>Filename</field><field /><field>The name of the shortcut to be created.</field></row><row><field>Shortcut</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.</field></row><row><field>Shortcut</field><field>Target</field><field>N</field><field /><field /><field /><field /><field>Shortcut</field><field /><field>The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.</field></row><row><field>Shortcut</field><field>Arguments</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The command-line arguments for the shortcut.</field></row><row><field>Shortcut</field><field>Description</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The description for the shortcut.</field></row><row><field>Shortcut</field><field>Hotkey</field><field>Y</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. </field></row><row><field>Shortcut</field><field>Icon_</field><field>Y</field><field /><field /><field>Icon</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the File table denoting the external icon file for the shortcut.</field></row><row><field>Shortcut</field><field>IconIndex</field><field>Y</field><field>-32767</field><field>32767</field><field /><field /><field /><field /><field>The icon index for the shortcut.</field></row><row><field>Shortcut</field><field>ShowCmd</field><field>Y</field><field /><field /><field /><field /><field /><field>1;3;7</field><field>The show command for the application window.The following values may be used.</field></row><row><field>Shortcut</field><field>WkDir</field><field>Y</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of property defining location of working directory.</field></row><row><field>Shortcut</field><field>DisplayResourceDLL</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The Formatted string providing the full path to the language neutral file containing the MUI Manifest.</field></row><row><field>Shortcut</field><field>DisplayResourceId</field><field>Y</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The display name index for the shortcut. This must be a non-negative number.</field></row><row><field>Shortcut</field><field>DescriptionResourceDLL</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The Formatted string providing the full path to the language neutral file containing the MUI Manifest.</field></row><row><field>Shortcut</field><field>DescriptionResourceId</field><field>Y</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The description name index for the shortcut. This must be a non-negative number.</field></row><row><field>TextStyle</field><field>TextStyle</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.</field></row><row><field>TextStyle</field><field>FaceName</field><field>N</field><field /><field /><field /><field /><field>Text</field><field /><field>A string indicating the name of the font used. Required. The string must be at most 31 characters long.</field></row><row><field>TextStyle</field><field>Size</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.</field></row><row><field>TextStyle</field><field>Color</field><field>Y</field><field>0</field><field>16777215</field><field /><field /><field /><field /><field>A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).</field></row><row><field>TextStyle</field><field>StyleBits</field><field>Y</field><field>0</field><field>15</field><field /><field /><field /><field /><field>A combination of style bits.</field></row><row><field>UIText</field><field>Key</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>A unique key that identifies the particular string.</field></row><row><field>UIText</field><field>Text</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The localized version of the string.</field></row></table><table name="ActionText" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*5"><field>InstallValidate</field><field>Validating install</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*6"><field>InstallFiles</field><field>Copying new files</field><field>File: [1],  Directory: [9],  Size: [6]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*7"><field>InstallAdminPackage</field><field>Copying network install files</field><field>File: [1], Directory: [9], Size: [6]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*8"><field>FileCost</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*9"><field>CostInitialize</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*10"><field>CostFinalize</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*11"><field>CreateShortcuts</field><field>Creating shortcuts</field><field>Shortcut: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*12"><field>PublishComponents</field><field>Publishing Qualified Components</field><field>Component ID: [1], Qualifier: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*13"><field>PublishFeatures</field><field>Publishing Product Features</field><field>Feature: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*14"><field>PublishProduct</field><field>Publishing product information</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*15"><field>RegisterClassInfo</field><field>Registering Class servers</field><field>Class Id: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*16"><field>RegisterExtensionInfo</field><field>Registering extension servers</field><field>Extension: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*17"><field>RegisterMIMEInfo</field><field>Registering MIME info</field><field>MIME Content Type: [1], Extension: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*18"><field>RegisterProgIdInfo</field><field>Registering program identifiers</field><field>ProgId: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*19"><field>AllocateRegistrySpace</field><field>Allocating registry space</field><field>Free space: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*20"><field>AppSearch</field><field>Searching for installed applications</field><field>Property: [1], Signature: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*21"><field>BindImage</field><field>Binding executables</field><field>File: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*22"><field>CCPSearch</field><field>Searching for qualifying products</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*23"><field>CreateFolders</field><field>Creating folders</field><field>Folder: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*24"><field>DeleteServices</field><field>Deleting services</field><field>Service: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*25"><field>DuplicateFiles</field><field>Creating duplicate files</field><field>File: [1],  Directory: [9],  Size: [6]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*26"><field>FindRelatedProducts</field><field>Searching for related applications</field><field>Found application: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*27"><field>InstallODBC</field><field>Installing ODBC components</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*28"><field>InstallServices</field><field>Installing new services</field><field>Service: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*29"><field>LaunchConditions</field><field>Evaluating launch conditions</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*30"><field>MigrateFeatureStates</field><field>Migrating feature states from related applications</field><field>Application: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*31"><field>MoveFiles</field><field>Moving files</field><field>File: [1],  Directory: [9],  Size: [6]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*32"><field>PatchFiles</field><field>Patching files</field><field>File: [1],  Directory: [2],  Size: [3]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*33"><field>ProcessComponents</field><field>Updating component registration</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*34"><field>RegisterComPlus</field><field>Registering COM+ Applications and Components</field><field>AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*35"><field>RegisterFonts</field><field>Registering fonts</field><field>Font: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*36"><field>RegisterProduct</field><field>Registering product</field><field>[1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*37"><field>RegisterTypeLibraries</field><field>Registering type libraries</field><field>LibID: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*38"><field>RegisterUser</field><field>Registering user</field><field>[1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*39"><field>RemoveDuplicateFiles</field><field>Removing duplicated files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*40"><field>RemoveEnvironmentStrings</field><field>Updating environment strings</field><field>Name: [1], Value: [2], Action [3]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*41"><field>RemoveExistingProducts</field><field>Removing applications</field><field>Application: [1], Command line: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*42"><field>RemoveFiles</field><field>Removing files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*43"><field>RemoveFolders</field><field>Removing folders</field><field>Folder: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*44"><field>RemoveIniValues</field><field>Removing INI files entries</field><field>File: [1],  Section: [2],  Key: [3], Value: [4]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*45"><field>RemoveODBC</field><field>Removing ODBC components</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*46"><field>RemoveRegistryValues</field><field>Removing system registry values</field><field>Key: [1], Name: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*47"><field>RemoveShortcuts</field><field>Removing shortcuts</field><field>Shortcut: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*48"><field>RMCCPSearch</field><field>Searching for qualifying products</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*49"><field>SelfRegModules</field><field>Registering modules</field><field>File: [1], Folder: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*50"><field>SelfUnregModules</field><field>Unregistering modules</field><field>File: [1], Folder: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*51"><field>SetODBCFolders</field><field>Initializing ODBC directories</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*52"><field>StartServices</field><field>Starting services</field><field>Service: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*53"><field>StopServices</field><field>Stopping services</field><field>Service: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*54"><field>UnpublishComponents</field><field>Unpublishing Qualified Components</field><field>Component ID: [1], Qualifier: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*55"><field>UnpublishFeatures</field><field>Unpublishing Product Features</field><field>Feature: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*56"><field>UnregisterClassInfo</field><field>Unregister Class servers</field><field>Class Id: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*57"><field>UnregisterComPlus</field><field>Unregistering COM+ Applications and Components</field><field>AppId: [1]{{, AppType: [2]}}</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*58"><field>UnregisterExtensionInfo</field><field>Unregistering extension servers</field><field>Extension: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*59"><field>UnregisterFonts</field><field>Unregistering fonts</field><field>Font: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*60"><field>UnregisterMIMEInfo</field><field>Unregistering MIME info</field><field>MIME Content Type: [1], Extension: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*61"><field>UnregisterProgIdInfo</field><field>Unregistering program identifiers</field><field>ProgId: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*62"><field>UnregisterTypeLibraries</field><field>Unregistering type libraries</field><field>LibID: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*63"><field>WriteEnvironmentStrings</field><field>Updating environment strings</field><field>Name: [1], Value: [2], Action [3]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*64"><field>WriteIniValues</field><field>Writing INI files values</field><field>File: [1],  Section: [2],  Key: [3], Value: [4]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*65"><field>WriteRegistryValues</field><field>Writing system registry values</field><field>Key: [1], Name: [2], Value: [3]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*66"><field>Advertise</field><field>Advertising application</field><field /></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*67"><field>GenerateScript</field><field>Generating script operations for action:</field><field>[1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*68"><field>InstallSFPCatalogFile</field><field>Installing system catalog</field><field>File: [1],  Dependencies: [2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*69"><field>MsiPublishAssemblies</field><field>Publishing assembly information</field><field>Application Context:[1], Assembly Name:[2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*70"><field>MsiUnpublishAssemblies</field><field>Unpublishing assembly information</field><field>Application Context:[1], Assembly Name:[2]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*71"><field>Rollback</field><field>Rolling back action:</field><field>[1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*72"><field>RollbackCleanup</field><field>Removing backup files</field><field>File: [1]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*73"><field>UnmoveFiles</field><field>Removing moved files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*74"><field>UnpublishProduct</field><field>Unpublishing product information</field><field /></row></table><table name="AdminExecuteSequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>CostInitialize</field><field /><field>800</field></row><row><field>FileCost</field><field /><field>900</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>InstallValidate</field><field /><field>1400</field></row><row><field>InstallInitialize</field><field /><field>1500</field></row><row><field>InstallAdminPackage</field><field /><field>3900</field></row><row><field>InstallFiles</field><field /><field>4000</field></row><row><field>InstallFinalize</field><field /><field>6600</field></row></table><table name="AdminUISequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*547"><field>FatalError</field><field /><field>-3</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*546"><field>UserExit</field><field /><field>-2</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*545"><field>ExitDialog</field><field /><field>-1</field></row><row><field>CostInitialize</field><field /><field>800</field></row><row><field>FileCost</field><field /><field>900</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>ExecuteAction</field><field /><field>1300</field></row></table><table name="AdvtExecuteSequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>CostInitialize</field><field /><field>800</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>InstallValidate</field><field /><field>1400</field></row><row><field>InstallInitialize</field><field /><field>1500</field></row><row><field>CreateShortcuts</field><field /><field>4500</field></row><row><field>PublishFeatures</field><field /><field>6300</field></row><row><field>PublishProduct</field><field /><field>6400</field></row><row><field>InstallFinalize</field><field /><field>6600</field></row></table><table name="Binary" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*508"><field>Icon_Information</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\info.ico</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*509"><field>Image_SideBanner</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\dlgbmp.bmp</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*510"><field>Image_TopBanner</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\bannrbmp.bmp</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*511"><field>Icon_Up</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\Up.ico</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*512"><field>Icon_New</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\New.ico</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*513"><field>Icon_Exclamation</field><field>C:\Program Files (x86)\MSI Factory\UI\Default\exclamic.ico</field></row></table><table name="Component" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.2" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*51"><field>ATPP_New.application</field><field>{EF21C570-E326-49B3-A067-23A724AB91EA}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.application</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*58"><field>ATPP_New.exe</field><field>{5EEF8193-EB80-4125-8EBD-1FAC3D027776}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.exe</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*63"><field>sufupscid_0001</field><field>{A2341815-6CC0-4EAE-8DDE-EF73C0B265BE}</field><field>TARGETDIR</field><field>4</field><field /><field>reg3FD6D754F98B9FCDABA7BB96C93587E7</field></row><row sectionId="wix.section.4" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*74"><field>ATPP_New.exe.manifest</field><field>{E41BC799-2F1E-4CFB-83F0-E2021539DDAC}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.exe.manifest</field></row><row sectionId="wix.section.5" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*81"><field>ATPP_New.pdb</field><field>{5DBC86E3-9AD8-4B9A-B8D0-06E061137DE9}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.pdb</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*88"><field>ATPP_New.vshost.exe</field><field>{14B7EE06-2B11-4251-ABFC-770DD7AEA259}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.vshost.exe</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*93"><field>sufupscid_0002</field><field>{F8635FC5-B6B9-4E14-A44E-408097472CBF}</field><field>TARGETDIR</field><field>4</field><field /><field>reg0DA390EEF140276AFC4413AE75B8AB16</field></row><row sectionId="wix.section.7" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*102"><field>ATPP_New.vshost.exe.config</field><field>{08F558E3-3D1E-462D-B0EA-648336C0176F}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.vshost.exe.config</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*109"><field>Telerik.Reporting.dll</field><field>{49F4C4DF-5F2F-47C7-8A8C-E7FD2DFAC2E9}</field><field>INSTALLDIR</field><field>0</field><field /><field>Telerik.Reporting.dll</field></row><row sectionId="wix.section.9" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*116"><field>Telerik.ReportViewer.WinForms.dll</field><field>{B1F267D1-DF04-4B50-9FEA-A7D11B626DF8}</field><field>INSTALLDIR</field><field>0</field><field /><field>Telerik.ReportViewer.WinForms.</field></row><row sectionId="wix.section.10" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*123"><field>ATPP_New.exe.config</field><field>{A4073B5D-3C0F-4BE7-8D80-017F31E438DA}</field><field>INSTALLDIR</field><field>0</field><field /><field>ATPP_New.exe.config</field></row></table><table name="Control" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*6"><field>WelcomeDlg</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Next</field><field>Cancel</field><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*9"><field>WelcomeDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*12"><field>WelcomeDlg</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*13"><field>WelcomeDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Next</field><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*14"><field>WelcomeDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*15"><field>WelcomeDlg</field><field>Description</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>60</field><field>196611</field><field /><field>The setup will install [ProductName] on your computer. Click Next to continue or Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*16"><field>WelcomeDlg</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}Welcome to the [ProductName] Setup</field><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*69"><field>InstallDirDlg</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Next</field><field>Back</field><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*72"><field>InstallDirDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Back</field><field>Cancel</field><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*75"><field>InstallDirDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*79"><field>InstallDirDlg</field><field>Description</field><field>Text</field><field>25</field><field>23</field><field>280</field><field>15</field><field>196611</field><field /><field>Where would you like [ProductName] to be installed?</field><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*80"><field>InstallDirDlg</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Destination Folder</field><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*81"><field>InstallDirDlg</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>Folder</field><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*82"><field>InstallDirDlg</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*83"><field>InstallDirDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*85"><field>InstallDirDlg</field><field>FolderLabel</field><field>Text</field><field>20</field><field>60</field><field>290</field><field>30</field><field>3</field><field /><field>Install [ProductName] to:</field><field /><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*86"><field>InstallDirDlg</field><field>Folder</field><field>PathEdit</field><field>20</field><field>100</field><field>320</field><field>18</field><field>11</field><field>MSIFACT_INSTALLDIR</field><field /><field>ChangeFolder</field><field /></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*90"><field>InstallDirDlg</field><field>ChangeFolder</field><field>PushButton</field><field>20</field><field>120</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Change...</field><field>Next</field><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*100"><field>VerifyReadyDlgInstall</field><field>Install</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>8388611</field><field /><field>&amp;Install</field><field>Cancel</field><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*108"><field>VerifyReadyDlgInstall</field><field>InstallTitle</field><field>Text</field><field>15</field><field>15</field><field>300</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Ready to install [ProductName]</field><field /><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*110"><field>VerifyReadyDlgInstall</field><field>InstallText</field><field>Text</field><field>25</field><field>70</field><field>320</field><field>80</field><field>3</field><field /><field>Click Install to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*113"><field>VerifyReadyDlgInstall</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Back</field><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*116"><field>VerifyReadyDlgInstall</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Back</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*119"><field>VerifyReadyDlgInstall</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>Install</field><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*120"><field>VerifyReadyDlgInstall</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*121"><field>VerifyReadyDlgInstall</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*128"><field>OutOfRbDiskDlg</field><field>No</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;No</field><field>Yes</field><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*131"><field>OutOfRbDiskDlg</field><field>Yes</field><field>PushButton</field><field>240</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Yes</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*135"><field>OutOfRbDiskDlg</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>No</field><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*136"><field>OutOfRbDiskDlg</field><field>Text</field><field>Text</field><field>20</field><field>53</field><field>330</field><field>40</field><field>3</field><field /><field>The highlighted volumes do not have enough disk space available for the currently selected features. You can remove some files from the highlighted volumes, install fewer features, or select a different destination drive.</field><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*137"><field>OutOfRbDiskDlg</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*138"><field>OutOfRbDiskDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*139"><field>OutOfRbDiskDlg</field><field>Description</field><field>Text</field><field>20</field><field>20</field><field>280</field><field>20</field><field>196611</field><field /><field>Disk space required for the installation exceeds available disk space.</field><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*140"><field>OutOfRbDiskDlg</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Out of Disk Space</field><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*141"><field>OutOfRbDiskDlg</field><field>VolumeList</field><field>VolumeCostList</field><field>20</field><field>159</field><field>330</field><field>68</field><field>4587527</field><field /><field>{120}{70}{70}{70}{70}</field><field /><field /></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*142"><field>OutOfRbDiskDlg</field><field>Text2</field><field>Text</field><field>20</field><field>94</field><field>330</field><field>62</field><field>3</field><field /><field>Alternatively, you may choose to disable the installer's rollback functionality. Disabling rollback prevents the installer from restoring your computer's original state should the installation be interrupted in any way. Click Yes if you wish to take the risk of disabling rollback.</field><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*149"><field>OutOfDiskDlg</field><field>OK</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>OK</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*152"><field>OutOfDiskDlg</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>OK</field><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*153"><field>OutOfDiskDlg</field><field>Text</field><field>Text</field><field>20</field><field>53</field><field>330</field><field>40</field><field>3</field><field /><field>The highlighted volumes do not have enough disk space available for the currently selected features. You can remove some files from the highlighted volumes, install fewer features, or select a different destination drive.</field><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*154"><field>OutOfDiskDlg</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*155"><field>OutOfDiskDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*156"><field>OutOfDiskDlg</field><field>Description</field><field>Text</field><field>20</field><field>20</field><field>280</field><field>20</field><field>196611</field><field /><field>Disk space required for the installation exceeds available disk space.</field><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*157"><field>OutOfDiskDlg</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Out of Disk Space</field><field /><field /></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*158"><field>OutOfDiskDlg</field><field>VolumeList</field><field>VolumeCostList</field><field>20</field><field>100</field><field>330</field><field>120</field><field>393223</field><field /><field>{120}{70}{70}{70}{70}</field><field /><field /></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*23"><field>CancelDlg</field><field>No</field><field>PushButton</field><field>132</field><field>57</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;No</field><field>Yes</field><field /></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*26"><field>CancelDlg</field><field>Yes</field><field>PushButton</field><field>72</field><field>57</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Yes</field><field>No</field><field /></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*29"><field>CancelDlg</field><field>Text</field><field>Text</field><field>48</field><field>15</field><field>194</field><field>30</field><field>3</field><field /><field>Are you sure you want to cancel the [ProductName] installation?</field><field /><field /></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*30"><field>CancelDlg</field><field>Icon</field><field>Icon</field><field>15</field><field>15</field><field>24</field><field>24</field><field>5242881</field><field /><field>Icon_Information</field><field /><field>Information icon|</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*37"><field>BrowseDlg</field><field>PathEdit</field><field>PathEdit</field><field>25</field><field>202</field><field>320</field><field>18</field><field>11</field><field>_BrowseProperty</field><field /><field>OK</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*38"><field>BrowseDlg</field><field>OK</field><field>PushButton</field><field>240</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>OK</field><field>Cancel</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*42"><field>BrowseDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>ComboLabel</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*46"><field>BrowseDlg</field><field>ComboLabel</field><field>Text</field><field>25</field><field>58</field><field>44</field><field>10</field><field>3</field><field /><field>&amp;Look in:</field><field>DirectoryCombo</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*47"><field>BrowseDlg</field><field>DirectoryCombo</field><field>DirectoryCombo</field><field>70</field><field>55</field><field>220</field><field>80</field><field>393227</field><field>_BrowseProperty</field><field /><field>Button_Bmp_Up</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*50"><field>BrowseDlg</field><field>Button_Bmp_Up</field><field>PushButton</field><field>298</field><field>55</field><field>19</field><field>19</field><field>3670019</field><field /><field>Icon_Up</field><field>NewFolder</field><field>Up one level|</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*53"><field>BrowseDlg</field><field>NewFolder</field><field>PushButton</field><field>325</field><field>55</field><field>19</field><field>19</field><field>3670019</field><field /><field>Icon_New</field><field>DirectoryList</field><field>Create a new folder|</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*56"><field>BrowseDlg</field><field>DirectoryList</field><field>DirectoryList</field><field>25</field><field>83</field><field>320</field><field>98</field><field>15</field><field>_BrowseProperty</field><field /><field>PathLabel</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*57"><field>BrowseDlg</field><field>PathLabel</field><field>Text</field><field>25</field><field>190</field><field>320</field><field>10</field><field>3</field><field /><field>&amp;Folder name:</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*58"><field>BrowseDlg</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>PathEdit</field><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*59"><field>BrowseDlg</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*60"><field>BrowseDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*61"><field>BrowseDlg</field><field>Description</field><field>Text</field><field>25</field><field>23</field><field>280</field><field>15</field><field>196611</field><field /><field>Browse to the destination folder</field><field /><field /></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*62"><field>BrowseDlg</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Change destination folder</field><field /><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*165"><field>MaintenanceWelcomeDlg</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Next</field><field>Cancel</field><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*169"><field>MaintenanceWelcomeDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*172"><field>MaintenanceWelcomeDlg</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*173"><field>MaintenanceWelcomeDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Next</field><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*174"><field>MaintenanceWelcomeDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*175"><field>MaintenanceWelcomeDlg</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}Welcome to the [ProductName] Setup</field><field /><field /></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*176"><field>MaintenanceWelcomeDlg</field><field>Description</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>60</field><field>196611</field><field /><field>This setup wizard allows you to change the way [ProductName] features are installed on your computer or to remove it from your computer. Click Next to continue or Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*183"><field>WaitForCostingDlg</field><field>Return</field><field>PushButton</field><field>102</field><field>57</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Return</field><field /><field /></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*186"><field>WaitForCostingDlg</field><field>Text</field><field>Text</field><field>48</field><field>15</field><field>194</field><field>30</field><field>3</field><field /><field>Please wait while the installer finishes determining your disk space requirements.</field><field /><field /></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*187"><field>WaitForCostingDlg</field><field>Icon</field><field>Icon</field><field>15</field><field>15</field><field>24</field><field>24</field><field>5242881</field><field /><field>Icon_Exclamation</field><field /><field>Exclamation icon|</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*194"><field>MaintenanceTypeDlgNoChange</field><field>ChangeButton</field><field>PushButton</field><field>40</field><field>65</field><field>80</field><field>17</field><field>1</field><field /><field>&amp;Change</field><field>RepairButton</field><field>Change Installation|</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*196"><field>MaintenanceTypeDlgNoChange</field><field>ChangeDisabledText</field><field>Text</field><field>60</field><field>85</field><field>280</field><field>20</field><field>3</field><field /><field>[ProductName] has no independently selectable features.</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*198"><field>MaintenanceTypeDlgNoChange</field><field>RepairButton</field><field>PushButton</field><field>40</field><field>118</field><field>80</field><field>17</field><field>3</field><field /><field>Re&amp;pair</field><field>RemoveButton</field><field>Repair Installation|</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*203"><field>MaintenanceTypeDlgNoChange</field><field>RepairText</field><field>Text</field><field>60</field><field>138</field><field>280</field><field>30</field><field>3</field><field /><field>Repairs errors in the most recent installation by fixing missing and corrupt files, shortcuts, and registry entries.</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*206"><field>MaintenanceTypeDlgNoChange</field><field>RepairDisabledText</field><field>Text</field><field>60</field><field>138</field><field>280</field><field>30</field><field>2</field><field /><field>[ProductName] cannot be repaired.</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*209"><field>MaintenanceTypeDlgNoChange</field><field>RemoveButton</field><field>PushButton</field><field>40</field><field>171</field><field>80</field><field>17</field><field>3</field><field /><field>&amp;Remove</field><field>Back</field><field>Remove Installation|</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*214"><field>MaintenanceTypeDlgNoChange</field><field>RemoveText</field><field>Text</field><field>60</field><field>191</field><field>280</field><field>20</field><field>3</field><field /><field>Removes [ProductName] from your computer.</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*217"><field>MaintenanceTypeDlgNoChange</field><field>RemoveDisabledText</field><field>Text</field><field>60</field><field>191</field><field>280</field><field>20</field><field>2</field><field /><field>[ProductName] cannot be removed.</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*220"><field>MaintenanceTypeDlgNoChange</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Back</field><field>Next</field><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*223"><field>MaintenanceTypeDlgNoChange</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Next</field><field>Cancel</field><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*224"><field>MaintenanceTypeDlgNoChange</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*227"><field>MaintenanceTypeDlgNoChange</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>ChangeButton</field><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*228"><field>MaintenanceTypeDlgNoChange</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*229"><field>MaintenanceTypeDlgNoChange</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*230"><field>MaintenanceTypeDlgNoChange</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>240</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Change, repair, or remove installation</field><field /><field /></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*231"><field>MaintenanceTypeDlgNoChange</field><field>Description</field><field>Text</field><field>25</field><field>23</field><field>280</field><field>20</field><field>196611</field><field /><field>Select the operation you wish to perform.</field><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*238"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>2</field><field /><field>Re&amp;pair</field><field>Remove</field><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*249"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>2</field><field /><field>&amp;Remove</field><field>Cancel</field><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*258"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RepairTitle</field><field>Text</field><field>15</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Ready to repair [ProductName]</field><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*261"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RepairText</field><field>Text</field><field>25</field><field>70</field><field>320</field><field>80</field><field>2</field><field /><field>Click Repair to repair the installation of [ProductName]. Click Back to review or change any of your installation settings. Click Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*264"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RemoveTitle</field><field>Text</field><field>15</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Ready to remove [ProductName]</field><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*267"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RemoveText</field><field>Text</field><field>25</field><field>70</field><field>320</field><field>80</field><field>2</field><field /><field>Click Remove to remove [ProductName] from your computer. Click Back to review or change any of your installation settings. Click Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*271"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Back</field><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*274"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Back</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*278"><field>MaintenanceVerifyReadyDlgNoChange</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>Repair</field><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*279"><field>MaintenanceVerifyReadyDlgNoChange</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*280"><field>MaintenanceVerifyReadyDlgNoChange</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*287"><field>ResumeDlg</field><field>Install</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>8388611</field><field /><field>&amp;Install</field><field>Cancel</field><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*295"><field>ResumeDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*298"><field>ResumeDlg</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*299"><field>ResumeDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Install</field><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*300"><field>ResumeDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*301"><field>ResumeDlg</field><field>Description</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>30</field><field>196611</field><field /><field>The setup will complete the installation of [ProductName] on your computer. Click Install to continue or Cancel to exit.</field><field /><field /></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*302"><field>ResumeDlg</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}Resuming the [ProductName] Setup</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*309"><field>ProgressDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*312"><field>ProgressDlg</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>Back</field><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*313"><field>ProgressDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Next</field><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*314"><field>ProgressDlg</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Next</field><field>Cancel</field><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*315"><field>ProgressDlg</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*316"><field>ProgressDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*318"><field>ProgressDlg</field><field>TextInstalling</field><field>Text</field><field>35</field><field>65</field><field>300</field><field>20</field><field>2</field><field /><field>Please wait while [ProductName] is installed.</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*321"><field>ProgressDlg</field><field>TitleInstalling</field><field>Text</field><field>20</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Installing [ProductName]</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*324"><field>ProgressDlg</field><field>TextChanging</field><field>Text</field><field>35</field><field>65</field><field>300</field><field>20</field><field>2</field><field /><field>Please wait while [ProductName] is changed.</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*327"><field>ProgressDlg</field><field>TitleChanging</field><field>Text</field><field>20</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Changing [ProductName]</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*330"><field>ProgressDlg</field><field>TextRepairing</field><field>Text</field><field>35</field><field>65</field><field>300</field><field>20</field><field>2</field><field /><field>Please wait while [ProductName] is repaired.</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*333"><field>ProgressDlg</field><field>TitleRepairing</field><field>Text</field><field>20</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Repairing [ProductName]</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*336"><field>ProgressDlg</field><field>TextRemoving</field><field>Text</field><field>35</field><field>65</field><field>300</field><field>20</field><field>2</field><field /><field>Please wait while [ProductName] is removed.</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*339"><field>ProgressDlg</field><field>TitleRemoving</field><field>Text</field><field>20</field><field>15</field><field>300</field><field>15</field><field>196610</field><field /><field>{\UI_Font_Title}Removing [ProductName]</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*342"><field>ProgressDlg</field><field>ActionText</field><field>Text</field><field>70</field><field>100</field><field>265</field><field>10</field><field>3</field><field /><field /><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*345"><field>ProgressDlg</field><field>ProgressBar</field><field>ProgressBar</field><field>35</field><field>115</field><field>300</field><field>10</field><field>65537</field><field /><field>Progress done</field><field /><field /></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*348"><field>ProgressDlg</field><field>StatusLabel</field><field>Text</field><field>35</field><field>100</field><field>35</field><field>10</field><field>3</field><field /><field>Status:</field><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*355"><field>PrepareDlg</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*358"><field>PrepareDlg</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Cancel</field><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*359"><field>PrepareDlg</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*360"><field>PrepareDlg</field><field>Description</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>20</field><field>196611</field><field /><field>Please wait while the setup prepares to guide you through the installation.</field><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*361"><field>PrepareDlg</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}Welcome to the [ProductName] Setup</field><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*362"><field>PrepareDlg</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*363"><field>PrepareDlg</field><field>Next</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Next</field><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*364"><field>PrepareDlg</field><field>ActionData</field><field>Text</field><field>135</field><field>125</field><field>220</field><field>30</field><field>196611</field><field /><field /><field /><field /></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*367"><field>PrepareDlg</field><field>ActionText</field><field>Text</field><field>135</field><field>100</field><field>220</field><field>20</field><field>196611</field><field /><field /><field /><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*376"><field>ExitDialog</field><field>Finish</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Finish</field><field>Cancel</field><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*379"><field>ExitDialog</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*380"><field>ExitDialog</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*381"><field>ExitDialog</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Finish</field><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*382"><field>ExitDialog</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*383"><field>ExitDialog</field><field>Description</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>20</field><field>196611</field><field /><field>Click the Finish button to exit.</field><field /><field /></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*384"><field>ExitDialog</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}Completed the [ProductName] installation</field><field /><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*391"><field>UserExit</field><field>Finish</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Finish</field><field>Cancel</field><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*394"><field>UserExit</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*395"><field>UserExit</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*396"><field>UserExit</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Finish</field><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*397"><field>UserExit</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*398"><field>UserExit</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}[ProductName] Setup was interrupted</field><field /><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*399"><field>UserExit</field><field>Description1</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>40</field><field>196611</field><field /><field>[ProductName] setup was interrupted. Your system has not been modified. To install this program at a later time, please run the setup again.</field><field /><field /></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*400"><field>UserExit</field><field>Description2</field><field>Text</field><field>135</field><field>115</field><field>220</field><field>20</field><field>196611</field><field /><field>Click the Finish button to exit.</field><field /><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*407"><field>FatalError</field><field>Finish</field><field>PushButton</field><field>236</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Finish</field><field>Cancel</field><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*410"><field>FatalError</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>Cancel</field><field>Bitmap</field><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*411"><field>FatalError</field><field>Bitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>234</field><field>1</field><field /><field>Image_SideBanner</field><field>Back</field><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*412"><field>FatalError</field><field>Back</field><field>PushButton</field><field>180</field><field>243</field><field>56</field><field>17</field><field>1</field><field /><field>&amp;Back</field><field>Finish</field><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*413"><field>FatalError</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*414"><field>FatalError</field><field>Title</field><field>Text</field><field>135</field><field>20</field><field>220</field><field>60</field><field>196611</field><field /><field>{\UI_Font_Bigger}[ProductName] setup ended prematurely</field><field /><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*415"><field>FatalError</field><field>Description1</field><field>Text</field><field>135</field><field>70</field><field>220</field><field>40</field><field>196611</field><field /><field>[ProductName] setup ended prematurely because of an error. Your system has not been modified. To install this program at a later time, run this setup again.</field><field /><field /></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*416"><field>FatalError</field><field>Description2</field><field>Text</field><field>135</field><field>115</field><field>220</field><field>20</field><field>196611</field><field /><field>Click the Finish button to exit.</field><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*423"><field>FilesInUse</field><field>Retry</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Retry</field><field>Ignore</field><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*426"><field>FilesInUse</field><field>Ignore</field><field>PushButton</field><field>235</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Ignore</field><field>Exit</field><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*429"><field>FilesInUse</field><field>Exit</field><field>PushButton</field><field>166</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>E&amp;xit</field><field>BannerBitmap</field><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*432"><field>FilesInUse</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>Retry</field><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*433"><field>FilesInUse</field><field>Text</field><field>Text</field><field>20</field><field>55</field><field>330</field><field>30</field><field>3</field><field /><field>The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Exit to exit it.</field><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*434"><field>FilesInUse</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*435"><field>FilesInUse</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*436"><field>FilesInUse</field><field>Description</field><field>Text</field><field>20</field><field>23</field><field>280</field><field>20</field><field>196611</field><field /><field>Some files that need to be updated are currently in use.</field><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*437"><field>FilesInUse</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Files in Use</field><field /><field /></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*438"><field>FilesInUse</field><field>List</field><field>ListBox</field><field>20</field><field>87</field><field>330</field><field>130</field><field>7</field><field>FileInUseProcess</field><field /><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*445"><field>ErrorDlg</field><field>ErrorText</field><field>Text</field><field>48</field><field>15</field><field>205</field><field>60</field><field>3</field><field /><field>Information text</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*446"><field>ErrorDlg</field><field>Y</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Yes</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*449"><field>ErrorDlg</field><field>A</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*452"><field>ErrorDlg</field><field>C</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*455"><field>ErrorDlg</field><field>ErrorIcon</field><field>Icon</field><field>15</field><field>15</field><field>24</field><field>24</field><field>5242881</field><field /><field>Icon_Exclamation</field><field /><field>Information icon|</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*456"><field>ErrorDlg</field><field>I</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Ignore</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*459"><field>ErrorDlg</field><field>N</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;No</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*462"><field>ErrorDlg</field><field>O</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>OK</field><field /><field /></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*465"><field>ErrorDlg</field><field>R</field><field>PushButton</field><field>100</field><field>80</field><field>56</field><field>17</field><field>3</field><field /><field>&amp;Retry</field><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*476"><field>MsiRMFilesInUse</field><field>OK</field><field>PushButton</field><field>240</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>OK</field><field>Cancel</field><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*480"><field>MsiRMFilesInUse</field><field>Cancel</field><field>PushButton</field><field>304</field><field>243</field><field>56</field><field>17</field><field>3</field><field /><field>Cancel</field><field>ShutdownOption</field><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*484"><field>MsiRMFilesInUse</field><field>ShutdownOption</field><field>RadioButtonGroup</field><field>34</field><field>176</field><field>305</field><field>52</field><field>3</field><field>MSIFACTUIRMOption</field><field /><field>BannerBitmap</field><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*491"><field>MsiRMFilesInUse</field><field>List</field><field>ListBox</field><field>20</field><field>89</field><field>330</field><field>84</field><field>7</field><field>FileInUseProcess</field><field /><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*492"><field>MsiRMFilesInUse</field><field>BannerBitmap</field><field>Bitmap</field><field>0</field><field>0</field><field>370</field><field>44</field><field>1</field><field /><field>Image_TopBanner</field><field>OK</field><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*493"><field>MsiRMFilesInUse</field><field>Text</field><field>Text</field><field>20</field><field>55</field><field>332</field><field>33</field><field>3</field><field /><field>The following applications are using files that need to be updated by this setup. You can let the setup close them and attempt to restart them or reboot the machine later.</field><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*494"><field>MsiRMFilesInUse</field><field>BannerLine</field><field>Line</field><field>0</field><field>44</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*495"><field>MsiRMFilesInUse</field><field>BottomLine</field><field>Line</field><field>0</field><field>234</field><field>370</field><field>0</field><field>1</field><field /><field /><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*496"><field>MsiRMFilesInUse</field><field>Description</field><field>Text</field><field>20</field><field>23</field><field>280</field><field>20</field><field>196611</field><field /><field>Some files that need to be updated are currently in use.</field><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*497"><field>MsiRMFilesInUse</field><field>Title</field><field>Text</field><field>15</field><field>6</field><field>200</field><field>15</field><field>196611</field><field /><field>{\UI_Font_Title}Files in Use</field><field /><field /></row></table><table name="ControlCondition" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*201"><field>MaintenanceTypeDlgNoChange</field><field>RepairButton</field><field>Disable</field><field>ARPNOREPAIR</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*204"><field>MaintenanceTypeDlgNoChange</field><field>RepairText</field><field>Hide</field><field>ARPNOREPAIR</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*207"><field>MaintenanceTypeDlgNoChange</field><field>RepairDisabledText</field><field>Show</field><field>ARPNOREPAIR</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*212"><field>MaintenanceTypeDlgNoChange</field><field>RemoveButton</field><field>Disable</field><field>ARPNOREMOVE</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*215"><field>MaintenanceTypeDlgNoChange</field><field>RemoveText</field><field>Hide</field><field>ARPNOREMOVE</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*218"><field>MaintenanceTypeDlgNoChange</field><field>RemoveDisabledText</field><field>Show</field><field>ARPNOREMOVE</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*239"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>Show</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*240"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>Default</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*250"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>Show</field><field>MSIFACTUI_InstallMode = "Remove"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*259"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RepairTitle</field><field>Show</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*262"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RepairText</field><field>Show</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*265"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RemoveTitle</field><field>Show</field><field>MSIFACTUI_InstallMode = "Remove"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*268"><field>MaintenanceVerifyReadyDlgNoChange</field><field>RemoveText</field><field>Show</field><field>MSIFACTUI_InstallMode = "Remove"</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*275"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Back</field><field>Default</field><field>MSIFACTUI_InstallMode = "Remove"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*319"><field>ProgressDlg</field><field>TextInstalling</field><field>Show</field><field>NOT Installed OR (Installed AND (RESUME OR Preselected) AND NOT PATCH)</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*322"><field>ProgressDlg</field><field>TitleInstalling</field><field>Show</field><field>NOT Installed OR (Installed AND (RESUME OR Preselected) AND NOT PATCH)</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*325"><field>ProgressDlg</field><field>TextChanging</field><field>Show</field><field>MSIFACTUI_InstallMode = "Change"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*328"><field>ProgressDlg</field><field>TitleChanging</field><field>Show</field><field>MSIFACTUI_InstallMode = "Change"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*331"><field>ProgressDlg</field><field>TextRepairing</field><field>Show</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*334"><field>ProgressDlg</field><field>TitleRepairing</field><field>Show</field><field>MSIFACTUI_InstallMode = "Repair"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*337"><field>ProgressDlg</field><field>TextRemoving</field><field>Show</field><field>MSIFACTUI_InstallMode = "Remove"</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*340"><field>ProgressDlg</field><field>TitleRemoving</field><field>Show</field><field>MSIFACTUI_InstallMode = "Remove"</field></row></table><table name="ControlEvent" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*7"><field>WelcomeDlg</field><field>Next</field><field>NewDialog</field><field>InstallDirDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*10"><field>WelcomeDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*70"><field>InstallDirDlg</field><field>Next</field><field>NewDialog</field><field>VerifyReadyDlgInstall</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*73"><field>InstallDirDlg</field><field>Back</field><field>NewDialog</field><field>WelcomeDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*76"><field>InstallDirDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*87"><field>InstallDirDlg</field><field>Folder</field><field>SetTargetPath</field><field>INSTALLDIR</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*88"><field>InstallDirDlg</field><field>Folder</field><field>[TARGETDIR]</field><field>[INSTALLDIR]</field><field>1</field><field>2</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*91"><field>InstallDirDlg</field><field>ChangeFolder</field><field>[_BrowseProperty]</field><field>[MSIFACT_INSTALLDIR]</field><field>1</field><field>1</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*92"><field>InstallDirDlg</field><field>ChangeFolder</field><field>SpawnDialog</field><field>BrowseDlg</field><field>1</field><field>2</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*101"><field>VerifyReadyDlgInstall</field><field>Install</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>1</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*102"><field>VerifyReadyDlgInstall</field><field>Install</field><field>SpawnDialog</field><field>OutOfRbDiskDlg</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</field><field>2</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*103"><field>VerifyReadyDlgInstall</field><field>Install</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>3</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*104"><field>VerifyReadyDlgInstall</field><field>Install</field><field>EnableRollback</field><field>False</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>4</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*105"><field>VerifyReadyDlgInstall</field><field>Install</field><field>SpawnDialog</field><field>OutOfDiskDlg</field><field>(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</field><field>5</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*114"><field>VerifyReadyDlgInstall</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*117"><field>VerifyReadyDlgInstall</field><field>Back</field><field>NewDialog</field><field>InstallDirDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*129"><field>OutOfRbDiskDlg</field><field>No</field><field>EndDialog</field><field>Return</field><field>1</field><field>1</field></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*132"><field>OutOfRbDiskDlg</field><field>Yes</field><field>EnableRollback</field><field>False</field><field>1</field><field>1</field></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*133"><field>OutOfRbDiskDlg</field><field>Yes</field><field>EndDialog</field><field>Return</field><field>1</field><field>2</field></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*150"><field>OutOfDiskDlg</field><field>OK</field><field>EndDialog</field><field>Return</field><field>1</field><field>1</field></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*24"><field>CancelDlg</field><field>No</field><field>EndDialog</field><field>Return</field><field>1</field><field>1</field></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*27"><field>CancelDlg</field><field>Yes</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*39"><field>BrowseDlg</field><field>OK</field><field>SetTargetPath</field><field>[_BrowseProperty]</field><field>1</field><field>1</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*40"><field>BrowseDlg</field><field>OK</field><field>EndDialog</field><field>Return</field><field>1</field><field>2</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*43"><field>BrowseDlg</field><field>Cancel</field><field>Reset</field><field>0</field><field>1</field><field>1</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*44"><field>BrowseDlg</field><field>Cancel</field><field>EndDialog</field><field>Return</field><field>1</field><field>2</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*51"><field>BrowseDlg</field><field>Button_Bmp_Up</field><field>DirectoryListUp</field><field>0</field><field>1</field><field>1</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*54"><field>BrowseDlg</field><field>NewFolder</field><field>DirectoryListNew</field><field>0</field><field>1</field><field>1</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*166"><field>MaintenanceWelcomeDlg</field><field>Next</field><field>SpawnWaitDialog</field><field>WaitForCostingDlg</field><field>CostingComplete = 1</field><field>1</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*167"><field>MaintenanceWelcomeDlg</field><field>Next</field><field>NewDialog</field><field>MaintenanceTypeDlgNoChange</field><field>1</field><field>2</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*170"><field>MaintenanceWelcomeDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*184"><field>WaitForCostingDlg</field><field>Return</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*199"><field>MaintenanceTypeDlgNoChange</field><field>RepairButton</field><field>[MSIFACTUI_InstallMode]</field><field>Repair</field><field>1</field><field>1</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*200"><field>MaintenanceTypeDlgNoChange</field><field>RepairButton</field><field>NewDialog</field><field>MaintenanceVerifyReadyDlgNoChange</field><field>1</field><field>2</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*210"><field>MaintenanceTypeDlgNoChange</field><field>RemoveButton</field><field>[MSIFACTUI_InstallMode]</field><field>Remove</field><field>1</field><field>1</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*211"><field>MaintenanceTypeDlgNoChange</field><field>RemoveButton</field><field>NewDialog</field><field>MaintenanceVerifyReadyDlgNoChange</field><field>1</field><field>2</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*221"><field>MaintenanceTypeDlgNoChange</field><field>Back</field><field>NewDialog</field><field>MaintenanceWelcomeDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*225"><field>MaintenanceTypeDlgNoChange</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*241"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>ReinstallMode</field><field>ecmus</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>1</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*242"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>Reinstall</field><field>All</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>2</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*243"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>3</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*244"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>SpawnDialog</field><field>OutOfRbDiskDlg</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</field><field>4</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*245"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>5</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*246"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>EnableRollback</field><field>False</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>6</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*247"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Repair</field><field>SpawnDialog</field><field>OutOfDiskDlg</field><field>(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</field><field>7</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*251"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>Remove</field><field>All</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>1</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*252"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>2</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*253"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>SpawnDialog</field><field>OutOfRbDiskDlg</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</field><field>3</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*254"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>4</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*255"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>EnableRollback</field><field>False</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>5</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*256"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Remove</field><field>SpawnDialog</field><field>OutOfDiskDlg</field><field>(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</field><field>6</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*272"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*276"><field>MaintenanceVerifyReadyDlgNoChange</field><field>Back</field><field>NewDialog</field><field>MaintenanceTypeDlgNoChange</field><field>1</field><field>1</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*288"><field>ResumeDlg</field><field>Install</field><field>SpawnWaitDialog</field><field>WaitForCostingDlg</field><field>CostingComplete = 1</field><field>1</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*289"><field>ResumeDlg</field><field>Install</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace &lt;&gt; 1</field><field>2</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*290"><field>ResumeDlg</field><field>Install</field><field>SpawnDialog</field><field>OutOfRbDiskDlg</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND (PROMPTROLLBACKCOST="P" OR NOT PROMPTROLLBACKCOST)</field><field>3</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*291"><field>ResumeDlg</field><field>Install</field><field>EndDialog</field><field>Return</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>4</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*292"><field>ResumeDlg</field><field>Install</field><field>EnableRollback</field><field>False</field><field>OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 0 AND PROMPTROLLBACKCOST="D"</field><field>5</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*293"><field>ResumeDlg</field><field>Install</field><field>SpawnDialog</field><field>OutOfDiskDlg</field><field>(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")</field><field>6</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*296"><field>ResumeDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*310"><field>ProgressDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*356"><field>PrepareDlg</field><field>Cancel</field><field>SpawnDialog</field><field>CancelDlg</field><field>1</field><field>1</field></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*377"><field>ExitDialog</field><field>Finish</field><field>EndDialog</field><field>Return</field><field>1</field><field>999</field></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*392"><field>UserExit</field><field>Finish</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*408"><field>FatalError</field><field>Finish</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*424"><field>FilesInUse</field><field>Retry</field><field>EndDialog</field><field>Retry</field><field>1</field><field>1</field></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*427"><field>FilesInUse</field><field>Ignore</field><field>EndDialog</field><field>Ignore</field><field>1</field><field>1</field></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*430"><field>FilesInUse</field><field>Exit</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*447"><field>ErrorDlg</field><field>Y</field><field>EndDialog</field><field>ErrorYes</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*450"><field>ErrorDlg</field><field>A</field><field>EndDialog</field><field>ErrorAbort</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*453"><field>ErrorDlg</field><field>C</field><field>EndDialog</field><field>ErrorCancel</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*457"><field>ErrorDlg</field><field>I</field><field>EndDialog</field><field>ErrorIgnore</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*460"><field>ErrorDlg</field><field>N</field><field>EndDialog</field><field>ErrorNo</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*463"><field>ErrorDlg</field><field>O</field><field>EndDialog</field><field>ErrorOk</field><field>1</field><field>1</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*466"><field>ErrorDlg</field><field>R</field><field>EndDialog</field><field>ErrorRetry</field><field>1</field><field>1</field></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*477"><field>MsiRMFilesInUse</field><field>OK</field><field>EndDialog</field><field>Return</field><field>1</field><field>1</field></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*478"><field>MsiRMFilesInUse</field><field>OK</field><field>RMShutdownAndRestart</field><field>0</field><field>MSIFACTUIRMOption~="UseRM"</field><field>2</field></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*481"><field>MsiRMFilesInUse</field><field>Cancel</field><field>EndDialog</field><field>Exit</field><field>1</field><field>1</field></row></table><table name="Dialog" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*5"><field>WelcomeDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Next</field><field>Next</field><field>Cancel</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*68"><field>InstallDirDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Next</field><field>Next</field><field>Cancel</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*99"><field>VerifyReadyDlgInstall</field><field>50</field><field>50</field><field>370</field><field>270</field><field>39</field><field>[ProductName] Setup</field><field>Install</field><field>Install</field><field>Cancel</field></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*127"><field>OutOfRbDiskDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>No</field><field>No</field><field>No</field></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*148"><field>OutOfDiskDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>OK</field><field>OK</field><field>OK</field></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*22"><field>CancelDlg</field><field>50</field><field>10</field><field>260</field><field>85</field><field>7</field><field>[ProductName] Setup</field><field>No</field><field>No</field><field>No</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*36"><field>BrowseDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>PathEdit</field><field>OK</field><field>Cancel</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*164"><field>MaintenanceWelcomeDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Next</field><field>Next</field><field>Cancel</field></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*182"><field>WaitForCostingDlg</field><field>50</field><field>10</field><field>260</field><field>85</field><field>7</field><field>[ProductName] Setup</field><field>Return</field><field>Return</field><field>Return</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*193"><field>MaintenanceTypeDlgNoChange</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>ChangeButton</field><field>Cancel</field><field>Cancel</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*237"><field>MaintenanceVerifyReadyDlgNoChange</field><field>50</field><field>50</field><field>370</field><field>270</field><field>39</field><field>[ProductName] Setup</field><field>Repair</field><field>Repair</field><field>Cancel</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*286"><field>ResumeDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Install</field><field>Install</field><field>Cancel</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*308"><field>ProgressDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>5</field><field>[ProductName] Setup</field><field>Cancel</field><field>Cancel</field><field>Cancel</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*354"><field>PrepareDlg</field><field>50</field><field>50</field><field>370</field><field>270</field><field>5</field><field>[ProductName] Setup</field><field>Cancel</field><field>Cancel</field><field>Cancel</field></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*375"><field>ExitDialog</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Finish</field><field>Finish</field><field>Finish</field></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*390"><field>UserExit</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Finish</field><field>Finish</field><field>Finish</field></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*406"><field>FatalError</field><field>50</field><field>50</field><field>370</field><field>270</field><field>7</field><field>[ProductName] Setup</field><field>Finish</field><field>Finish</field><field>Finish</field></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*422"><field>FilesInUse</field><field>50</field><field>50</field><field>370</field><field>270</field><field>23</field><field>[ProductName] Setup</field><field>Retry</field><field>Retry</field><field>Retry</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*444"><field>ErrorDlg</field><field>50</field><field>10</field><field>270</field><field>105</field><field>65543</field><field>[ProductName] Setup</field><field>ErrorText</field><field /><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*475"><field>MsiRMFilesInUse</field><field>50</field><field>50</field><field>370</field><field>270</field><field>23</field><field>[ProductName] Setup</field><field>OK</field><field>OK</field><field>Cancel</field></row></table><table name="Directory" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*35"><field>DesktopFolder</field><field>TARGETDIR</field><field>txtw8sxz|DesktopFolder</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*37"><field>INSTALLDIR</field><field>Folder_0001</field><field>kow3fczj|Action Tire Payment Processor</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*36"><field>Folder_0001</field><field>TARGETDIR</field><field>bqimjzr4|BBDS Solutions</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*40"><field>StartMenuAppFolder</field><field>ProgramMenuFolder</field><field>tifpey8c|Action Tire Payment Processor</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*39"><field>ProgramMenuFolder</field><field>TARGETDIR</field><field>hveizjbw|ProgramMenuFolder</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*42"><field>StartupFolder</field><field>TARGETDIR</field><field>aamjoupu|StartupFolder</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*34"><field>TARGETDIR</field><field /><field>SourceDir</field></row></table><table name="Error" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*5"><field>0</field><field><![CDATA[{{Fatal error: }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*6"><field>1</field><field><![CDATA[{{Error [1]. }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*7"><field>2</field><field><![CDATA[Warning [1]. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*8"><field>3</field><field><![CDATA[]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*9"><field>4</field><field><![CDATA[Info [1]. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*10"><field>5</field><field><![CDATA[The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is [1]. {{The arguments are: [2], [3], [4]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*11"><field>6</field><field><![CDATA[]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*12"><field>7</field><field><![CDATA[{{Disk full: }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*13"><field>8</field><field><![CDATA[Action [Time]: [1]. [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*14"><field>9</field><field><![CDATA[[ProductName]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*15"><field>10</field><field><![CDATA[{[2]}{, [3]}{, [4]}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*16"><field>11</field><field><![CDATA[Message type: [1], Argument: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*17"><field>12</field><field><![CDATA[=== Logging started: [Date]  [Time] ===]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*18"><field>13</field><field><![CDATA[=== Logging stopped: [Date]  [Time] ===]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*19"><field>14</field><field><![CDATA[Action start [Time]: [1].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*20"><field>15</field><field><![CDATA[Action ended [Time]: [1]. Return value [2].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*21"><field>16</field><field><![CDATA[Time remaining: {[1] minutes }{[2] seconds}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*22"><field>17</field><field><![CDATA[Out of memory. Shut down other applications before retrying.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*23"><field>18</field><field><![CDATA[Installer is no longer responding.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*24"><field>19</field><field><![CDATA[Installer stopped prematurely.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*25"><field>20</field><field><![CDATA[Please wait while Windows configures [ProductName]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*26"><field>21</field><field><![CDATA[Gathering required information...]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*27"><field>22</field><field><![CDATA[Removing older versions of this application...]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*28"><field>23</field><field><![CDATA[Preparing to remove older versions of this application...]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*29"><field>32</field><field><![CDATA[{[ProductName] }Setup completed successfully.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*30"><field>33</field><field><![CDATA[{[ProductName] }Setup failed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*31"><field>1101</field><field><![CDATA[Error reading from file: [2]. {{ System error [3].}}  Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*32"><field>1301</field><field><![CDATA[Cannot create the file '[2]'. A directory with this name already exists. Cancel the install and try installing to a different location.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*33"><field>1302</field><field><![CDATA[Please insert the disk: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*34"><field>1303</field><field><![CDATA[The installer has insufficient privileges to access this directory: [2]. The installation cannot continue. Log on as administrator or contact your system administrator.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*35"><field>1304</field><field><![CDATA[Error writing to file: [2]. Verify that you have access to that directory.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*36"><field>1305</field><field><![CDATA[Error reading from file [2]. {{ System error [3].}} Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*37"><field>1306</field><field><![CDATA[Another application has exclusive access to the file '[2]'. Please shut down all other applications, then click Retry.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*38"><field>1307</field><field><![CDATA[There is not enough disk space to install this file: [2]. Free some disk space and click Retry, or click Cancel to exit.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*39"><field>1308</field><field><![CDATA[Source file not found: [2]. Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*40"><field>1309</field><field><![CDATA[Error reading from file: [3]. {{ System error [2].}}  Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*41"><field>1310</field><field><![CDATA[Error writing to file: [3]. {{ System error [2].}}  Verify that you have access to that directory.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*42"><field>1311</field><field><![CDATA[Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*43"><field>1312</field><field><![CDATA[Cannot create the directory '[2]'. A file with this name already exists. Please rename or remove the file and click Retry, or click Cancel to exit.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*44"><field>1313</field><field><![CDATA[The volume [2] is currently unavailable. Please select another.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*45"><field>1314</field><field><![CDATA[The specified path '[2]' is unavailable.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*46"><field>1315</field><field><![CDATA[Unable to write to the specified folder: [2].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*47"><field>1316</field><field><![CDATA[A network error occurred while attempting to read from the file: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*48"><field>1317</field><field><![CDATA[An error occurred while attempting to create the directory: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*49"><field>1318</field><field><![CDATA[A network error occurred while attempting to create the directory: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*50"><field>1319</field><field><![CDATA[A network error occurred while attempting to open the source file cabinet: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*51"><field>1320</field><field><![CDATA[The specified path is too long: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*52"><field>1321</field><field><![CDATA[The Installer has insufficient privileges to modify this file: [2].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*53"><field>1322</field><field><![CDATA[A portion of the folder path '[2]' is invalid. It is either empty or exceeds the length allowed by the system.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*54"><field>1323</field><field><![CDATA[The folder path '[2]' contains words that are not valid in folder paths.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*55"><field>1324</field><field><![CDATA[The folder path '[2]' contains an invalid character.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*56"><field>1325</field><field><![CDATA['[2]' is not a valid short file name.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*57"><field>1326</field><field><![CDATA[Error getting file security: [3] GetLastError: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*58"><field>1327</field><field><![CDATA[Invalid Drive: [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*59"><field>1328</field><field><![CDATA[Error applying patch to file [2]. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor. {{System Error: [3]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*60"><field>1329</field><field><![CDATA[A file that is required cannot be installed because the cabinet file [2] is not digitally signed. This may indicate that the cabinet file is corrupt.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*61"><field>1330</field><field><![CDATA[A file that is required cannot be installed because the cabinet file [2] has an invalid digital signature. This may indicate that the cabinet file is corrupt.{{  Error [3] was returned by WinVerifyTrust.}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*62"><field>1331</field><field><![CDATA[Failed to correctly copy [2] file: CRC error.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*63"><field>1332</field><field><![CDATA[Failed to correctly move [2] file: CRC error.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*64"><field>1333</field><field><![CDATA[Failed to correctly patch [2] file: CRC error.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*65"><field>1334</field><field><![CDATA[The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*66"><field>1335</field><field><![CDATA[The cabinet file '[2]' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*67"><field>1336</field><field><![CDATA[There was an error creating a temporary file that is needed to complete this installation.{{  Folder: [3]. System error code: [2]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*68"><field>1401</field><field><![CDATA[Could not create key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*69"><field>1402</field><field><![CDATA[Could not open key: [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*70"><field>1403</field><field><![CDATA[Could not delete value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*71"><field>1404</field><field><![CDATA[Could not delete key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*72"><field>1405</field><field><![CDATA[Could not read value [2] from key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel. ]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*73"><field>1406</field><field><![CDATA[Could not write value [2] to key [3]. {{ System error [4].}}  Verify that you have sufficient access to that key, or contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*74"><field>1407</field><field><![CDATA[Could not get value names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*75"><field>1408</field><field><![CDATA[Could not get sub key names for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*76"><field>1409</field><field><![CDATA[Could not read security information for key [2]. {{ System error [3].}}  Verify that you have sufficient access to that key, or contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*77"><field>1410</field><field><![CDATA[Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*78"><field>1500</field><field><![CDATA[Another installation is in progress. You must complete that installation before continuing this one.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*79"><field>1501</field><field><![CDATA[Error accessing secured data. Please make sure the Windows Installer is configured properly and try the install again.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*80"><field>1502</field><field><![CDATA[User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product. Your current install will now continue.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*81"><field>1503</field><field><![CDATA[User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*82"><field>1601</field><field><![CDATA[Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB. Free some disk space and retry.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*83"><field>1602</field><field><![CDATA[Are you sure you want to cancel?]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*84"><field>1603</field><field><![CDATA[The file [2][3] is being held in use{ by the following process: Name: [4], Id: [5], Window Title: '[6]'}. Close that application and retry.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*85"><field>1604</field><field><![CDATA[The product '[2]' is already installed, preventing the installation of this product. The two products are incompatible.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*86"><field>1605</field><field><![CDATA[There is not enough disk space on the volume '[2]' to continue the install with recovery enabled. [3] KB are required, but only [4] KB are available. Click Ignore to continue the install without saving recovery information, click Retry to check for available space again, or click Cancel to quit the installation.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*87"><field>1606</field><field><![CDATA[Could not access network location [2].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*88"><field>1607</field><field><![CDATA[The following applications should be closed before continuing the install:]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*89"><field>1608</field><field><![CDATA[Could not find any previously installed compliant products on the machine for installing this product.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*90"><field>1609</field><field><![CDATA[An error occurred while applying security settings. [2] is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. {{Unable to locate the user's SID, system error [3]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*91"><field>1701</field><field><![CDATA[The key [2] is not valid. Verify that you entered the correct key.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*92"><field>1702</field><field><![CDATA[The installer must restart your system before configuration of [2] can continue. Click Yes to restart now or No if you plan to manually restart later.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*93"><field>1703</field><field><![CDATA[You must restart your system for the configuration changes made to [2] to take effect. Click Yes to restart now or No if you plan to manually restart later.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*94"><field>1704</field><field><![CDATA[An installation for [2] is currently suspended. You must undo the changes made by that installation to continue. Do you want to undo those changes?]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*95"><field>1705</field><field><![CDATA[A previous installation for this product is in progress. You must undo the changes made by that installation to continue. Do you want to undo those changes?]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*96"><field>1706</field><field><![CDATA[An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*97"><field>1707</field><field><![CDATA[Installation completed successfully.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*98"><field>1708</field><field><![CDATA[Installation failed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*99"><field>1709</field><field><![CDATA[Product: [2] -- [3]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*100"><field>1710</field><field><![CDATA[You may either restore your computer to its previous state or continue the install later. Would you like to restore?]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*101"><field>1711</field><field><![CDATA[An error occurred while writing installation information to disk. Check to make sure enough disk space is available, and click Retry, or Cancel to end the install.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*102"><field>1712</field><field><![CDATA[One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*103"><field>1713</field><field><![CDATA[[2] cannot install one of its required products. Contact your technical support group. {{System Error: [3].}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*104"><field>1714</field><field><![CDATA[The older version of [2] cannot be removed. Contact your technical support group. {{System Error [3].}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*105"><field>1715</field><field><![CDATA[Installed [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*106"><field>1716</field><field><![CDATA[Configured [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*107"><field>1717</field><field><![CDATA[Removed [2]]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*108"><field>1718</field><field><![CDATA[File [2] was rejected by digital signature policy.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*109"><field>1719</field><field><![CDATA[The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*110"><field>1720</field><field><![CDATA[There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. {{Custom action [2] script error [3], [4]: [5] Line [6], Column [7], [8] }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*111"><field>1721</field><field><![CDATA[There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. {{Action: [2], location: [3], command: [4] }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*112"><field>1722</field><field><![CDATA[There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. {{Action [2], location: [3], command: [4] }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*113"><field>1723</field><field><![CDATA[There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. {{Action [2], entry: [3], library: [4] }}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*114"><field>1724</field><field><![CDATA[Removal completed successfully.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*115"><field>1725</field><field><![CDATA[Removal failed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*116"><field>1726</field><field><![CDATA[Advertisement completed successfully.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*117"><field>1727</field><field><![CDATA[Advertisement failed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*118"><field>1728</field><field><![CDATA[Configuration completed successfully.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*119"><field>1729</field><field><![CDATA[Configuration failed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*120"><field>1730</field><field><![CDATA[You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*121"><field>1731</field><field><![CDATA[The source installation package for the product [2] is out of sync with the client package. Try the installation again using a valid copy of the installation package '[3]'.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*122"><field>1732</field><field><![CDATA[In order to complete the installation of [2], you must restart the computer. Other users are currently logged on to this computer, and restarting may cause them to lose their work. Do you want to restart now?]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*123"><field>1801</field><field><![CDATA[The path [2] is not valid. Please specify a valid path.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*124"><field>1802</field><field><![CDATA[Out of memory. Shut down other applications before retrying.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*125"><field>1803</field><field><![CDATA[There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*126"><field>1804</field><field><![CDATA[There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to return to the browse dialog and select a different volume.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*127"><field>1805</field><field><![CDATA[The folder [2] does not exist. Please enter a path to an existing folder.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*128"><field>1806</field><field><![CDATA[You have insufficient privileges to read this folder.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*129"><field>1807</field><field><![CDATA[A valid destination folder for the install could not be determined.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*130"><field>1901</field><field><![CDATA[Error attempting to read from the source install database: [2].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*131"><field>1902</field><field><![CDATA[Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*132"><field>1903</field><field><![CDATA[Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*133"><field>1904</field><field><![CDATA[Module [2] failed to register. HRESULT [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*134"><field>1905</field><field><![CDATA[Module [2] failed to unregister. HRESULT [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*135"><field>1906</field><field><![CDATA[Failed to cache package [2]. Error: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*136"><field>1907</field><field><![CDATA[Could not register font [2]. Verify that you have sufficient permissions to install fonts, and that the system supports this font.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*137"><field>1908</field><field><![CDATA[Could not unregister font [2]. Verify that you that you have sufficient permissions to remove fonts.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*138"><field>1909</field><field><![CDATA[Could not create Shortcut [2]. Verify that the destination folder exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*139"><field>1910</field><field><![CDATA[Could not remove Shortcut [2]. Verify that the shortcut file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*140"><field>1911</field><field><![CDATA[Could not register type library for file [2]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*141"><field>1912</field><field><![CDATA[Could not unregister type library for file [2]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*142"><field>1913</field><field><![CDATA[Could not update the ini file [2][3]. Verify that the file exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*143"><field>1914</field><field><![CDATA[Could not schedule file [2] to replace file [3] on reboot. Verify that you have write permissions to file [3].]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*144"><field>1915</field><field><![CDATA[Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*145"><field>1916</field><field><![CDATA[Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*146"><field>1917</field><field><![CDATA[Error removing ODBC driver: [4], ODBC error [2]: [3]. Verify that you have sufficient privileges to remove ODBC drivers.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*147"><field>1918</field><field><![CDATA[Error installing ODBC driver: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*148"><field>1919</field><field><![CDATA[Error configuring ODBC data source: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*149"><field>1920</field><field><![CDATA[Service '[2]' ([3]) failed to start. Verify that you have sufficient privileges to start system services.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*150"><field>1921</field><field><![CDATA[Service '[2]' ([3]) could not be stopped. Verify that you have sufficient privileges to stop system services.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*151"><field>1922</field><field><![CDATA[Service '[2]' ([3]) could not be deleted. Verify that you have sufficient privileges to remove system services.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*152"><field>1923</field><field><![CDATA[Service '[2]' ([3]) could not be installed. Verify that you have sufficient privileges to install system services.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*153"><field>1924</field><field><![CDATA[Could not update environment variable '[2]'. Verify that you have sufficient privileges to modify environment variables.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*154"><field>1925</field><field><![CDATA[You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*155"><field>1926</field><field><![CDATA[Could not set file security for file '[3]'. Error: [2]. Verify that you have sufficient privileges to modify the security permissions for this file.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*156"><field>1927</field><field><![CDATA[Component Services (COM+ 1.0) are not installed on this computer. This installation requires Component Services in order to complete successfully. Component Services are available on Windows 2000.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*157"><field>1928</field><field><![CDATA[Error registering COM+ Application. Contact your support personnel for more information.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*158"><field>1929</field><field><![CDATA[Error unregistering COM+ Application. Contact your support personnel for more information.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*159"><field>1930</field><field><![CDATA[The description for service '[2]' ([3]) could not be changed.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*160"><field>1931</field><field><![CDATA[The Windows Installer service cannot update the system file [2] because the file is protected by Windows. You may need to update your operating system for this program to work correctly. {{Package version: [3], OS Protected version: [4]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*161"><field>1932</field><field><![CDATA[The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*162"><field>1933</field><field><![CDATA[The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2]. List of protected files:\r\n[3]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*163"><field>1934</field><field><![CDATA[User installations are disabled via policy on the machine.]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*164"><field>1935</field><field><![CDATA[An error occurred during the installation of assembly '[6]'. Please refer to Help and Support for more information. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*165"><field>1936</field><field><![CDATA[An error occurred during the installation of assembly '[6]'. The assembly is not strongly named or is not signed with the minimal key length. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*166"><field>1937</field><field><![CDATA[An error occurred during the installation of assembly '[6]'. The signature or catalog could not be verified or is not valid. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}]]></field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*167"><field>1938</field><field><![CDATA[An error occurred during the installation of assembly '[6]'. One or more modules of the assembly could not be found. HRESULT: [3]. {{assembly interface: [4], function: [5], component: [2]}}]]></field></row></table><table name="EventMapping" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*48"><field>BrowseDlg</field><field>DirectoryCombo</field><field>IgnoreChange</field><field>IgnoreChange</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*343"><field>ProgressDlg</field><field>ActionText</field><field>ActionText</field><field>Text</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*346"><field>ProgressDlg</field><field>ProgressBar</field><field>SetProgress</field><field>Progress</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*365"><field>PrepareDlg</field><field>ActionData</field><field>ActionData</field><field>Text</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*368"><field>PrepareDlg</field><field>ActionText</field><field>ActionText</field><field>Text</field></row></table><table name="Feature" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*21"><field>Complete</field><field /><field>Complete</field><field>Complete program features.</field><field>2</field><field>1</field><field /><field>8</field></row></table><table name="FeatureComponents" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.6"><field>Complete</field><field>sufupscid_0002</field></row><row sectionId="wix.section.3"><field>Complete</field><field>sufupscid_0001</field></row><row sectionId="wix.section.10"><field>Complete</field><field>ATPP_New.exe.config</field></row><row sectionId="wix.section.9"><field>Complete</field><field>Telerik.ReportViewer.WinForms.dll</field></row><row sectionId="wix.section.8"><field>Complete</field><field>Telerik.Reporting.dll</field></row><row sectionId="wix.section.7"><field>Complete</field><field>ATPP_New.vshost.exe.config</field></row><row sectionId="wix.section.6"><field>Complete</field><field>ATPP_New.vshost.exe</field></row><row sectionId="wix.section.5"><field>Complete</field><field>ATPP_New.pdb</field></row><row sectionId="wix.section.4"><field>Complete</field><field>ATPP_New.exe.manifest</field></row><row sectionId="wix.section.3"><field>Complete</field><field>ATPP_New.exe</field></row><row sectionId="wix.section.2"><field>Complete</field><field>ATPP_New.application</field></row></table><table name="File" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.2" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*52"><field>ATPP_New.application</field><field>ATPP_New.application</field><field>2ewbiq89.app|ATPP_New.application</field><field>1807</field><field /><field /><field>512</field><field>1</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*59"><field>ATPP_New.exe</field><field>ATPP_New.exe</field><field>ATPP_New.exe</field><field>1642496</field><field>1.0.0.4</field><field>0</field><field>512</field><field>2</field></row><row sectionId="wix.section.4" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*75"><field>ATPP_New.exe.manifest</field><field>ATPP_New.exe.manifest</field><field>fpku5ksw.man|ATPP_New.exe.manifest</field><field>12548</field><field /><field /><field>512</field><field>4</field></row><row sectionId="wix.section.5" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*82"><field>ATPP_New.pdb</field><field>ATPP_New.pdb</field><field>ATPP_New.pdb</field><field>202240</field><field /><field /><field>512</field><field>5</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*89"><field>ATPP_New.vshost.exe</field><field>ATPP_New.vshost.exe</field><field>lg4xry7d.exe|ATPP_New.vshost.exe</field><field>22656</field><field>12.0.30723.0</field><field>0</field><field>512</field><field>6</field></row><row sectionId="wix.section.7" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*103"><field>ATPP_New.vshost.exe.config</field><field>ATPP_New.vshost.exe.config</field><field>jnclcb7b.con|ATPP_New.vshost.exe.config</field><field>4059</field><field /><field /><field>512</field><field>7</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*110"><field>Telerik.Reporting.dll</field><field>Telerik.Reporting.dll</field><field>suqgbbge.dll|Telerik.Reporting.dll</field><field>8061952</field><field>9.0.15.324</field><field>0</field><field>512</field><field>8</field></row><row sectionId="wix.section.9" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*117"><field>Telerik.ReportViewer.WinForms.</field><field>Telerik.ReportViewer.WinForms.dll</field><field>lwsltpzs.dll|Telerik.ReportViewer.WinForms.dll</field><field>181248</field><field>9.0.15.324</field><field>0</field><field>512</field><field>9</field></row><row sectionId="wix.section.10" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*124"><field>ATPP_New.exe.config</field><field>ATPP_New.exe.config</field><field>ybjw6rsc.con|ATPP_New.exe.config</field><field>4059</field><field /><field /><field>512</field><field>3</field></row></table><table name="Icon" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*17"><field>cog_0001.ico</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\cog.ico</field></row></table><table name="InstallExecuteSequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>ValidateProductID</field><field /><field>700</field></row><row><field>CostInitialize</field><field /><field>800</field></row><row><field>FileCost</field><field /><field>900</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>InstallValidate</field><field /><field>1400</field></row><row><field>InstallInitialize</field><field /><field>1500</field></row><row><field>ProcessComponents</field><field /><field>1600</field></row><row><field>UnpublishFeatures</field><field /><field>1800</field></row><row><field>RemoveRegistryValues</field><field /><field>2600</field></row><row><field>RemoveShortcuts</field><field /><field>3200</field></row><row><field>RemoveFiles</field><field /><field>3500</field></row><row><field>InstallFiles</field><field /><field>4000</field></row><row><field>CreateShortcuts</field><field /><field>4500</field></row><row><field>WriteRegistryValues</field><field /><field>5000</field></row><row><field>RegisterUser</field><field /><field>6000</field></row><row><field>RegisterProduct</field><field /><field>6100</field></row><row><field>PublishFeatures</field><field /><field>6300</field></row><row><field>PublishProduct</field><field /><field>6400</field></row><row><field>InstallFinalize</field><field /><field>6600</field></row></table><table name="InstallUISequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*542"><field>FatalError</field><field /><field>-3</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*541"><field>UserExit</field><field /><field>-2</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*540"><field>ExitDialog</field><field /><field>-1</field></row><row><field>AppSearch</field><field /><field>50</field></row><row><field>ValidateProductID</field><field /><field>700</field></row><row><field>CostInitialize</field><field /><field>800</field></row><row><field>FileCost</field><field /><field>900</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>ExecuteAction</field><field /><field>1300</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*539"><field>PrepareDlg</field><field /><field>49</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*538"><field>ProgressDlg</field><field /><field>1299</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*535"><field>WelcomeDlg</field><field>NOT Installed</field><field>1298</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*537"><field>ResumeDlg</field><field>Installed AND (RESUME OR Preselected)</field><field>1297</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*536"><field>MaintenanceWelcomeDlg</field><field>Installed AND NOT RESUME AND NOT Preselected</field><field>1296</field></row></table><table name="ListBox" xmlns="http://schemas.microsoft.com/wix/2006/objects" /><table name="Media" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*13"><field>1</field><field>9</field><field>Disk 1</field><field>#setup.cab</field><field /><field /></row></table><table name="MsiFileHash" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*52"><field>ATPP_New.application</field><field>0</field><field>1998255006</field><field>-3574726</field><field>-19711170</field><field>-977298792</field></row><row sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*75"><field>ATPP_New.exe.manifest</field><field>0</field><field>-1564929259</field><field>1486856018</field><field>-482050375</field><field>2097229986</field></row><row sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*82"><field>ATPP_New.pdb</field><field>0</field><field>780526236</field><field>1941292592</field><field>-152616663</field><field>-1238279658</field></row><row sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*103"><field>ATPP_New.vshost.exe.config</field><field>0</field><field>-1957122162</field><field>-73696934</field><field>-1305010445</field><field>-1279359650</field></row><row sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*124"><field>ATPP_New.exe.config</field><field>0</field><field>-1957122162</field><field>-73696934</field><field>-1305010445</field><field>-1279359650</field></row></table><table name="Property" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>Manufacturer</field><field>Bits and Bytes Document Solutions</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>ProductCode</field><field>{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>ProductLanguage</field><field>1033</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>ProductName</field><field>ATPP</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>ProductVersion</field><field>1.0.4</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*6"><field>UpgradeCode</field><field>{AA092013-ECB4-4E8A-9D59-84BB67152B3B}</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*14"><field>DiskPrompt</field><field>[ProductName] Installation [1]</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*15"><field>ARPNOMODIFY</field><field>1</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*16"><field>ARPPRODUCTICON</field><field>cog_0001.ico</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*18"><field>ALLUSERS</field><field>1</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*19"><field>MSIFACTUIRMOption</field><field>UseRM</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*20"><field>MSIFACT_INSTALLDIR</field><field>INSTALLDIR</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*507"><field>DefaultUIFont</field><field>UI_Font_Normal</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*470"><field>ErrorDialog</field><field>ErrorDlg</field></row></table><table name="RadioButton" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*486"><field>MSIFACTUIRMOption</field><field>1</field><field>UseRM</field><field>5</field><field>12</field><field>295</field><field>17</field><field>&amp;Close the applications and attempt to restart them.</field><field /></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*487"><field>MSIFACTUIRMOption</field><field>2</field><field>DontUseRM</field><field>6</field><field>29</field><field>296</field><field>17</field><field>&amp;Do not close applications. A reboot will be required.</field><field /></row></table><table name="Registry" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*68"><field>reg3FD6D754F98B9FCDABA7BB96C93587E7</field><field>1</field><field>Software\SetupFactory\InstalledComponents\5508D3E2-AE45-4871-8241-BAC9AD2ABA72\A2341815-6CC0-4EAE-8DDE-EF73C0B265BE</field><field /><field /><field>sufupscid_0001</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*96"><field>reg0DA390EEF140276AFC4413AE75B8AB16</field><field>1</field><field>Software\SetupFactory\InstalledComponents\5508D3E2-AE45-4871-8241-BAC9AD2ABA72\F8635FC5-B6B9-4E14-A44E-408097472CBF</field><field /><field /><field>sufupscid_0002</field></row></table><table name="RemoveFile" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*67"><field>removeStartMenuAppFolder</field><field>sufupscid_0001</field><field /><field>StartMenuAppFolder</field><field>2</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*95"><field>removeStartMenuAppFolder_0002</field><field>sufupscid_0002</field><field /><field>StartMenuAppFolder</field><field>2</field></row></table><table name="Shortcut" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*64"><field>shortcutActionTirePaymentPr</field><field>DesktopFolder</field><field>pudcjrid|Action Tire Payment Processor</field><field>sufupscid_0001</field><field>[INSTALLDIR]ATPP_New.exe</field><field /><field /><field /><field /><field /><field>1</field><field /><field /><field /><field /><field /></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*65"><field>shortcutActionTirePaymentPr_0002</field><field>StartMenuAppFolder</field><field>wphvldzy|Action Tire Payment Processor</field><field>sufupscid_0001</field><field>[INSTALLDIR]ATPP_New.exe</field><field /><field /><field /><field /><field /><field>1</field><field /><field /><field /><field /><field /></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*66"><field>shortcutActionTirePaymentPr_0003</field><field>StartupFolder</field><field>vz7fwovm|Action Tire Payment Processor</field><field>sufupscid_0001</field><field>[INSTALLDIR]ATPP_New.exe</field><field /><field /><field /><field /><field /><field>1</field><field /><field /><field /><field /><field /></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*94"><field>shortcutMicrosoftVisualStudi</field><field>StartMenuAppFolder</field><field>i1p8apcs|Microsoft Visual Studio 2013 </field><field>sufupscid_0002</field><field>[INSTALLDIR]ATPP_New.vshost.exe</field><field /><field /><field /><field /><field /><field>1</field><field /><field /><field /><field /><field /></row></table><table name="TextStyle" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*503"><field>UI_Font_Normal</field><field>MS Shell Dlg</field><field>8</field><field /><field /></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*504"><field>UI_Font_Bigger</field><field>MS Shell Dlg</field><field>12</field><field /><field /></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*505"><field>UI_Font_Title</field><field>MS Shell Dlg</field><field>9</field><field /><field>1</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*506"><field>UI_Font_Emphasized</field><field>MS Shell Dlg</field><field>8</field><field /><field>2</field></row></table><table name="UIText" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*6"><field>AbsentPath</field><field /></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*7"><field>bytes</field><field>bytes</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*8"><field>GB</field><field>GB</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*9"><field>KB</field><field>KB</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*10"><field>MB</field><field>MB</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*11"><field>MenuAbsent</field><field>Entire feature will be unavailable</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*12"><field>MenuAdvertise</field><field>Feature will be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*13"><field>MenuAllCD</field><field>Entire feature will be installed to run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*14"><field>MenuAllLocal</field><field>Entire feature will be installed on local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*15"><field>MenuAllNetwork</field><field>Entire feature will be installed to run from network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*16"><field>MenuCD</field><field>Will be installed to run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*17"><field>MenuLocal</field><field>Will be installed on local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*18"><field>MenuNetwork</field><field>Will be installed to run from network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*19"><field>ScriptInProgress</field><field>Gathering required information...</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*20"><field>SelAbsentAbsent</field><field>This feature will remain uninstalled</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*21"><field>SelAbsentAdvertise</field><field>This feature will be set to be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*22"><field>SelAbsentCD</field><field>This feature will be installed to run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*23"><field>SelAbsentLocal</field><field>This feature will be installed on the local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*24"><field>SelAbsentNetwork</field><field>This feature will be installed to run from the network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*25"><field>SelAdvertiseAbsent</field><field>This feature will become unavailable</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*26"><field>SelAdvertiseAdvertise</field><field>Will be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*27"><field>SelAdvertiseCD</field><field>This feature will be available to run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*28"><field>SelAdvertiseLocal</field><field>This feature will be installed on your local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*29"><field>SelAdvertiseNetwork</field><field>This feature will be available to run from the network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*30"><field>SelCDAbsent</field><field>This feature will be uninstalled completely, you won't be able to run it from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*31"><field>SelCDAdvertise</field><field>This feature will change from run from CD state to set to be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*32"><field>SelCDCD</field><field>This feature will remain to be run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*33"><field>SelCDLocal</field><field>This feature will change from run from CD state to be installed on the local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*34"><field>SelChildCostNeg</field><field>This feature frees up [1] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*35"><field>SelChildCostPos</field><field>This feature requires [1] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*36"><field>SelCostPending</field><field>Compiling cost for this feature...</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*37"><field>SelLocalAbsent</field><field>This feature will be completely removed</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*38"><field>SelLocalAdvertise</field><field>This feature will be removed from your local hard drive, but will be set to be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*39"><field>SelLocalCD</field><field>This feature will be removed from your local hard drive, but will be still available to run from CD</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*40"><field>SelLocalLocal</field><field>This feature will remain on you local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*41"><field>SelLocalNetwork</field><field>This feature will be removed from your local hard drive, but will be still available to run from the network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*42"><field>SelNetworkAbsent</field><field>This feature will be uninstalled completely, you won't be able to run it from the network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*43"><field>SelNetworkAdvertise</field><field>This feature will change from run from network state to set to be installed when required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*44"><field>SelNetworkLocal</field><field>This feature will change from run from network state to be installed on the local hard drive</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*45"><field>SelNetworkNetwork</field><field>This feature will remain to be run from the network</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*46"><field>SelParentCostNegNeg</field><field>This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*47"><field>SelParentCostNegPos</field><field>This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*48"><field>SelParentCostPosNeg</field><field>This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*49"><field>SelParentCostPosPos</field><field>This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*50"><field>TimeRemaining</field><field>Time remaining: {[1] minutes }{[2] seconds}</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*51"><field>VolumeCostAvailable</field><field>Available</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*52"><field>VolumeCostDifference</field><field>Difference</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*53"><field>VolumeCostRequired</field><field>Required</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*54"><field>VolumeCostSize</field><field>Disk Size</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*55"><field>VolumeCostVolume</field><field>Volume</field></row></table><table name="WixAction" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*535"><field>InstallUISequence</field><field>WelcomeDlg</field><field>NOT Installed</field><field>1298</field><field>ProgressDlg</field><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*536"><field>InstallUISequence</field><field>MaintenanceWelcomeDlg</field><field>Installed AND NOT RESUME AND NOT Preselected</field><field>1296</field><field>ProgressDlg</field><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*537"><field>InstallUISequence</field><field>ResumeDlg</field><field>Installed AND (RESUME OR Preselected)</field><field>1297</field><field>ProgressDlg</field><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*538"><field>InstallUISequence</field><field>ProgressDlg</field><field /><field>1299</field><field>ExecuteAction</field><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*539"><field>InstallUISequence</field><field>PrepareDlg</field><field /><field>49</field><field>AppSearch</field><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*540"><field>InstallUISequence</field><field>ExitDialog</field><field /><field>-1</field><field /><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*541"><field>InstallUISequence</field><field>UserExit</field><field /><field>-2</field><field /><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*542"><field>InstallUISequence</field><field>FatalError</field><field /><field>-3</field><field /><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*545"><field>AdminUISequence</field><field>ExitDialog</field><field /><field>-1</field><field /><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*546"><field>AdminUISequence</field><field>UserExit</field><field /><field>-2</field><field /><field /><field>0</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*547"><field>AdminUISequence</field><field>FatalError</field><field /><field>-3</field><field /><field /><field>0</field></row></table><table name="WixComplexReference" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*32"><field>Complete</field><field>1</field><field /><field>sufupscid_0002</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*31"><field>Complete</field><field>1</field><field /><field>sufupscid_0001</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*30"><field>Complete</field><field>1</field><field /><field>ATPP_New.exe.config</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*29"><field>Complete</field><field>1</field><field /><field>Telerik.ReportViewer.WinForms.dll</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*28"><field>Complete</field><field>1</field><field /><field>Telerik.Reporting.dll</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*27"><field>Complete</field><field>1</field><field /><field>ATPP_New.vshost.exe.config</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*26"><field>Complete</field><field>1</field><field /><field>ATPP_New.vshost.exe</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*25"><field>Complete</field><field>1</field><field /><field>ATPP_New.pdb</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*24"><field>Complete</field><field>1</field><field /><field>ATPP_New.exe.manifest</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*23"><field>Complete</field><field>1</field><field /><field>ATPP_New.exe</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*22"><field>Complete</field><field>1</field><field /><field>ATPP_New.application</field><field>1</field><field>0</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*21"><field>{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}</field><field>5</field><field /><field>Complete</field><field>2</field><field>0</field></row></table><table name="WixFile" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.2" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*52"><field>ATPP_New.application</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.application</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*59"><field>ATPP_New.exe</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.exe</field><field /><field>-1</field><field>0</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.4" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*75"><field>ATPP_New.exe.manifest</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.exe.manifest</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.5" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*82"><field>ATPP_New.pdb</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.pdb</field><field /><field>-1</field><field>0</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*89"><field>ATPP_New.vshost.exe</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.vshost.exe</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.7" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*103"><field>ATPP_New.vshost.exe.config</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\ATPP_New.vshost.exe.config</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*110"><field>Telerik.Reporting.dll</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\Telerik.Reporting.dll</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.9" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*117"><field>Telerik.ReportViewer.WinForms.</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New\bin\Release\Telerik.ReportViewer.WinForms.dll</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row><row sectionId="wix.section.10" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*124"><field>ATPP_New.exe.config</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field>C:\temp\BBDS\ATPP_Code\ATPP_New.exe.config</field><field /><field>-1</field><field>1</field><field>0</field><field /><field /><field /><field /></row></table><table name="WixGroup" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*22"><field>Complete</field><field>Feature</field><field>ATPP_New.application</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*23"><field>Complete</field><field>Feature</field><field>ATPP_New.exe</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*24"><field>Complete</field><field>Feature</field><field>ATPP_New.exe.manifest</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*25"><field>Complete</field><field>Feature</field><field>ATPP_New.pdb</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*26"><field>Complete</field><field>Feature</field><field>ATPP_New.vshost.exe</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*27"><field>Complete</field><field>Feature</field><field>ATPP_New.vshost.exe.config</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*28"><field>Complete</field><field>Feature</field><field>Telerik.Reporting.dll</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*29"><field>Complete</field><field>Feature</field><field>Telerik.ReportViewer.WinForms.dll</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*30"><field>Complete</field><field>Feature</field><field>ATPP_New.exe.config</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*31"><field>Complete</field><field>Feature</field><field>sufupscid_0001</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*32"><field>Complete</field><field>Feature</field><field>sufupscid_0002</field><field>Component</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*21"><field>{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}</field><field>Product</field><field>Complete</field><field>Feature</field></row></table><table name="WixMedia" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*13"><field>1</field><field>mszip</field><field /></row></table><table name="WixSimpleReference" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*13"><field>Property</field><field>DiskPrompt</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*22"><field>Component</field><field>ATPP_New.application</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*23"><field>Component</field><field>ATPP_New.exe</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*24"><field>Component</field><field>ATPP_New.exe.manifest</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*25"><field>Component</field><field>ATPP_New.pdb</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*26"><field>Component</field><field>ATPP_New.vshost.exe</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*27"><field>Component</field><field>ATPP_New.vshost.exe.config</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*28"><field>Component</field><field>Telerik.Reporting.dll</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*29"><field>Component</field><field>Telerik.ReportViewer.WinForms.dll</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*30"><field>Component</field><field>ATPP_New.exe.config</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*31"><field>Component</field><field>sufupscid_0001</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*32"><field>Component</field><field>sufupscid_0002</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*44"><field>WixUI</field><field>SUFWI_UI</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*45"><field>WixUI</field><field>SUFWIUI_Common</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*46"><field>WixUI</field><field>SUFUI_ErrorText</field></row><row sectionId="{5508D3E2-AE45-4871-8241-BAC9AD2ABA72}" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*47"><field>WixUI</field><field>SUFUI_ProgressText</field></row><row sectionId="wix.section.2" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*50"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.2" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*52"><field>Media</field><field>1</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*57"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*59"><field>Media</field><field>1</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*62"><field>Directory</field><field>TARGETDIR</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*64"><field>Directory</field><field>DesktopFolder</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*65"><field>Directory</field><field>StartMenuAppFolder</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*66"><field>Directory</field><field>StartupFolder</field></row><row sectionId="wix.section.3" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*67"><field>Directory</field><field>StartMenuAppFolder</field></row><row sectionId="wix.section.4" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*73"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.4" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*75"><field>Media</field><field>1</field></row><row sectionId="wix.section.5" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*80"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.5" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*82"><field>Media</field><field>1</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*87"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*89"><field>Media</field><field>1</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*92"><field>Directory</field><field>TARGETDIR</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*94"><field>Directory</field><field>StartMenuAppFolder</field></row><row sectionId="wix.section.6" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*95"><field>Directory</field><field>StartMenuAppFolder</field></row><row sectionId="wix.section.7" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*101"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.7" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*103"><field>Media</field><field>1</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*108"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*110"><field>Media</field><field>1</field></row><row sectionId="wix.section.9" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*115"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.9" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*117"><field>Media</field><field>1</field></row><row sectionId="wix.section.10" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*122"><field>Directory</field><field>INSTALLDIR</field></row><row sectionId="wix.section.10" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\setup.wxs*124"><field>Media</field><field>1</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*514"><field>Dialog</field><field>WelcomeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*515"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*516"><field>Dialog</field><field>BrowseDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*517"><field>Dialog</field><field>InstallDirDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*518"><field>Dialog</field><field>VerifyReadyDlgInstall</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*519"><field>Dialog</field><field>OutOfRbDiskDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*520"><field>Dialog</field><field>OutOfDiskDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*521"><field>Dialog</field><field>MaintenanceWelcomeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*522"><field>Dialog</field><field>WaitForCostingDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*523"><field>Dialog</field><field>MaintenanceTypeDlgNoChange</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*524"><field>Dialog</field><field>MaintenanceVerifyReadyDlgNoChange</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*525"><field>Dialog</field><field>ResumeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*526"><field>Dialog</field><field>ProgressDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*527"><field>Dialog</field><field>PrepareDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*528"><field>Dialog</field><field>ExitDialog</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*529"><field>Dialog</field><field>UserExit</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*530"><field>Dialog</field><field>FatalError</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*531"><field>Dialog</field><field>FilesInUse</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*532"><field>Dialog</field><field>ErrorDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*533"><field>Dialog</field><field>MsiRMFilesInUse</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*535"><field>Dialog</field><field>WelcomeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*535"><field>WixAction</field><field>InstallUISequence/ProgressDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*536"><field>Dialog</field><field>MaintenanceWelcomeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*536"><field>WixAction</field><field>InstallUISequence/ProgressDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*537"><field>Dialog</field><field>ResumeDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*537"><field>WixAction</field><field>InstallUISequence/ProgressDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*538"><field>Dialog</field><field>ProgressDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*538"><field>WixAction</field><field>InstallUISequence/ExecuteAction</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*539"><field>Dialog</field><field>PrepareDlg</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*539"><field>WixAction</field><field>InstallUISequence/AppSearch</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*540"><field>Dialog</field><field>ExitDialog</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*541"><field>Dialog</field><field>UserExit</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*542"><field>Dialog</field><field>FatalError</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*545"><field>Dialog</field><field>ExitDialog</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*546"><field>Dialog</field><field>UserExit</field></row><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*547"><field>Dialog</field><field>FatalError</field></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*7"><field>Dialog</field><field>InstallDirDlg</field></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*10"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.12" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*12"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*70"><field>Dialog</field><field>VerifyReadyDlgInstall</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*73"><field>Dialog</field><field>WelcomeDlg</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*76"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*81"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.13" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*92"><field>Dialog</field><field>BrowseDlg</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*102"><field>Dialog</field><field>OutOfRbDiskDlg</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*105"><field>Dialog</field><field>OutOfDiskDlg</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*114"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*117"><field>Dialog</field><field>InstallDirDlg</field></row><row sectionId="wix.section.14" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*119"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.15" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*135"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.16" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*152"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.17" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*30"><field>Binary</field><field>Icon_Information</field></row><row sectionId="wix.section.18" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*58"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*166"><field>Dialog</field><field>WaitForCostingDlg</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*167"><field>Dialog</field><field>MaintenanceTypeDlgNoChange</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*170"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.19" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*172"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.20" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*187"><field>Binary</field><field>Icon_Exclamation</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*200"><field>Dialog</field><field>MaintenanceVerifyReadyDlgNoChange</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*211"><field>Dialog</field><field>MaintenanceVerifyReadyDlgNoChange</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*221"><field>Dialog</field><field>MaintenanceWelcomeDlg</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*225"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.21" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*227"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*244"><field>Dialog</field><field>OutOfRbDiskDlg</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*247"><field>Dialog</field><field>OutOfDiskDlg</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*253"><field>Dialog</field><field>OutOfRbDiskDlg</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*256"><field>Dialog</field><field>OutOfDiskDlg</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*272"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*276"><field>Dialog</field><field>MaintenanceTypeDlgNoChange</field></row><row sectionId="wix.section.22" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*278"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*288"><field>Dialog</field><field>WaitForCostingDlg</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*290"><field>Dialog</field><field>OutOfRbDiskDlg</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*293"><field>Dialog</field><field>OutOfDiskDlg</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*296"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.23" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*298"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*310"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.24" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*312"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*356"><field>Dialog</field><field>CancelDlg</field></row><row sectionId="wix.section.25" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*358"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.26" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*380"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.27" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*395"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.28" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*411"><field>Binary</field><field>Image_SideBanner</field></row><row sectionId="wix.section.29" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*432"><field>Binary</field><field>Image_TopBanner</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*455"><field>Binary</field><field>Icon_Exclamation</field></row><row sectionId="wix.section.30" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*470"><field>Dialog</field><field>ErrorDlg</field></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*485"><field>Property</field><field>MSIFACTUIRMOption</field></row><row sectionId="wix.section.31" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*492"><field>Binary</field><field>Image_TopBanner</field></row></table><table name="WixUI" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.11" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\msifactui.wxs*502"><field>SUFWI_UI</field></row><row sectionId="wix.section.32" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\Common.wxs*4"><field>SUFWIUI_Common</field></row><row sectionId="wix.section.33" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ErrorText.wxs*4"><field>SUFUI_ErrorText</field></row><row sectionId="wix.section.34" sourceLineNumber="C:\Users\davidhopper\Documents\MSI Factory\Output\Action Tire Payment Processor\Build Files\ProgressText.wxs*4"><field>SUFUI_ProgressText</field></row></table></wixOutput></wixPdb>

Commits for ChrisCompleteCodeTrunk/ATTP/ATPP_New_Install/setup.wixpdb

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000