SymphonyElectron/installer/win/WixSharpToolset/Samples/Managed Setup/ManagedSetup.wixpdb
2020-08-21 08:25:55 +02:00

12 lines
141 KiB
XML

<?xml version="1.0" encoding="utf-8"?><wixPdb version="3.0.3200.0" xmlns="http://schemas.microsoft.com/wix/2006/pdbs"><wixOutput type="Product" codepage="1252" 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;CustomSource;Property;Cabinet;Shortcut;FormattedSDDLText;Integer;DoubleInteger;TimeDate;DefaultDir" 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="CustomAction" createSymbols="yes"><columnDefinition name="Action" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key, name of action, normally appears in sequence table unless private use." /><columnDefinition name="Type" type="number" length="2" minValue="1" maxValue="32767" description="The numeric custom action type, consisting of source location, code type, entry, option flags." /><columnDefinition name="Source" type="string" length="72" nullable="yes" modularize="column" category="customSource" description="The table reference of the source of the code." /><columnDefinition name="Target" type="string" length="255" nullable="yes" localizable="yes" modularize="property" category="formatted" description="Excecution parameter, depends on the type of custom action" escapeIdtCharacters="yes" /><columnDefinition name="ExtendedType" type="number" length="4" nullable="yes" minValue="0" maxValue="2147483647" description="A numeric custom action type that extends code type or option flags of the Type column." /></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="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="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="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="MsiEmbeddedUI"><columnDefinition name="MsiEmbeddedUI" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="The primary key for the table." /><columnDefinition name="FileName" type="localized" length="255" category="text" description="The name of the file that receives the binary information in the Data column." /><columnDefinition name="Attributes" type="number" length="2" set="0;1;2;3" description="Information about the data in the Data column." /><columnDefinition name="MessageFilter" type="number" length="4" nullable="yes" description="Specifies the types of messages that are sent to the user interface DLL." /><columnDefinition name="Data" type="object" length="0" category="binary" description="This column contains binary information." /></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="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="WixBuildInfo" unreal="yes"><columnDefinition name="WixVersion" type="string" length="20" category="text" description="Version number of WiX." /><columnDefinition name="WixOutputFile" type="string" length="0" nullable="yes" category="text" description="Path to output file, if supplied." escapeIdtCharacters="yes" /><columnDefinition name="WixProjectFile" type="string" length="0" nullable="yes" category="text" description="Path to .wixproj file, if supplied." escapeIdtCharacters="yes" /><columnDefinition name="WixPdbFile" type="string" length="0" nullable="yes" category="text" description="Path to .wixpdb file, if supplied." escapeIdtCharacters="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="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="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>1</field><field>1252</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>2</field><field>Installation Database</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>3</field><field>ManagedSetup</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>4</field><field>oleg.shilo</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>5</field><field>Installer</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>6</field><field>This installer database contains the logic and data required to install ManagedSetup.</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>7</field><field>Intel;1033</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>9</field><field>{0A02D892-912F-42C1-A788-EFE64860A6AB}</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>14</field><field>200</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>15</field><field>2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*4"><field>19</field><field>2</field></row><row><field>12</field><field>2019/12/09 22:28:51</field></row><row><field>13</field><field>2019/12/09 22:28:51</field></row><row><field>18</field><field>Windows Installer XML Toolset (3.11.2.4516)</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;CustomSource;Property;Cabinet;Shortcut;FormattedSDDLText;Integer;DoubleInteger;TimeDate;DefaultDir</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>CustomAction</field><field>Action</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key, name of action, normally appears in sequence table unless private use.</field></row><row><field>CustomAction</field><field>Type</field><field>N</field><field>1</field><field>32767</field><field /><field /><field /><field /><field>The numeric custom action type, consisting of source location, code type, entry, option flags.</field></row><row><field>CustomAction</field><field>Source</field><field>Y</field><field /><field /><field /><field /><field>CustomSource</field><field /><field>The table reference of the source of the code.</field></row><row><field>CustomAction</field><field>Target</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>Excecution parameter, depends on the type of custom action</field></row><row><field>CustomAction</field><field>ExtendedType</field><field>Y</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>A numeric custom action type that extends code type or option flags of the Type column.</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>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>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>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>MsiEmbeddedUI</field><field>MsiEmbeddedUI</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>The primary key for the table.</field></row><row><field>MsiEmbeddedUI</field><field>FileName</field><field>N</field><field /><field /><field /><field /><field>Text</field><field /><field>The name of the file that receives the binary information in the Data column.</field></row><row><field>MsiEmbeddedUI</field><field>Attributes</field><field>N</field><field /><field /><field /><field /><field /><field>0;1;2;3</field><field>Information about the data in the Data column.</field></row><row><field>MsiEmbeddedUI</field><field>MessageFilter</field><field>Y</field><field /><field /><field /><field /><field /><field /><field>Specifies the types of messages that are sent to the user interface DLL.</field></row><row><field>MsiEmbeddedUI</field><field>Data</field><field>N</field><field /><field /><field /><field /><field>Binary</field><field /><field>This column contains binary information.</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></table><table name="ActionText" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*9"><field>InstallValidate</field><field>Validating install</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*10"><field>InstallFiles</field><field>Copying new files</field><field>File: [1], Directory: [9], Size: [6]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*11"><field>InstallAdminPackage</field><field>Copying network install files</field><field>File: [1], Directory: [9], Size: [6]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*12"><field>FileCost</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*13"><field>CostInitialize</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*14"><field>CostFinalize</field><field>Computing space requirements</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*15"><field>CreateShortcuts</field><field>Creating shortcuts</field><field>Shortcut: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*16"><field>PublishComponents</field><field>Publishing Qualified Components</field><field>Component ID: [1], Qualifier: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*17"><field>PublishFeatures</field><field>Publishing Product Features</field><field>Feature: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*18"><field>PublishProduct</field><field>Publishing product information</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*19"><field>RegisterClassInfo</field><field>Registering Class servers</field><field>Class Id: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*20"><field>RegisterExtensionInfo</field><field>Registering extension servers</field><field>Extension: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*21"><field>RegisterMIMEInfo</field><field>Registering MIME info</field><field>MIME Content Type: [1], Extension: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*22"><field>RegisterProgIdInfo</field><field>Registering program identifiers</field><field>ProgId: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*23"><field>AllocateRegistrySpace</field><field>Allocating registry space</field><field>Free space: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*24"><field>AppSearch</field><field>Searching for installed applications</field><field>Property: [1], Signature: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*25"><field>BindImage</field><field>Binding executables</field><field>File: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*26"><field>CCPSearch</field><field>Searching for qualifying products</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*27"><field>CreateFolders</field><field>Creating folders</field><field>Folder: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*28"><field>DeleteServices</field><field>Deleting services</field><field>Service: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*29"><field>DuplicateFiles</field><field>Creating duplicate files</field><field>File: [1], Directory: [9], Size: [6]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*30"><field>FindRelatedProducts</field><field>Searching for related applications</field><field>Found application: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*31"><field>InstallODBC</field><field>Installing ODBC components</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*32"><field>InstallServices</field><field>Installing new services</field><field>Service: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*33"><field>LaunchConditions</field><field>Evaluating launch conditions</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*34"><field>MigrateFeatureStates</field><field>Migrating feature states from related applications</field><field>Application: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*35"><field>MoveFiles</field><field>Moving files</field><field>File: [1], Directory: [9], Size: [6]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*36"><field>PatchFiles</field><field>Patching files</field><field>File: [1], Directory: [2], Size: [3]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*37"><field>ProcessComponents</field><field>Updating component registration</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*38"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*39"><field>RegisterFonts</field><field>Registering fonts</field><field>Font: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*40"><field>RegisterProduct</field><field>Registering product</field><field>[1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*41"><field>RegisterTypeLibraries</field><field>Registering type libraries</field><field>LibID: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*42"><field>RegisterUser</field><field>Registering user</field><field>[1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*43"><field>RemoveDuplicateFiles</field><field>Removing duplicated files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*44"><field>RemoveEnvironmentStrings</field><field>Updating environment strings</field><field>Name: [1], Value: [2], Action [3]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*45"><field>RemoveExistingProducts</field><field>Removing applications</field><field>Application: [1], Command line: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*46"><field>RemoveFiles</field><field>Removing files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*47"><field>RemoveFolders</field><field>Removing folders</field><field>Folder: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*48"><field>RemoveIniValues</field><field>Removing INI files entries</field><field>File: [1], Section: [2], Key: [3], Value: [4]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*49"><field>RemoveODBC</field><field>Removing ODBC components</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*50"><field>RemoveRegistryValues</field><field>Removing system registry values</field><field>Key: [1], Name: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*51"><field>RemoveShortcuts</field><field>Removing shortcuts</field><field>Shortcut: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*52"><field>RMCCPSearch</field><field>Searching for qualifying products</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*53"><field>SelfRegModules</field><field>Registering modules</field><field>File: [1], Folder: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*54"><field>SelfUnregModules</field><field>Unregistering modules</field><field>File: [1], Folder: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*55"><field>SetODBCFolders</field><field>Initializing ODBC directories</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*56"><field>StartServices</field><field>Starting services</field><field>Service: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*57"><field>StopServices</field><field>Stopping services</field><field>Service: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*58"><field>UnpublishComponents</field><field>Unpublishing Qualified Components</field><field>Component ID: [1], Qualifier: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*59"><field>UnpublishFeatures</field><field>Unpublishing Product Features</field><field>Feature: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*60"><field>UnregisterClassInfo</field><field>Unregister Class servers</field><field>Class Id: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*61"><field>UnregisterComPlus</field><field>Unregistering COM+ Applications and Components</field><field>AppId: [1]{{, AppType: [2]}}</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*62"><field>UnregisterExtensionInfo</field><field>Unregistering extension servers</field><field>Extension: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*63"><field>UnregisterFonts</field><field>Unregistering fonts</field><field>Font: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*64"><field>UnregisterMIMEInfo</field><field>Unregistering MIME info</field><field>MIME Content Type: [1], Extension: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*65"><field>UnregisterProgIdInfo</field><field>Unregistering program identifiers</field><field>ProgId: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*66"><field>UnregisterTypeLibraries</field><field>Unregistering type libraries</field><field>LibID: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*67"><field>WriteEnvironmentStrings</field><field>Updating environment strings</field><field>Name: [1], Value: [2], Action [3]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*68"><field>WriteIniValues</field><field>Writing INI files values</field><field>File: [1], Section: [2], Key: [3], Value: [4]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*69"><field>WriteRegistryValues</field><field>Writing system registry values</field><field>Key: [1], Name: [2], Value: [3]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*70"><field>Advertise</field><field>Advertising application</field><field /></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*71"><field>GenerateScript</field><field>Generating script operations for action:</field><field>[1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*72"><field>InstallSFPCatalogFile</field><field>Installing system catalog</field><field>File: [1], Dependencies: [2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*73"><field>MsiPublishAssemblies</field><field>Publishing assembly information</field><field>Application Context:[1], Assembly Name:[2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*74"><field>MsiUnpublishAssemblies</field><field>Unpublishing assembly information</field><field>Application Context:[1], Assembly Name:[2]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*75"><field>Rollback</field><field>Rolling back action:</field><field>[1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*76"><field>RollbackCleanup</field><field>Removing backup files</field><field>File: [1]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*77"><field>UnmoveFiles</field><field>Removing moved files</field><field>File: [1], Directory: [9]</field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*78"><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><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>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="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*45"><field>WixSharp_InitRuntime_Action_File</field><field unresolvedData="WixSharp.CA.dll">WixSharp.CA.dll</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*46"><field>WixSharp_UIText</field><field unresolvedData="ManagedSetup.wxl">ManagedSetup.wxl</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*47"><field>WixSharp_LicenceFile</field><field unresolvedData="ManagedSetup.licence.rtf">ManagedSetup.licence.rtf</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*48"><field>WixUI_Bmp_Dialog</field><field unresolvedData="ManagedSetup.dialog_bmp.png">ManagedSetup.dialog_bmp.png</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*49"><field>WixUI_Bmp_Banner</field><field unresolvedData="ManagedSetup.dialog_banner.png">ManagedSetup.dialog_banner.png</field></row></table><table name="Component" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*12"><field>Component.MyApp.exe_1471197072</field><field>{6F330B47-2577-43AD-9095-1861AC16DD99}</field><field>INSTALLDIR</field><field>0</field><field /><field>MyApp.exe_1471197072</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*18"><field>Component.readme.txt_397842600</field><field>{6F330B47-2577-43AD-9095-18614039EC6C}</field><field>INSTALLDIR.Docs</field><field>0</field><field /><field>readme.txt_397842600</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*22"><field>Component.setup.cs_1385570759</field><field>{6F330B47-2577-43AD-9095-1861BF7D050D}</field><field>INSTALLDIR.Docs</field><field>0</field><field /><field>setup.cs_1385570759</field></row></table><table name="CustomAction" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*38"><field>WixSharp_InitRuntime_Action</field><field>1</field><field>WixSharp_InitRuntime_Action_File</field><field>WixSharp_InitRuntime_Action</field><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*39"><field>Set_CancelRequestHandler_Props</field><field>51</field><field>CancelRequestHandler</field><field>UpgradeCode=[UpgradeCode];INSTALLDIR=[INSTALLDIR];UILevel=[UILevel];ProductCode=[ProductCode];ADDLOCAL=[ADDLOCAL];ADDFEATURES=[ADDFEATURES]</field><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*40"><field>CancelRequestHandler</field><field>3073</field><field>WixSharp_InitRuntime_Action_File</field><field>CancelRequestHandler</field><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*41"><field>WixSharp_Load_Action</field><field>1</field><field>WixSharp_InitRuntime_Action_File</field><field>WixSharp_Load_Action</field><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*42"><field>Set_WixSharp_AfterInstall_Action_Props</field><field>51</field><field>WixSharp_AfterInstall_Action</field><field>WixSharp_AfterInstall_Handlers=[WixSharp_AfterInstall_Handlers];WIXSHARP_RUNTIME_DATA=[WIXSHARP_RUNTIME_DATA];INSTALLDIR=[INSTALLDIR];UILevel=[UILevel];ProductName=[ProductName];INSTALLDIR=[INSTALLDIR];UILevel=[UILevel];ProductCode=[ProductCode];ADDLOCAL=[ADDLOCAL];ADDFEATURES=[ADDFEATURES]</field><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*43"><field>WixSharp_AfterInstall_Action</field><field>3073</field><field>WixSharp_InitRuntime_Action_File</field><field>WixSharp_AfterInstall_Action</field><field /></row></table><table name="Directory" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*16"><field>INSTALLDIR.Docs</field><field>INSTALLDIR</field><field>Docs</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*10"><field>INSTALLDIR</field><field>ProgramFilesFolder.My_Company</field><field>jmzsqjfc|My Product</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*9"><field>ProgramFilesFolder.My_Company</field><field>ProgramFilesFolder</field><field>3fdqdbkk|My Company</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*8"><field>ProgramFilesFolder</field><field>TARGETDIR</field><field>kivzgx3p|ProgramFilesFolder</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*7"><field>TARGETDIR</field><field /><field>SourceDir</field></row></table><table name="Error" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*80"><field>0</field><field><![CDATA[{{Fatal error: }}]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*81"><field>1</field><field><![CDATA[{{Error [1]. }}]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*82"><field>2</field><field><![CDATA[Warning [1]. ]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*83"><field>3</field><field><![CDATA[]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*84"><field>4</field><field><![CDATA[Info [1]. ]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*85"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*86"><field>6</field><field><![CDATA[]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*87"><field>7</field><field><![CDATA[{{Disk full: }}]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*88"><field>8</field><field><![CDATA[Action [Time]: [1]. [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*89"><field>9</field><field><![CDATA[[ProductName]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*90"><field>10</field><field><![CDATA[{[2]}{, [3]}{, [4]}]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*91"><field>11</field><field><![CDATA[Message type: [1], Argument: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*92"><field>12</field><field><![CDATA[=== Logging started: [Date] [Time] ===]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*93"><field>13</field><field><![CDATA[=== Logging stopped: [Date] [Time] ===]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*94"><field>14</field><field><![CDATA[Action start [Time]: [1].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*95"><field>15</field><field><![CDATA[Action ended [Time]: [1]. Return value [2].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*96"><field>16</field><field><![CDATA[Time remaining: {[1] minutes }{[2] seconds}]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*97"><field>17</field><field><![CDATA[Out of memory. Shut down other applications before retrying.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*98"><field>18</field><field><![CDATA[Installer is no longer responding.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*99"><field>19</field><field><![CDATA[Installer stopped prematurely.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*100"><field>20</field><field><![CDATA[Please wait while Windows configures [ProductName]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*101"><field>21</field><field><![CDATA[Gathering required information...]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*102"><field>22</field><field><![CDATA[Removing older versions of this application...]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*103"><field>23</field><field><![CDATA[Preparing to remove older versions of this application...]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*104"><field>32</field><field><![CDATA[{[ProductName] }Setup completed successfully.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*105"><field>33</field><field><![CDATA[{[ProductName] }Setup failed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*106"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*107"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*108"><field>1302</field><field><![CDATA[Please insert the disk: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*109"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*110"><field>1304</field><field><![CDATA[Error writing to file: [2]. Verify that you have access to that directory.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*111"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*112"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*113"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*114"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*115"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*116"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*117"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*118"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*119"><field>1313</field><field><![CDATA[The volume [2] is currently unavailable. Please select another.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*120"><field>1314</field><field><![CDATA[The specified path '[2]' is unavailable.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*121"><field>1315</field><field><![CDATA[Unable to write to the specified folder: [2].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*122"><field>1316</field><field><![CDATA[A network error occurred while attempting to read from the file: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*123"><field>1317</field><field><![CDATA[An error occurred while attempting to create the directory: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*124"><field>1318</field><field><![CDATA[A network error occurred while attempting to create the directory: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*125"><field>1319</field><field><![CDATA[A network error occurred while attempting to open the source file cabinet: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*126"><field>1320</field><field><![CDATA[The specified path is too long: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*127"><field>1321</field><field><![CDATA[The Installer has insufficient privileges to modify this file: [2].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*128"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*129"><field>1323</field><field><![CDATA[The folder path '[2]' contains words that are not valid in folder paths.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*130"><field>1324</field><field><![CDATA[The folder path '[2]' contains an invalid character.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*131"><field>1325</field><field><![CDATA['[2]' is not a valid short file name.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*132"><field>1326</field><field><![CDATA[Error getting file security: [3] GetLastError: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*133"><field>1327</field><field><![CDATA[Invalid Drive: [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*134"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*135"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*136"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*137"><field>1331</field><field><![CDATA[Failed to correctly copy [2] file: CRC error.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*138"><field>1332</field><field><![CDATA[Failed to correctly move [2] file: CRC error.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*139"><field>1333</field><field><![CDATA[Failed to correctly patch [2] file: CRC error.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*140"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*141"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*142"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*143"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*144"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*145"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*146"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*147"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*148"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*149"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*150"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*151"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*152"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*153"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*154"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*155"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*156"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*157"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*158"><field>1602</field><field><![CDATA[Are you sure you want to cancel?]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*159"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*160"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*161"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*162"><field>1606</field><field><![CDATA[Could not access network location [2].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*163"><field>1607</field><field><![CDATA[The following applications should be closed before continuing the install:]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*164"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*165"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*166"><field>1701</field><field><![CDATA[The key [2] is not valid. Verify that you entered the correct key.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*167"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*168"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*169"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*170"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*171"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*172"><field>1707</field><field><![CDATA[Installation completed successfully.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*173"><field>1708</field><field><![CDATA[Installation failed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*174"><field>1709</field><field><![CDATA[Product: [2] -- [3]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*175"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*176"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*177"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*178"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*179"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*180"><field>1715</field><field><![CDATA[Installed [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*181"><field>1716</field><field><![CDATA[Configured [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*182"><field>1717</field><field><![CDATA[Removed [2]]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*183"><field>1718</field><field><![CDATA[File [2] was rejected by digital signature policy.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*184"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*185"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*186"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*187"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*188"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*189"><field>1724</field><field><![CDATA[Removal completed successfully.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*190"><field>1725</field><field><![CDATA[Removal failed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*191"><field>1726</field><field><![CDATA[Advertisement completed successfully.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*192"><field>1727</field><field><![CDATA[Advertisement failed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*193"><field>1728</field><field><![CDATA[Configuration completed successfully.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*194"><field>1729</field><field><![CDATA[Configuration failed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*195"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*196"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*197"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*198"><field>1801</field><field><![CDATA[The path [2] is not valid. Please specify a valid path.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*199"><field>1802</field><field><![CDATA[Out of memory. Shut down other applications before retrying.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*200"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*201"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*202"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*203"><field>1806</field><field><![CDATA[You have insufficient privileges to read this folder.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*204"><field>1807</field><field><![CDATA[A valid destination folder for the install could not be determined.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*205"><field>1901</field><field><![CDATA[Error attempting to read from the source install database: [2].]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*206"><field>1902</field><field><![CDATA[Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*207"><field>1903</field><field><![CDATA[Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*208"><field>1904</field><field><![CDATA[Module [2] failed to register. HRESULT [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*209"><field>1905</field><field><![CDATA[Module [2] failed to unregister. HRESULT [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*210"><field>1906</field><field><![CDATA[Failed to cache package [2]. Error: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*211"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*212"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*213"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*214"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*215"><field>1911</field><field><![CDATA[Could not register type library for file [2]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*216"><field>1912</field><field><![CDATA[Could not unregister type library for file [2]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*217"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*218"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*219"><field>1915</field><field><![CDATA[Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*220"><field>1916</field><field><![CDATA[Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*221"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*222"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*223"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*224"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*225"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*226"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*227"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*228"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*229"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*230"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*231"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*232"><field>1928</field><field><![CDATA[Error registering COM+ Application. Contact your support personnel for more information.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*233"><field>1929</field><field><![CDATA[Error unregistering COM+ Application. Contact your support personnel for more information.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*234"><field>1930</field><field><![CDATA[The description for service '[2]' ([3]) could not be changed.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*235"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*236"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*237"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*238"><field>1934</field><field><![CDATA[User installations are disabled via policy on the machine.]]></field></row><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*239"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*240"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*241"><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.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*242"><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="Feature" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*62"><field>Binaries</field><field /><field>Binaries</field><field>Product binaries</field><field>2</field><field>1</field><field /><field>16</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*69"><field>Tutorials</field><field>Documentation</field><field>Tutorials</field><field>Product tutorials</field><field>2</field><field>2</field><field /><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*66"><field>Documentation</field><field /><field>Documentation</field><field>Product documentation (manuals and user guides)</field><field>4</field><field>1</field><field /><field>0</field></row></table><table name="FeatureComponents" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>Binaries</field><field>Component.MyApp.exe_1471197072</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>Documentation</field><field>Component.readme.txt_397842600</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>Tutorials</field><field>Component.setup.cs_1385570759</field></row></table><table name="File" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*13"><field>MyApp.exe_1471197072</field><field>Component.MyApp.exe_1471197072</field><field>MyApp.exe</field><field>4096</field><field>0.0.0.0</field><field>0</field><field>512</field><field>1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*19"><field>readme.txt_397842600</field><field>Component.readme.txt_397842600</field><field>readme.txt</field><field>178</field><field /><field /><field>512</field><field>2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*23"><field>setup.cs_1385570759</field><field>Component.setup.cs_1385570759</field><field>setup.cs</field><field>3032</field><field /><field /><field>512</field><field>3</field></row></table><table name="InstallExecuteSequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><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>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>RemoveFiles</field><field /><field>3500</field></row><row><field>InstallFiles</field><field /><field>4000</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><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*78"><field>WixSharp_Load_Action</field><field>1</field><field>49</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*75"><field>WixSharp_InitRuntime_Action</field><field>(1)</field><field>48</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*79"><field>Set_WixSharp_AfterInstall_Action_Props</field><field /><field>4001</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*80"><field>WixSharp_AfterInstall_Action</field><field>1</field><field>4002</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*77"><field>CancelRequestHandler</field><field>(NOT (REMOVE="ALL"))</field><field>6599</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*76"><field>Set_CancelRequestHandler_Props</field><field /><field>6598</field></row></table><table name="InstallUISequence" 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>ExecuteAction</field><field /><field>1300</field></row></table><table name="Media" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*5"><field>1</field><field>3</field><field /><field>#ManagedSetup.cab</field><field /><field /></row></table><table name="MsiEmbeddedUI" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*35"><field>WixSharp_EmbeddedUI_Asm</field><field>WixSharp.UI.CA.dll</field><field>1</field><field>234913791</field><field unresolvedData="WixSharp.UI.CA.dll">WixSharp.UI.CA.dll</field></row></table><table name="MsiFileHash" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*19"><field>readme.txt_397842600</field><field>0</field><field>509113717</field><field>734038507</field><field>2042485267</field><field>-53065767</field></row><row sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*23"><field>setup.cs_1385570759</field><field>0</field><field>-912063539</field><field>-417488337</field><field>-435306020</field><field>825432716</field></row></table><table name="Property" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*53"><field>WixSharp_UI_INSTALLDIR</field><field>INSTALLDIR</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*54"><field>UAC_REVEALER_ENABLED</field><field>true</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*55"><field>UAC_WARNING</field><field>Please wait for UAC prompt to appear.
If it appears minimized then activate it from the taskbar.</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*56"><field>WixSharp_InstallDialogs</field><field>WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.WelcomeDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.LicenceDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.SetupTypeDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.FeaturesDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.InstallDirDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.ProgressDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.ExitDialog</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*57"><field>WixSharp_ModifyDialogs</field><field>WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.MaintenanceTypeDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.FeaturesDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.ProgressDialog
WixSharp.UI, Version=1.13.2.2, Culture=neutral, PublicKeyToken=3775edd25acc43c2|WixSharp.UI.Forms.ExitDialog</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*58"><field>WixSharp_UIInitialized_Handlers</field><field>setup.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|Script|Project_UIInitialized</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*59"><field>WixSharp_Load_Handlers</field><field>setup.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|Script|msi_Load</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*60"><field>WixSharp_AfterInstall_Handlers</field><field>setup.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|Script|msi_AfterInstall</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.Manufacturer" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Manufacturer</field><field>oleg.shilo</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.ProductCode" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>ProductCode</field><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.ProductLanguage" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>ProductLanguage</field><field>1033</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.ProductName" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>ProductName</field><field>ManagedSetup</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.ProductVersion" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>ProductVersion</field><field>1.0.0.0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.UpgradeCode" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>UpgradeCode</field><field>{6F330B47-2577-43AD-9095-1861BA25889B}</field></row></table><table name="WixAction" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*75"><field>InstallExecuteSequence</field><field>WixSharp_InitRuntime_Action</field><field>(1)</field><field>48</field><field>AppSearch</field><field /><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*76"><field>InstallExecuteSequence</field><field>Set_CancelRequestHandler_Props</field><field /><field>6598</field><field>InstallFinalize</field><field /><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*77"><field>InstallExecuteSequence</field><field>CancelRequestHandler</field><field>(NOT (REMOVE="ALL"))</field><field>6599</field><field /><field>Set_CancelRequestHandler_Props</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*78"><field>InstallExecuteSequence</field><field>WixSharp_Load_Action</field><field>1</field><field>49</field><field>AppSearch</field><field /><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*79"><field>InstallExecuteSequence</field><field>Set_WixSharp_AfterInstall_Action_Props</field><field /><field>4001</field><field /><field>InstallFiles</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*80"><field>InstallExecuteSequence</field><field>WixSharp_AfterInstall_Action</field><field>1</field><field>4002</field><field /><field>Set_WixSharp_AfterInstall_Action_Props</field><field>0</field></row></table><table name="WixBuildInfo" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>3.11.2.4516</field><field>E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.msi</field><field /><field>E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wixpdb</field></row></table><table name="WixComplexReference" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*63"><field>Binaries</field><field>1</field><field /><field>Component.MyApp.exe_1471197072</field><field>1</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*66"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>5</field><field /><field>Documentation</field><field>2</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*62"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>5</field><field /><field>Binaries</field><field>2</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*69"><field>Documentation</field><field>1</field><field /><field>Tutorials</field><field>2</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*67"><field>Documentation</field><field>1</field><field /><field>Component.readme.txt_397842600</field><field>1</field><field>0</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*70"><field>Tutorials</field><field>1</field><field /><field>Component.setup.cs_1385570759</field><field>1</field><field>0</field></row></table><table name="WixFile" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*13"><field>MyApp.exe_1471197072</field><field /><field /><field /><field>INSTALLDIR</field><field>1</field><field unresolvedData="Files\bin\MyApp.exe">Files\bin\MyApp.exe</field><field /><field>-1</field><field>0</field><field>0</field><field /><field /><field /><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*19"><field>readme.txt_397842600</field><field /><field /><field /><field>INSTALLDIR.Docs</field><field>1</field><field unresolvedData="readme.txt">readme.txt</field><field /><field>-1</field><field>0</field><field>0</field><field /><field /><field /><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*23"><field>setup.cs_1385570759</field><field /><field /><field /><field>INSTALLDIR.Docs</field><field>1</field><field unresolvedData="setup.cs">setup.cs</field><field /><field>-1</field><field>0</field><field>0</field><field /><field /><field /><field /></row></table><table name="WixGroup" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*63"><field>Binaries</field><field>Feature</field><field>Component.MyApp.exe_1471197072</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*62"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>Product</field><field>Binaries</field><field>Feature</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*67"><field>Documentation</field><field>Feature</field><field>Component.readme.txt_397842600</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*70"><field>Tutorials</field><field>Feature</field><field>Component.setup.cs_1385570759</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*69"><field>Documentation</field><field>Feature</field><field>Tutorials</field><field>Feature</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*66"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>Product</field><field>Documentation</field><field>Feature</field></row></table><table name="WixSimpleReference" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>Manufacturer</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>ProductCode</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>ProductLanguage</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>ProductName</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>ProductVersion</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*3"><field>Property</field><field>UpgradeCode</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*13"><field>Media</field><field>1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*19"><field>Media</field><field>1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*23"><field>Media</field><field>1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*38"><field>Binary</field><field>WixSharp_InitRuntime_Action_File</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*40"><field>Binary</field><field>WixSharp_InitRuntime_Action_File</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*41"><field>Binary</field><field>WixSharp_InitRuntime_Action_File</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*43"><field>Binary</field><field>WixSharp_InitRuntime_Action_File</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*51"><field>WixUI</field><field>WixUI_ErrorProgressText</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*63"><field>Component</field><field>Component.MyApp.exe_1471197072</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*67"><field>Component</field><field>Component.readme.txt_397842600</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*70"><field>Component</field><field>Component.setup.cs_1385570759</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*75"><field>CustomAction</field><field>WixSharp_InitRuntime_Action</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*75"><field>WixAction</field><field>InstallExecuteSequence/AppSearch</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*76"><field>CustomAction</field><field>Set_CancelRequestHandler_Props</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*76"><field>WixAction</field><field>InstallExecuteSequence/InstallFinalize</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*77"><field>CustomAction</field><field>CancelRequestHandler</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*77"><field>WixAction</field><field>InstallExecuteSequence/Set_CancelRequestHandler_Props</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*78"><field>CustomAction</field><field>WixSharp_Load_Action</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*78"><field>WixAction</field><field>InstallExecuteSequence/AppSearch</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*79"><field>CustomAction</field><field>Set_WixSharp_AfterInstall_Action_Props</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*79"><field>WixAction</field><field>InstallExecuteSequence/InstallFiles</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*80"><field>CustomAction</field><field>WixSharp_AfterInstall_Action</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Managed Setup\ManagedSetup.wxs*80"><field>WixAction</field><field>InstallExecuteSequence/Set_WixSharp_AfterInstall_Action_Props</field></row></table><table name="WixUI" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="wix.section.8" sourceLineNumber="C:\agent\_work\66\s\src\ext\UIExtension\wixlib\ErrorProgressText.wxs*7"><field>WixUI_ErrorProgressText</field></row></table></wixOutput></wixPdb>