summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-23 21:34:06 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-07-25 09:41:01 +0000
commit0fa175d2ce8a0d21fced2c5f61528797d919c0fa (patch)
treeb6bf586688c78d81af83ff934b668bf8c912ed94 /instsetoo_native
parent6d67b812403e1c22ee09b70dddf6b2ac13e73b58 (diff)
fdo#35785: Add MsiShortcutProperty table to the installer
This sets the different IDs for shortcuts and should help the jump-lists WIP: data for the new MsiShortcutProperty installer table Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39 (cherry picked from commit 20696b2a5741fcda3b9cff5fb41da4d2688312c4) OK, so this was not just a bogus stray mess :) Change-Id: I39287c4bf882438c409157ab5e4fa586f5289c5c (cherry picked from commit 6c098943d600db20640264d52792c09ae336fdfb) Some more fixups towards the MsiShortcutProperty table Change-Id: I961a2c05c175512ee1fb4b0f11d0da1d5eae1c71 (cherry picked from commit 7137605eefb6b4efe80c89c4468e33591b1e474f) Some more typos in perl code Change-Id: I2123a6f4cbac0c4870495a70f5f283b75d3a5191 (cherry picked from commit 748be656846d5d698a47f63735f2ef58763a1ef6) And a bit more of fixes Change-Id: Ib247391d83773cddc18e37d5e979552a13dd19eb (cherry picked from commit b36d311899fde2f80e22bcc034ab8c9bdd795b76) Another typo Change-Id: I57a9592359a171eb3a6f230f5de2dc44a44b7181 (cherry picked from commit 045a7c675d04c258fdf97c6178ca9ad106d47deb) Hopefully the last installement of my perl saga Change-Id: I2d437062e3ce468591621e7323cacb13789edf06 (cherry picked from commit 6205c58e262e9b82e815855199de462775fcd35b) And my hope was not true Change-Id: I41877db65b66fa3732040fc21f98a5f2be2fdcb7 (cherry picked from commit d72151ff930ff1961f2ab7b1e895958cdaabe91b) Reviewed-on: https://gerrit.libreoffice.org/5081 Reviewed-by: Jesús Corrius <jcorrius@gmail.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt4
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