SymphonyElectron/installer/win/WixSharpToolset/Samples/Registry/MyProduct.wixpdb

1 line
74 KiB
Plaintext
Raw Normal View History

<?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" cate