Issue 123678 - Remove unused support for more than one .cab file per installation set
Summary: Remove unused support for more than one .cab file per installation set
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 4.1.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.1.0
Assignee: AOO issues mailing list
QA Contact: Andre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 11:59 UTC by Andre
Modified: 2017-05-20 10:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andre 2013-11-12 11:59:30 UTC
The make_installer.pl script and modules contain support for building installation sets for Windows that contain more than one .cab file.  This is not used anymore and just makes the script harder to understand.  Therefore it should be removed.

This cleanup work is one preliminary task of bug 123531.
Comment 1 SVN Robot 2013-11-12 12:04:48 UTC
"af" committed SVN revision 1541017 into trunk:
123678: Removed ::globals::one_cab_file
Comment 2 SVN Robot 2013-11-12 12:07:02 UTC
"af" committed SVN revision 1541020 into trunk:
123678: Removed ::globals::one_cab_file
Comment 3 Andre 2013-11-12 12:08:42 UTC
Message for first checkin (revision 1541017) is wrong.  It should be 
Removed installer::globals::cab_file_per_component
Comment 4 SVN Robot 2013-11-12 12:10:28 UTC
"af" committed SVN revision 1541026 into trunk:
123678: Removed installer::globals::use_packages_for_cabs
Comment 5 Andre 2013-11-12 12:12:35 UTC
Removed three global variables that controlled packaging into cab files.  They where never set and code guarded by these variables was never executed.  Removed the variables and the corresponding code.