mgomez
15th January 2007 15:25 UTC
PluginNsis for generate linux application???
Hi,
My question is in the subject.. I just want to know if it exist a plugin (or else) to generate a linux application with the same NSIS script using for generate a windows application??
Thanks for your answer
Red Wine
15th January 2007 16:49 UTC
I'm afraid this couldn't be possible with a single plugin...
Requires an entire new NSIS
onad
16th January 2007 10:10 UTC
An nsis appliction will run under Wine, maybe this is of help to you
#wine mytest.exe
If you want to make an installer for Linux, NSIS is not the right tool for the job.
I advise to read a little more articles on how to install application on a Linux system. Maybe for you the conclusion is you do not even need a thing like NSIS.
Success