Re: nsis and command-line argument

2007-01-19 Thread manouchk
manouchk wrote: > 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 > si

nsis and command-line argument

2007-01-18 Thread 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 prepa