Changeset 391 for python/trunk/Tools/msi/msilib.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/msi/msilib.py
r2 r391 306 306 # Fill the validation table 307 307 add_data(db, "_Validation", schema._Validation_records) 308 # Initialize the summary information, allowing at most 20 properties308 # Initialize the summary information, allowing at most 20 properties 309 309 si = db.GetSummaryInformation(20) 310 310 si.SetProperty(PID_TITLE, "Installation Database") … … 517 517 def add_file(self, file, src=None, version=None, language=None): 518 518 """Add a file to the current component of the directory, starting a new one 519 oneif there is no current component. By default, the file name in the source519 if there is no current component. By default, the file name in the source 520 520 and the file table will be identical. If the src file is specified, it is 521 521 interpreted relative to the current directory. Optionally, a version and a
Note:
See TracChangeset
for help on using the changeset viewer.