Skip to content
⌘ NSIS Forum Archive

Creating Linux installers?

7 posts

Olomite#
Has this changed? If not, is there another great installer out there (like NSIS) that can be used for Linux? What about Solaris?

Thanks!
Lance
Joost Verburg#
NSIS is a tool to create Windows installers. You can run the compiler using a emulator or create a Linux port, but you can only create Windows installers. There are so many differences between these platform, especially related to software installation, so you will really need a specific Linux tool.
dopey#
olemite check out the loki installer..


id software plus a few others use this.. It does the job
I think this can be used maybe on solaris aswell im sure it also works on *bsd aint definate about solaris
pjw62#
Just a random-drop-by-post;

with hacks, you can (used to be able) compile makensis (provided you have a header precompiled) on FreeBSD but obviously the created installers would only run on winbloze but if you just wanted to create a custom installer from e.g. a php script on your unix box then yes you can