Archive: building an exe in Unix


building an exe in Unix
is it possible to compile a nsis project in Unix?

I am considering building an Unix/X11 app that takes a nsis script and builds an exe and an os x [Cocoa] app.

I have just started down this road and wanted to see if this were possible.

g


yep, its possible
makensis also works on unix system as far as i know.
but the installers wont run on unix.
installer executables are windows only.


fantastic :)
that means I can build for two different platforms at the same time....will see how it goes
g


The installers run fine in x86 unix under wine (winehq.com) btw. Quite handy for testing yr installers while you are developing them.


To automaticly create WINDOWS INSTALLERS ONLY in e.g. a nightly build script on a UNIX machine you can run makensis on:

* Linux - Tested and works under Suse 9.2. Other linux flavours will work mostl likely also.

* Windows - Tested and works 8-|

* OSX - Not tested. Just bought a extra MAC so future test will be created. I read somewhere in a post someone could create a succesful build with some code changes.(Search this forum)

*Unix - Will test on Solaris 5.8 and possibly 10 (since Solaris is free now!). TIP: buy a 2nd hand Sparc station for almost nothing these days, I will....


O I Forgot, in case you want to compile for Solaris or OSX better use the precompiled Win stubs to save yourself a LOT of hassle.

Good luck...