Re: windows installers and license agreement

2008-06-30 Thread Larry Bates
Darren Dale wrote: Is it possible to create a windows installer using distutils that includes a prompt for the user to agree to the terms of the license? Thanks, Darren If you are going to be creating windows installers, take a look at Inno Setup. It is way easier and more flexible than just

Re: windows installers and license agreement

2008-06-29 Thread Nick Dumas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Darren Dale wrote: > Is it possible to create a windows installer using distutils that > includes a > prompt for the user to agree to the terms of the license? > > Thanks, > Darren Yeah. In your setup.py script, have it pop up a console window with th