On Wed, 26 Oct 2011 08:48:12 +0800, Jason Heeris wrote:
On 25 October 2011 23:52, Joel Rivera <riv...@joel.mx> wrote:
but a last step is that you need to package all of
those files to a single installer, I use `Inno setup` for that
matter,
this is my working setup file 'setup.iss', which I just need to
build it
from `Inno setup`.
Oh, I meant to ask: is this the Inno setup config for something that
runs straight away (ie. a one-shot executable), or does it actually
install the software?
— Jason
Is just a recipe to pack and compress all the files specified
in a single exe (installer) that the only purpose is to extract and
create
the standard directories with a friendly GUI, so the setup that I put
can be
easily used for another project, just with a few changes (check the
docs of Inno setup),
after you "compile" the project in Inno Setup you will set the
"Setup.exe" with all
the content of the `dist` directory, the isolation of your program is
provided
from py2exe not from the Inno Setup, Inno setup is just to facilitate
the distribution
of your software, if that is not what you want, just copy the dist
directory
and create manually the shortcuts if you will.
_______________________________________________
pygtk mailing list pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/