Windows Installer package that contains more than 32767 files
This commit is contained in:
parent
f9eb626e4b
commit
c3701eb55f
1 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,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);
|
||||
|
@ -442,7 +442,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);
|
||||
|
|
Loading…
Reference in a new issue