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 fe6063a28b4d9bd922d6ced1b63914c54a17fc86
Author: Andras Timar <andras.ti...@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

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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to