summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-01 11:27:45 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-01 11:27:57 +0100
commite2146f61afba00e6fb95be18ada60de6e288728b (patch)
treeed2c7e3b60306b583492cea59f87ec0fef0d5515 /solenv
parent6e6543df8fd81b3d8e894b0ed90a983892fdb359 (diff)
Windows Installer package that contains more than 32767 files
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index 64dc2f34a12a..e97198ba802f 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -384,7 +384,7 @@ sub write_idt_header
{
$oneline = "File\tComponent_\tFileName\tFileSize\tVersion\tLanguage\tAttributes\tSequence\n";
push(@{$idtref}, $oneline);
- $oneline = "s72\ts72\tl255\ti4\tS72\tS20\tI2\ti2\n";
+ $oneline = "s72\ts72\tl255\ti4\tS72\tS20\tI2\ti4\n";
push(@{$idtref}, $oneline);
$oneline = "File\tFile\n";
push(@{$idtref}, $oneline);
@@ -444,7 +444,7 @@ sub write_idt_header
{
$oneline = "DiskId\tLastSequence\tDiskPrompt\tCabinet\tVolumeLabel\tSource\n";
push(@{$idtref}, $oneline);
- $oneline = "i2\ti2\tL64\tS255\tS32\tS72\n";
+ $oneline = "i2\ti4\tL64\tS255\tS32\tS72\n";
push(@{$idtref}, $oneline);
$oneline = "Media\tDiskId\n";
push(@{$idtref}, $oneline);