This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rupole
Recipients
Date 2007-07-03.02:17:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This looks like a simple typo in msi.py:
if msilib.Win64:
    SystemFolderName = "[SystemFolder64]"

It should be System64Folder instead.

History
Date User Action Args
2007-08-23 14:58:16adminlinkissue1746880 messages
2007-08-23 14:58:16admincreate