WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS vs INNO setup
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
bocos
Junior Member

Registered: Nov 2009
From:

NSIS vs INNO setup

Hi,

I am working on researching install program.

The candidates are NSIS and inno setup.

I have searched some imformation about them,

but it's hard to conclude what's better.

plz help me~

Here is some features about them.

If some important features are missed or wrong, plz tell me.

I will correct them.
------------------------------------------------nsis--------------------------------------inno setup
<windows support>----95, 98, ME, NT, 2000, XP, Server 2003 Vista----7, 2008 R2, Vista, XP, 2008, 2003, 2000, Me, 98, 95, and NT 4.0
<overhead size>------------------------------34 KB--------------------------------------?
<compression>--------------------------ZLib, BZip2, LZMA--------------------bzip2, 7-Zip LZMA
<scriptable>----------------------------own script-------------------------------------?
<uninstall support>----------------------------yes---------------------------------------yes
<shortcut creation>----------------------------yes---------------------------------------yes
<registry>---------------reading/setting/enumerating//deleting---------------------creation
<INI>--------------------------------------reading/writing------------------------------creation
<multilingual>-----------------------------yes, RTL------------------------------yes, RTL
<unicode>---------------------------------possible---------------------------------------------support

thantks.

Quick Link | Report this post to a moderator | IP: Logged

bocos is offline Old Post 11-27-2009 02:00 AM
Click Here to See the Profile for bocos Click here to Send bocos a Private Message Click Here to Email bocos Find more posts by bocos Add bocos to your buddy list Edit/Delete Message Reply w/Quote
Joel
Debian user
(Forum King)

Registered: Jan 2003
From: Ubuntu land

you missed a key feature:

<Must have a script editor> NSIS: No; INNO: YES!

You are like a zombie without an editor with inno...take my comment as a former INNO user.

__________________

* Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM.
* Ubuntu 9.10 64-bits.
* Firefox (Namoroka) 3.6.2.
* lighttpd, php5, perl, eruby, python.
* geany, XHTML & CSS & JavaScript, Gtk+, QT4, bindings.

Quick Link | Report this post to a moderator | IP: Logged

Joel is offline Old Post 11-27-2009 03:25 AM
Click Here to See the Profile for Joel Click here to Send Joel a Private Message Click Here to Email Joel Visit Joel's homepage! Find more posts by Joel Add Joel to your buddy list Edit/Delete Message Reply w/Quote
MSG
Senior Member

Registered: Oct 2006
From:

...How don't you need a script editor for NSIS? Please don't tell me you're suggesting he use zip2exe? o__O

Quick Link | Report this post to a moderator | IP: Logged

MSG is offline Old Post 11-27-2009 09:02 AM
Click Here to See the Profile for MSG Click here to Send MSG a Private Message Find more posts by MSG Add MSG to your buddy list Edit/Delete Message Reply w/Quote
thek
Member

Registered: Jun 2006
From: Austria

I had the same decesion to make about 2 years ago.

At this I chosse NSIS because its better customizable through scripts, addons, plugins,...

INNO works great if you only have the "classical" install stuff to do because its eayser to understand and use. But if you have to do some complex stuff during installation NSIS is the better solution

IMHO

Quick Link | Report this post to a moderator | IP: Logged

thek is offline Old Post 11-27-2009 11:19 AM
Click Here to See the Profile for thek Click here to Send thek a Private Message Click Here to Email thek Visit thek's homepage! Find more posts by thek Add thek to your buddy list Edit/Delete Message Reply w/Quote
MSG
Senior Member

Registered: Oct 2006
From:

I agree with thek. Inno is advantageous for people who are already used to Pascal/Delphi, and its default unicode support was a big plus for a while. But in the end, NSIS *will* allow you to do much more. NSIS takes some getting used to, and as such is more difficult to use for newbies, but for real, proper installers it can beat Inno any day.

Also, the NSIS forum is better populated. :P

Quick Link | Report this post to a moderator | IP: Logged

MSG is offline Old Post 11-27-2009 12:56 PM
Click Here to See the Profile for MSG Click here to Send MSG a Private Message Find more posts by MSG Add MSG to your buddy list Edit/Delete Message Reply w/Quote
Yathosho
Forum King

Registered: Jan 2002
From: AT-DE

apart from the crappy formatting, that table is incomplete, confusing and at times wrong.

while i agree with thek, i find this discussion a bit out of place (like talking about os x on a windows forum).

__________________
Fossil 2002 III | VISBOT TV | NSIS Icons | PimpBot | Old Winamp Forums look?

Quick Link | Report this post to a moderator | IP: Logged

Yathosho is offline Old Post 11-27-2009 05:51 PM
Click Here to See the Profile for Yathosho Click here to Send Yathosho a Private Message Visit Yathosho's homepage! Find more posts by Yathosho Add Yathosho to your buddy list Edit/Delete Message Reply w/Quote
Joel
Debian user
(Forum King)

Registered: Jan 2003
From: Ubuntu land

quote:
Originally posted by MSG
...How don't you need a script editor for NSIS? Please don't tell me you're suggesting he use zip2exe? o__O

No sir, you can use as light as notepad, even notepad++.
INNO users mostly need some "point me to click" editors.

__________________

* Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM.
* Ubuntu 9.10 64-bits.
* Firefox (Namoroka) 3.6.2.
* lighttpd, php5, perl, eruby, python.
* geany, XHTML & CSS & JavaScript, Gtk+, QT4, bindings.

Quick Link | Report this post to a moderator | IP: Logged

Joel is offline Old Post 11-27-2009 09:06 PM
Click Here to See the Profile for Joel Click here to Send Joel a Private Message Click Here to Email Joel Visit Joel's homepage! Find more posts by Joel Add Joel to your buddy list Edit/Delete Message Reply w/Quote
MSG
Senior Member

Registered: Oct 2006
From:

quote:
Originally posted by Joel
No sir, you can use as light as notepad, even notepad++.
INNO users mostly need some "point me to click" editors.


Maybe I'm seeing things, but all Inno scripts I've ever come across were nice and simple plaintext...

Quick Link | Report this post to a moderator | IP: Logged

MSG is offline Old Post 11-27-2009 10:19 PM
Click Here to See the Profile for MSG Click here to Send MSG a Private Message Find more posts by MSG Add MSG to your buddy list Edit/Delete Message Reply w/Quote
redxii
Member

Registered: Nov 2005
From:

Yeah, Inno scripts are plain text. It's like "thisoption=thatvalue". Doesn't sound very flexible or powerful. I used a 3rd-party tool to generate/edit Inno scripts. I know nothing of Pascal or Delphi.

Unless you're a big time Pascal/Delphi programmer, you should use NSIS. I dove into NSIS without knowing anything, and not long after, my first NSIS script got used in an OSS project. There are many examples on the NSIS website and included with NSIS and plug-ins available along with excellent documentation.

Also, NSIS has a unicode port available from www.scratchpaper.com.

Quick Link | Report this post to a moderator | IP: Logged

redxii is offline Old Post 11-28-2009 10:06 AM
Click Here to See the Profile for redxii Click here to Send redxii a Private Message Find more posts by redxii Add redxii to your buddy list Edit/Delete Message Reply w/Quote
Red Wine
Forum King

Registered: Mar 2006
From: Ath. GR

Definitely I do agree with Yathosho's comments above.
But let me place it differentially.
It is like comparing a Ferrari with a Fiat. Both are coming from the same manufacturer however it is a fool's quest when trying to compare them.

__________________
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS

Quick Link | Report this post to a moderator | IP: Logged

Red Wine is offline Old Post 11-29-2009 12:59 PM
Click Here to See the Profile for Red Wine Click here to Send Red Wine a Private Message Find more posts by Red Wine Add Red Wine to your buddy list Edit/Delete Message Reply w/Quote
Joel
Debian user
(Forum King)

Registered: Jan 2003
From: Ubuntu land

quote:
Originally posted by Red Wine
Definitely I do agree with Yathosho's comments above.
But let me place it differentially.
It is like comparing a Ferrari with a Fiat. Both are coming from the same manufacturer however it is a fool's quest when trying to compare them.


Totally agree
PHP:

[general]
ifexebloated=usensis


__________________

* Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM.
* Ubuntu 9.10 64-bits.
* Firefox (Namoroka) 3.6.2.
* lighttpd, php5, perl, eruby, python.
* geany, XHTML & CSS & JavaScript, Gtk+, QT4, bindings.

Quick Link | Report this post to a moderator | IP: Logged

Joel is offline Old Post 11-29-2009 02:18 PM
Click Here to See the Profile for Joel Click here to Send Joel a Private Message Click Here to Email Joel Visit Joel's homepage! Find more posts by Joel Add Joel to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 07:22 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS vs INNO setup
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON