Archive: NSIS on Linux


NSIS on Linux
Can I create script by NSIS on Linux? Because my project need to set up on windows and linux. I wonder why I do not use NSIS. However, I do not know exactly NSIS is supported on Linux yet. If NSIS can do it, these code in Linux are the same on windows????
If NSIS can not, :( somebody know the other tools which it supports on Linux, please tell me this tool.
Thank you for your help, ;)
:)


Hi sunlight112!

Despite the fact you can generate NSIS installers on Linux or Windows, the result is only executable on Windows.

Sorry,

Have a nice day.

Bruno


Thank, :)
We can use NSIS on Linux but we can pack our software and run it on Linux yet???:(
Do you know the other tool to build our program and run it on Linux?
Thank a lot,


try http://sourceforge.net/projects/guinseng


You can also use AutoPackage.


Thank you for your reply


Try EPM. I use it for all linux, mac, and solaris builds. It is script based and very simple but powerfull. It can also add a GUI interface if needed.

Also, the final package is very small unlike some others.

Tim