Hi,
is there a standart way to prepare a single exe with nsis that pass the
command line to an exe created by py2exe on windows?
py2exe allows to prepare an exe that get the command-line but needs
some lib file so that it is not so elegant to ditribute. I tried a
simple setup.nsis script to prepare a single file exe with works fine
except that it does get the command-line.
Is there a way do get the command line with the setup.nsis script?
or any other simple method ?