[issue8526] msilib doesn't support multiple CAB instances in same installer

Martin v. Löwis report at bugs.python.org
Sun Apr 25 06:51:03 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

You can have at most one CAB object per database, yes. However, you can have certainly multiple cab files in the installer; just call add_data yourself.

If you are using the API provided by msilib, there should be no need to ever have more than one CAB instance.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8526>
_______________________________________


More information about the Python-bugs-list mailing list