git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Asger Ottar Alstrup <asger@ottaralstrup.dk>
To: git@vger.kernel.org
Subject: Re: Anyone running GIT on native Windows
Date: Tue, 08 May 2007 20:21:29 +0200	[thread overview]
Message-ID: <f1qeuf$c5o$1@sea.gmane.org> (raw)
In-Reply-To: <463F14FF.F8DF11EB@eudaptics.com>

Johannes Sixt wrote:
> The next big thing to think about is an installer. Does anyone have a
> suggestion for a free installer tool? I only know about Microsoft's WiX
> (wix.sf.net), but it requires .NET (for the developer, not the user).

The relevant choices are:

- WiX - http://wix.sourceforge.net/
- NSIS - http://nsis.sourceforge.net/
- Inno Setup - http://www.jrsoftware.org/isinfo.php

NSIS is very low level, and thus has a pretty steep learning curve. You 
are more or less programming machine code. However, if you invest the 
time and energy, the NSIS installers are best of class: fast, small and 
it can do anything you want.

WiX is based on .MSI technology, which is somewhat slow, but of course 
it works, since it's the "official" Microsoft installation format.

Inno Setup is worth a second look. I think this might be the best choice 
for you: relatively simple to approach, and the installers are good.

Regards,
Asger Ottar Alstrup

  parent reply	other threads:[~2007-05-08 21:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-06  6:50 Anyone running GIT on native Windows Aaron Gray
2007-05-06  7:19 ` Junio C Hamano
2007-05-06  7:39   ` Aaron Gray
2007-05-07  7:02     ` Johannes Sixt
2007-05-07 11:48       ` Marco Costalba
2007-05-07 12:01         ` Johannes Sixt
2007-05-07 12:38           ` A.S. Bradbury
2007-05-07 13:51           ` Aaron Gray
2007-05-07 14:24             ` Johannes Schindelin
2007-05-07 15:10               ` Thomas Glanzmann
2007-05-07 16:39               ` Aaron Gray
2007-05-07 17:45                 ` Johannes Schindelin
2007-05-08 18:21           ` Asger Ottar Alstrup [this message]
2007-05-09  4:41           ` Han-Wen Nienhuys
2007-05-09  7:08             ` Johannes Sixt
2007-05-11  4:00               ` Han-Wen Nienhuys
2007-05-11 16:34                 ` Johannes Sixt
2007-05-11 17:35                   ` Han-Wen Nienhuys
2007-05-11 20:07                     ` Johannes Sixt
2007-05-11 22:08                       ` Han-Wen Nienhuys
2007-05-12  2:23                   ` Aaron Gray
2007-05-09 18:31             ` Jan Hudec
2007-05-09 18:40               ` Han-Wen Nienhuys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='f1qeuf$c5o$1@sea.gmane.org' \
    --to=asger@ottaralstrup.dk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).