[Python-Dev] MS open sources WiX
"Martin v. Löwis"
martin at v.loewis.de
Thu Apr 8 14:47:42 EDT 2004
Anthony Baxter wrote:
> Windows Installer XML (WiX) toolset has released as Open Source on
> SourceForge.net
Very interesting indeed. The challenge to any MSI generator is the
ability to include user interface in a flexible yet easy-to-use
manner. I'll take a look; off-hand, my criteria list for packaging
tools evaluates like so:
- avoid proprietary packagers: being open source, this is free of
charge, and we can adjust it if we need to
- support Win64: Don't know, probably not (but could be added given
that it is open source)
- support non-interactive installation, group policy: all done,
thanks to MSI
Regards,
Martin
More information about the Python-Dev
mailing list