On Sep 13, 2005, at 1:59 PM, Carl Karsten wrote:
Long shot: use InnoSetup to build setup.exe?
That's already being done. But when you run setup.exe, it installs a slew of files, including the main exe for your app. With this new py2exe, it creates a single exe file containing all of the other supporting files, so that after you run the Inno setup.exe, you only have a single file on your disk. Theoretically (as I haven't tried it yet), you don't need to create a setup.exe with Inno.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
