summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-02 06:11:05 -0700
committerAndras Timar <andras.timar@collabora.com>2013-10-02 06:12:25 -0700
commitfe6063a28b4d9bd922d6ced1b63914c54a17fc86 (patch)
treeb72858103f8c499197577eca54c3d10d00e2020f /instsetoo_native
parentf2110ff02b049c2d356f539858e78491c2b0eb96 (diff)
Media/LastSequence is i4, so it has to be 32767->65535 in _Validation table
Change-Id: Icfcd8c70da350e5b431d6ac802a34b35adf8035b
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt2
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt2
-rw-r--r--instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt2
3 files changed, 3 insertions, 3 deletions
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
index e5f06c7d9b1d..00b48103a390 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 c5945ae6f05f..d937499fe089 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 e5f06c7d9b1d..00b48103a390 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.