[wxPython] Multiple, self-contained, uncrufted application de ployments?

As a note, the win32 installer isolates all dependencies into a directory,
then doesn't affect anything else. It's not all part of the same .exe, nor
is it "zero installation", but it's a decent approach for multiple
deployments (I have 5 or 6 deployments that use whatever wxPython version
was current when I first published the tool, they don't interfere with each
other at all).

Enjoy,
Mike

···

-----Original Message-----
From: Poupaert Erik [mailto:poupaerte@hotmail.com]
Sent: Friday, September 08, 2000 5:24 AM
To: wxpython-users@wxwindows.org
Subject: [wxPython] Multiple, self-contained, uncrufted application
deployments?

Hi

Has anybody made progress on, or have ideas about how to do multiple,
self-contained, uncrufted application deployments.
...
What would be required to create one single, zero-installation,
self-contained, uncrufted, possibly compressed EXE-file, that will seek all
dependencies, in run-time, in that one, single EXE file only? Can we re-use
classes from McMillan's installer? Is there a lot of work involved? Does
anyone feel like starting a project that I can join?
...