[wxPython] Win32 Installer WISE source

I’m looking for the source files necessary to build the Win32 WISE installer. Anyone know where may I find them?

Thanks,

Jeff Rennie

···

I'm looking for the source files necessary to build the Win32
WISE installer. Anyone know where may I find them?

I assume you mean the script to build wxPython's installer and not to WISE
itself? <wink> Anyway, wxPython does not use WISE but InnoSetupExtensions
(Home | Alles op de rit | Beedr) which is a bit easier and free.

There is a python script in CVS that I use to dynamically generate the
script for Inno based on the version of wxPython I currently have built.
It's in wxWindows/wxPython/distrib/make_installer.py

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!