diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-24 16:29:56 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-24 16:30:18 +0200 |
commit | 7137605eefb6b4efe80c89c4468e33591b1e474f (patch) | |
tree | 85471adaba31b64d803e3c6fb942e187c76c3a43 /instsetoo_native | |
parent | fbe28de6fbfdce41544e4e93168d32661add8285 (diff) |
Some more fixups towards the MsiShortcutProperty table
Change-Id: I961a2c05c175512ee1fb4b0f11d0da1d5eae1c71
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt index 193873a810fb..c5945ae6f05f 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt @@ -296,6 +296,10 @@ MsiFileHash HashPart2 N Size of file in bytes (long integer). MsiFileHash HashPart3 N Size of file in bytes (long integer). MsiFileHash HashPart4 N Size of file in bytes (long integer). MsiFileHash Options N 0 32767 Various options and attributes for this hash. +MsiShortcutProperty MsiShortcutProperty N Identifier Unique identifier for this row of the MsiShortcutProperty table +MsiShortcutProperty Shortcut_ N Identifier A key into the Shortcut table that identifies the shortcut having a property set +MsiShortcutProperty PropertyKey N Formatted A string value that provides information for the PROPERTYKEY structure +MsiShortcutProperty PropVariantValue N Formatted A string value that provides information for the PROPVARIANT structure. ODBCAttribute Attribute N Text Name of ODBC driver attribute ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table ODBCAttribute Value Y Text Value for ODBC driver attribute |