[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo
Andras Timar
andras.timar at collabora.com
Fri Oct 4 05:41:51 PDT 2013
instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt | 2 +-
instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt | 2 +-
instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2727377bed3f4f1e555f61b22a1fb3547ce18edc
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Oct 2 06:11:05 2013 -0700
Media/LastSequence is i4, so it has to be 32767->65535 in _Validation table
Change-Id: Icfcd8c70da350e5b431d6ac802a34b35adf8035b
Reviewed-on: https://gerrit.libreoffice.org/6108
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
index e5f06c7..00b4810 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
@@ -216,7 +216,7 @@ LockPermissions User N Formatted User for permissions to be set. (usually
Media Cabinet Y Cabinet If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.
Media DiskId N 1 32767 Primary key, integer to determine sort order for table.
Media DiskPrompt Y Text 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.
-Media LastSequence N 0 32767 File sequence number for the last file for this media.
+Media LastSequence N 0 65535 File sequence number for the last file for this media.
Media Source Y Property The property defining the location of the cabinet file.
Media VolumeLabel Y Text The label attributed to the volume.
MIME CLSID Y Guid Optional associated CLSID.
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
index c5945ae..d937499 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
@@ -215,7 +215,7 @@ LockPermissions User N Formatted User for permissions to be set. (usually
Media Cabinet Y Cabinet If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.
Media DiskId N 1 32767 Primary key, integer to determine sort order for table.
Media DiskPrompt Y Text 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.
-Media LastSequence N 0 32767 File sequence number for the last file for this media.
+Media LastSequence N 0 65535 File sequence number for the last file for this media.
Media Source Y Property The property defining the location of the cabinet file.
Media VolumeLabel Y Text The label attributed to the volume.
MIME CLSID Y Guid Optional associated CLSID.
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
index e5f06c7..00b4810 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt
@@ -216,7 +216,7 @@ LockPermissions User N Formatted User for permissions to be set. (usually
Media Cabinet Y Cabinet If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.
Media DiskId N 1 32767 Primary key, integer to determine sort order for table.
Media DiskPrompt Y Text 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.
-Media LastSequence N 0 32767 File sequence number for the last file for this media.
+Media LastSequence N 0 65535 File sequence number for the last file for this media.
Media Source Y Property The property defining the location of the cabinet file.
Media VolumeLabel Y Text The label attributed to the volume.
MIME CLSID Y Guid Optional associated CLSID.
More information about the Libreoffice-commits
mailing list