nsis and command-line argument

M

manouchk

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 ?
 
M

manouchk

manouchk said:
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 ?

Answering myself, well with NSIS it is not supported as written there :
http://www.py2exe.org/index.cgi/SingleFileExecutable

I'm looking for the py2exe option that allows that, I guess it could be
--bundle 1. It does not seem to be documented but I will try that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top