dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]open-source Windows installers


From: Fergus Henderson
Subject: [DotGNU]open-source Windows installers
Date: Sun, 24 Nov 2002 16:22:04 +1100
User-agent: Mutt/1.3.28i

On 24-Nov-2002, Gopal V <address@hidden> wrote:
> [04:47] <Scandium> Nullsoft's installation system is open source :)

Are there any other open source installers for Windows?

I've been looking around for an open source Windows installer for Mercury.
But Nullsoft's installation system (NSIS) does not seem like a good fit,
since

        - The scripting language is some horrible, incredibly low-level
          VM assembly language that lacks named variables and structured
          control-flow constructs.

        - It was designed to be small (35k), at the expense of features
          (e.g. see above).  This is not a good trade-off for us, since
          Mercury is going to be a large download anyway; we'd rather
          have an installer which was easier to program, even if it
          added a bit to the size of the download.

I suspect the same would apply for DotGNU...

-- 
Fergus Henderson <address@hidden>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]