[issue2694] msilib file names check too strict ?

Martin v. Löwis report at bugs.python.org
Sat Apr 26 18:23:54 CEST 2008


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

> Do I understand right that dist_msi builds a database of the files, and
> that the identifiers could be named differently than the filenames
> themselves, as long as they are unique ?

Correct. As a design objective, I try to use identifiers close to the
file names, to simplify debugging of the MSI file (Microsoft itself
typically uses UUIDs instead).

In short, just make make_id generate valid identifiers. An algorithm
on top of that will make them unique in case of conflicts.

Regards,
Martin

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2694>
__________________________________


More information about the Python-bugs-list mailing list