From fe6063a28b4d9bd922d6ced1b63914c54a17fc86 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 2 Oct 2013 06:11:05 -0700 Subject: Media/LastSequence is i4, so it has to be 32767->65535 in _Validation table Change-Id: Icfcd8c70da350e5b431d6ac802a34b35adf8035b --- instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instsetoo_native/inc_openoffice') 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. -- cgit v1.2.3