Old 30th January 2009, 09:51   #1
bhatia_amit
Junior Member
 
Join Date: Jan 2009
Posts: 1
Question NSIS advantages over Install Shield?

Hello friends,

I am new to install system world. I am evaluation 2 options for my software's installer. NSIS and Microsoft's Install Shield. My requirements are very basic:

- Registry entries for XP and Vista 32/64 bit platforms.
- File system driver installation.
- Making installations for other than Windows OS.

I know 3rd one is not possible in both. But if there is any option known, please let me know.

Considering above requirements, what all seems to be a good option for me, considering I am new to this install system world. Will NSIS scripting be worth doind for above requirements than wizard based InstallShield. If yes, then what advantages t has.

Thanks & Regards
Amit Bhatia
bhatia_amit is offline   Reply With Quote
Old 30th January 2009, 13:53   #2
LoRd_MuldeR
Major Dude
 
LoRd_MuldeR's Avatar
 
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 797
InstallShield isn't a product of Micro$oft!

InstallShield is a commercial product, which is developed and sold by Acresso Software.
It uses Microsoft's "Windows Installer" in addition to it's own install engine, but that's it.

Problem with InstallShield:
Even the very basic "Express Edition" costs you ~550 €, which is far too much for such a simple product.
So if you want to do anything useful (comparable to NSIS or InnoSetup) you need to get the "Professional" version.
And that Pro version of InstallShield costs you ~2500 $, while NSIS is OpenSource and 100% free...

Another thing: NSIS uses LZMA compression, which is far superior to the compression used by InstallShield.
Many vendors create their installers with InstallShiled, but wrap an NSIS installer around it for better compression.

The only reason for InstallShiled is that it's establish in the "commercial" world for years now...

My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc
My source of inspiration: http://youtu.be/lCwY4_0W1YI
LoRd_MuldeR is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump