SymphonyElectron/installer/win/WixSharpToolset/Samples/Registry/MyProduct.wixpdb
2020-08-21 08:25:55 +02:00

1 line
74 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="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="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="CreateFolder"><columnDefinition name="Directory_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Directory" keyColumn="1" category="identifier" description="Primary key, could be foreign key into the Directory table." /><columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table." /></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="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="LockPermissions"><columnDefinition name="LockObject" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Foreign key into Registry or File table" /><columnDefinition name="Table" type="string" length="32" primaryKey="yes" category="identifier" set="Directory;File;Registry" description="Reference to another table name" /><columnDefinition name="Domain" type="string" length="255" primaryKey="yes" nullable="yes" modularize="property" category="formatted" description="Domain name for user whose permissions are being set. (usually a property)" /><columnDefinition name="User" type="string" length="255" primaryKey="yes" modularize="property" category="formatted" description="User for permissions to be set. (usually a property)" /><columnDefinition name="Permission" type="number" length="4" nullable="yes" minValue="-2147483647" maxValue="2147483647" description="Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)" /></tableDefinition><tableDefinition name="Media" createSymbols="yes"><columnDefinition name="DiskId" type="number" length="2" primaryKey="yes" minValue="1" maxValue="32767" description="Primary key, integer to determine sort order for table." /><columnDefinition name="LastSequence" type="number" length="4" minValue="0" maxValue="2147483647" description="File sequence number for the last file for this media." /><columnDefinition name="DiskPrompt" type="localized" length="64" nullable="yes" category="text" description="Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted." escapeIdtCharacters="yes" /><columnDefinition name="Cabinet" type="string" length="255" nullable="yes" category="cabinet" description="If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet." /><columnDefinition name="VolumeLabel" type="string" length="32" nullable="yes" category="text" description="The label attributed to the volume." /><columnDefinition name="Source" type="string" length="72" nullable="yes" category="property" description="The property defining the location of the cabinet file." /></tableDefinition><tableDefinition name="MsiFileHash"><columnDefinition name="File_" type="string" length="72" primaryKey="yes" modularize="column" keyTable="File" keyColumn="1" category="identifier" description="Primary key, foreign key into File table referencing file with this hash" /><columnDefinition name="Options" type="number" length="2" minValue="0" maxValue="32767" description="Various options and attributes for this hash." /><columnDefinition name="HashPart1" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart2" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart3" type="number" length="4" description="Size of file in bytes (long integer)." /><columnDefinition name="HashPart4" type="number" length="4" description="Size of file in bytes (long integer)." /></tableDefinition><tableDefinition name="Property" createSymbols="yes"><columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Name of property, uppercase if settable by launcher or loader." /><columnDefinition name="Value" type="localized" length="0" category="text" description="String value for property. Never null or empty." escapeIdtCharacters="yes" /></tableDefinition><tableDefinition name="Registry"><columnDefinition name="Registry" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key, non-localized token." /><columnDefinition name="Root" type="number" length="2" minValue="-1" maxValue="3" description="The predefined root key for the registry value, one of rrkEnum." /><columnDefinition name="Key" type="localized" length="255" modularize="property" category="regPath" description="The key for the registry value." /><columnDefinition name="Name" type="localized" length="255" nullable="yes" modularize="property" category="formatted" description="The registry value name." /><columnDefinition name="Value" type="localized" length="0" nullable="yes" modularize="property" category="formatted" description="The registry value." escapeIdtCharacters="yes" /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table referencing component that controls the installing of the registry value." /></tableDefinition><tableDefinition name="RemoveFile"><columnDefinition name="FileKey" type="string" length="72" primaryKey="yes" modularize="column" category="identifier" description="Primary key used to identify a particular file entry" /><columnDefinition name="Component_" type="string" length="72" modularize="column" keyTable="Component" keyColumn="1" category="identifier" description="Foreign key referencing Component that controls the file to be removed." /><columnDefinition name="FileName" type="localized" length="255" nullable="yes" category="wildCardFilename" description="Name of the file to be removed." /><columnDefinition name="DirProperty" type="string" length="72" modularize="column" category="identifier" description="Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed." /><columnDefinition name="InstallMode" type="number" length="2" set="1;2;3" description="Installation option, one of iimEnum." /></tableDefinition><tableDefinition name="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></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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*4"><field>3</field><field>MyProduct</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*4"><field>6</field><field>This installer database contains the logic and data required to install MyProduct.</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.wxs*4"><field>9</field><field>{CFC9A59F-D7F2-4083-A2A7-C1DF09AECA29}</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*4"><field>19</field><field>2</field></row><row><field>12</field><field>2019/12/09 22:29:16</field></row><row><field>13</field><field>2019/12/09 22:29:16</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>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>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>CreateFolder</field><field>Directory_</field><field>N</field><field /><field /><field>Directory</field><field>1</field><field>Identifier</field><field /><field>Primary key, could be foreign key into the Directory table.</field></row><row><field>CreateFolder</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the Component table.</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>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>LockPermissions</field><field>LockObject</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Foreign key into Registry or File table</field></row><row><field>LockPermissions</field><field>Table</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field>Directory;File;Registry</field><field>Reference to another table name</field></row><row><field>LockPermissions</field><field>Domain</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>Domain name for user whose permissions are being set. (usually a property)</field></row><row><field>LockPermissions</field><field>User</field><field>N</field><field /><field /><field /><field /><field>Formatted</field><field /><field>User for permissions to be set. (usually a property)</field></row><row><field>LockPermissions</field><field>Permission</field><field>Y</field><field>-2147483647</field><field>2147483647</field><field /><field /><field /><field /><field>Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)</field></row><row><field>Media</field><field>DiskId</field><field>N</field><field>1</field><field>32767</field><field /><field /><field /><field /><field>Primary key, integer to determine sort order for table.</field></row><row><field>Media</field><field>LastSequence</field><field>N</field><field>0</field><field>2147483647</field><field /><field /><field /><field /><field>File sequence number for the last file for this media.</field></row><row><field>Media</field><field>DiskPrompt</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.</field></row><row><field>Media</field><field>Cabinet</field><field>Y</field><field /><field /><field /><field /><field>Cabinet</field><field /><field>If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.</field></row><row><field>Media</field><field>VolumeLabel</field><field>Y</field><field /><field /><field /><field /><field>Text</field><field /><field>The label attributed to the volume.</field></row><row><field>Media</field><field>Source</field><field>Y</field><field /><field /><field /><field /><field>Property</field><field /><field>The property defining the location of the cabinet file.</field></row><row><field>MsiFileHash</field><field>File_</field><field>N</field><field /><field /><field>File</field><field>1</field><field>Identifier</field><field /><field>Primary key, foreign key into File table referencing file with this hash</field></row><row><field>MsiFileHash</field><field>Options</field><field>N</field><field>0</field><field>32767</field><field /><field /><field /><field /><field>Various options and attributes for this hash.</field></row><row><field>MsiFileHash</field><field>HashPart1</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart2</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart3</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>MsiFileHash</field><field>HashPart4</field><field>N</field><field /><field /><field /><field /><field /><field /><field>Size of file in bytes (long integer).</field></row><row><field>Property</field><field>Property</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of property, uppercase if settable by launcher or loader.</field></row><row><field>Property</field><field>Value</field><field>N</field><field /><field /><field /><field /><field>Text</field><field /><field>String value for property. Never null or empty.</field></row><row><field>Registry</field><field>Registry</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key, non-localized token.</field></row><row><field>Registry</field><field>Root</field><field>N</field><field>-1</field><field>3</field><field /><field /><field /><field /><field>The predefined root key for the registry value, one of rrkEnum.</field></row><row><field>Registry</field><field>Key</field><field>N</field><field /><field /><field /><field /><field>RegPath</field><field /><field>The key for the registry value.</field></row><row><field>Registry</field><field>Name</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The registry value name.</field></row><row><field>Registry</field><field>Value</field><field>Y</field><field /><field /><field /><field /><field>Formatted</field><field /><field>The registry value.</field></row><row><field>Registry</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key into the Component table referencing component that controls the installing of the registry value.</field></row><row><field>RemoveFile</field><field>FileKey</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Primary key used to identify a particular file entry</field></row><row><field>RemoveFile</field><field>Component_</field><field>N</field><field /><field /><field>Component</field><field>1</field><field>Identifier</field><field /><field>Foreign key referencing Component that controls the file to be removed.</field></row><row><field>RemoveFile</field><field>FileName</field><field>Y</field><field /><field /><field /><field /><field>WildCardFilename</field><field /><field>Name of the file to be removed.</field></row><row><field>RemoveFile</field><field>DirProperty</field><field>N</field><field /><field /><field /><field /><field>Identifier</field><field /><field>Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.</field></row><row><field>RemoveFile</field><field>InstallMode</field><field>N</field><field /><field /><field /><field /><field /><field>1;2;3</field><field>Installation option, one of iimEnum.</field></row></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="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\Registry\MyProduct.wxs*12"><field>Component.readme.txt_1240382565</field><field>{6F330B47-2577-43AD-9095-18615005CAC4}</field><field>INSTALLDIR</field><field>0</field><field /><field>readme.txt_1240382565</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*16"><field>RemoveRegistryKey</field><field>{6F330B47-2577-43AD-9095-18615E65D734}</field><field>INSTALLDIR</field><field>0</field><field /><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*25"><field>ProgramFilesFolder.My_Company</field><field>{6F330B47-2577-43AD-9095-1861C5635C14}</field><field>ProgramFilesFolder.My_Company</field><field>0</field><field /><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*31"><field>Registry.1</field><field>{6F330B47-2577-43AD-9095-1861B742561A}</field><field>ProgramFilesFolder</field><field>0</field><field /><field /></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*42"><field>Registry.2</field><field>{6F330B47-2577-43AD-9095-1861B743561A}</field><field>ProgramFilesFolder</field><field>4</field><field /><field>Message</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*50"><field>Registry.3</field><field>{6F330B47-2577-43AD-9095-1861B744561A}</field><field>ProgramFilesFolder</field><field>4</field><field /><field>Count</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*58"><field>Registry.4</field><field>{6F330B47-2577-43AD-9095-1861B73D561A}</field><field>ProgramFilesFolder</field><field>4</field><field /><field>RegValue</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*66"><field>Registry.5</field><field>{6F330B47-2577-43AD-9095-1861B73E561A}</field><field>ProgramFilesFolder</field><field>4</field><field /><field>RegValue.1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*76"><field>TARGETDIR</field><field>{6F330B47-2577-43AD-9095-18612DF5F80E}</field><field>TARGETDIR</field><field>0</field><field /><field /></row></table><table name="CreateFolder" 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\Registry\MyProduct.wxs*19"><field>INSTALLDIR</field><field>RemoveRegistryKey</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*25"><field>ProgramFilesFolder.My_Company</field><field>ProgramFilesFolder.My_Company</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*38"><field>ProgramFilesFolder</field><field>Registry.1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*47"><field>ProgramFilesFolder</field><field>Registry.2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*55"><field>ProgramFilesFolder</field><field>Registry.3</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*63"><field>ProgramFilesFolder</field><field>Registry.4</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*71"><field>ProgramFilesFolder</field><field>Registry.5</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*76"><field>TARGETDIR</field><field>TARGETDIR</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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*7"><field>TARGETDIR</field><field /><field>SourceDir</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\Registry\MyProduct.wxs*82"><field>MyApp_Binaries</field><field /><field>MyApp Binaries</field><field /><field>2</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>MyApp_Binaries</field><field>TARGETDIR</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>ProgramFilesFolder.My_Company</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>RemoveRegistryKey</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Registry.5</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Registry.4</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Registry.3</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Registry.2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Registry.1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}"><field>MyApp_Binaries</field><field>Component.readme.txt_1240382565</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\Registry\MyProduct.wxs*13"><field>readme.txt_1240382565</field><field>Component.readme.txt_1240382565</field><field>readme.txt</field><field>191</field><field /><field /><field>512</field><field>1</field></row></table><table name="InstallExecuteSequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><field>ValidateProductID</field><field /><field>700</field></row><row><field>CostInitialize</field><field /><field>800</field></row><row><field>FileCost</field><field /><field>900</field></row><row><field>CostFinalize</field><field /><field>1000</field></row><row><field>InstallValidate</field><field /><field>1400</field></row><row><field>InstallInitialize</field><field /><field>1500</field></row><row><field>ProcessComponents</field><field /><field>1600</field></row><row><field>UnpublishFeatures</field><field /><field>1800</field></row><row><field>RemoveRegistryValues</field><field /><field>2600</field></row><row><field>RemoveFiles</field><field /><field>3500</field></row><row><field>RemoveFolders</field><field /><field>3600</field></row><row><field>CreateFolders</field><field /><field>3700</field></row><row><field>InstallFiles</field><field /><field>4000</field></row><row><field>WriteRegistryValues</field><field /><field>5000</field></row><row><field>RegisterUser</field><field /><field>6000</field></row><row><field>RegisterProduct</field><field /><field>6100</field></row><row><field>PublishFeatures</field><field /><field>6300</field></row><row><field>PublishProduct</field><field /><field>6400</field></row><row><field>InstallFinalize</field><field /><field>6600</field></row></table><table name="InstallUISequence" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row><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="LockPermissions" 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\Registry\MyProduct.wxs*34"><field>LICENSE_KEY</field><field>Registry</field><field /><field>usr</field><field>1</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\Registry\MyProduct.wxs*5"><field>1</field><field>1</field><field /><field>#MyProduct.cab</field><field /><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\Registry\MyProduct.wxs*13"><field>readme.txt_1240382565</field><field>0</field><field>-457128935</field><field>-1225975421</field><field>600160496</field><field>-83170127</field></row></table><table name="Property" xmlns="http://schemas.microsoft.com/wix/2006/objects"><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.Manufacturer" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*3"><field>ProductName</field><field>MyProduct</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}.ProductVersion" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.wxs*3"><field>UpgradeCode</field><field>{6F330B47-2577-43AD-9095-1861BA25889B}</field></row></table><table name="Registry" 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\Registry\MyProduct.wxs*17"><field>RemoveRegistryKey</field><field>2</field><field>Software\My Company\My Product</field><field>-</field><field /><field>RemoveRegistryKey</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*33"><field>LICENSE_KEY</field><field>2</field><field>Software\My Company\My Product</field><field>LICENSE_KEY</field><field>#x01020304</field><field>Registry.1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*44"><field>Message</field><field>2</field><field>Software\My Company\My Product</field><field>Message</field><field>Hello</field><field>Registry.2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*52"><field>Count</field><field>2</field><field>Software\My Company\My Product</field><field>Count</field><field>#777</field><field>Registry.3</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*60"><field>RegValue</field><field>0</field><field>test\shell\open\command</field><field /><field>#%"[INSTALLDIR]test.exe" "%1"</field><field>Registry.4</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*68"><field>RegValue.1</field><field>0</field><field>test\shell\open\command2</field><field /><field>#%"[CommonAppDataFolder]test.exe" "%1"</field><field>Registry.5</field></row></table><table name="RemoveFile" 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\Registry\MyProduct.wxs*20"><field>INSTALLDIR</field><field>RemoveRegistryKey</field><field /><field>INSTALLDIR</field><field>2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*26"><field>ProgramFilesFolder.My_Company</field><field>ProgramFilesFolder.My_Company</field><field /><field>ProgramFilesFolder.My_Company</field><field>2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*39"><field>ProgramFilesFolder</field><field>Registry.1</field><field /><field>ProgramFilesFolder</field><field>2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*77"><field>TARGETDIR</field><field>TARGETDIR</field><field /><field>TARGETDIR</field><field>2</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\Registry\MyProduct.msi</field><field /><field>E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.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\Registry\MyProduct.wxs*82"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>5</field><field /><field>MyApp_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\Registry\MyProduct.wxs*91"><field>MyApp_Binaries</field><field>1</field><field /><field>TARGETDIR</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\Registry\MyProduct.wxs*90"><field>MyApp_Binaries</field><field>1</field><field /><field>ProgramFilesFolder.My_Company</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\Registry\MyProduct.wxs*89"><field>MyApp_Binaries</field><field>1</field><field /><field>RemoveRegistryKey</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\Registry\MyProduct.wxs*88"><field>MyApp_Binaries</field><field>1</field><field /><field>Registry.5</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\Registry\MyProduct.wxs*87"><field>MyApp_Binaries</field><field>1</field><field /><field>Registry.4</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\Registry\MyProduct.wxs*86"><field>MyApp_Binaries</field><field>1</field><field /><field>Registry.3</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\Registry\MyProduct.wxs*85"><field>MyApp_Binaries</field><field>1</field><field /><field>Registry.2</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\Registry\MyProduct.wxs*84"><field>MyApp_Binaries</field><field>1</field><field /><field>Registry.1</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\Registry\MyProduct.wxs*83"><field>MyApp_Binaries</field><field>1</field><field /><field>Component.readme.txt_1240382565</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\Registry\MyProduct.wxs*13"><field>readme.txt_1240382565</field><field /><field /><field /><field>INSTALLDIR</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></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\Registry\MyProduct.wxs*83"><field>MyApp_Binaries</field><field>Feature</field><field>Component.readme.txt_1240382565</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*84"><field>MyApp_Binaries</field><field>Feature</field><field>Registry.1</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*85"><field>MyApp_Binaries</field><field>Feature</field><field>Registry.2</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*86"><field>MyApp_Binaries</field><field>Feature</field><field>Registry.3</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*87"><field>MyApp_Binaries</field><field>Feature</field><field>Registry.4</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*88"><field>MyApp_Binaries</field><field>Feature</field><field>Registry.5</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*89"><field>MyApp_Binaries</field><field>Feature</field><field>RemoveRegistryKey</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*90"><field>MyApp_Binaries</field><field>Feature</field><field>ProgramFilesFolder.My_Company</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*91"><field>MyApp_Binaries</field><field>Feature</field><field>TARGETDIR</field><field>Component</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*82"><field>{6F330B47-2577-43AD-9095-1861CA25889C}</field><field>Product</field><field>MyApp_Binaries</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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.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\Registry\MyProduct.wxs*83"><field>Component</field><field>Component.readme.txt_1240382565</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*84"><field>Component</field><field>Registry.1</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*85"><field>Component</field><field>Registry.2</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*86"><field>Component</field><field>Registry.3</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*87"><field>Component</field><field>Registry.4</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*88"><field>Component</field><field>Registry.5</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*89"><field>Component</field><field>RemoveRegistryKey</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*90"><field>Component</field><field>ProgramFilesFolder.My_Company</field></row><row sectionId="{6F330B47-2577-43AD-9095-1861CA25889C}" sourceLineNumber="E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduct.wxs*91"><field>Component</field><field>TARGETDIR</field></row></table></wixOutput></wixPdb>