Installer Packages

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
User avatar
RedEyeCoder
Gnome
Posts: 344
Joined: Sat Jun 16, 2007 7:29 am
Location: Brisbane, Australia

Installer Packages

Post by RedEyeCoder »

Hi,

Just wondering if anyone is interested in sharing their experiences with the various installer packages out there?

I have only ever used NSIS for deployment, however I have started the search for something better. Install Shield is obvious "end game" package however the price is fairly off putting.
User avatar
SunSailor
Gnoll
Posts: 699
Joined: Sun Jan 02, 2005 5:45 pm
Location: Velbert, Germany
x 2
Contact:

Post by SunSailor »

What's so bad about the NSIS thing? To me, it seems it can compete quite well with InstallShield, especially, as it is free. What's the drawback for you? And what would be your needs for a more sophisticated solution?
capture
Goblin
Posts: 237
Joined: Sun Nov 20, 2005 2:44 pm

yeah

Post by capture »

Inno Setup has met all of my needs in the past, but it only creates a .exe install file which is not exactly what you are looking for. As for NSIS I have never heard of it, but after just looking it up now their website makes it look like a very viable option. I've also heard that there is WixEdit, which people say is very good.
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Post by Klaim »

A similar and recent thread on the same subject on the IndieGamer forum : http://forums.indiegamer.com/showthread.php?t=13224

NSIS seems popular.
Hope it helps. :)
User avatar
RedEyeCoder
Gnome
Posts: 344
Joined: Sat Jun 16, 2007 7:29 am
Location: Brisbane, Australia

Post by RedEyeCoder »

SunSailor wrote:What's so bad about the NSIS thing? To me, it seems it can compete quite well with InstallShield, especially, as it is free. What's the drawback for you? And what would be your needs for a more sophisticated solution?
With NSIS it seems that anything more than an extremely basic installer/file setup requires a decent amount of manual script editing. I can make multiple installers during a week and the process is erroneous and time costly.

I am definitely looking for a more UI orientated approach over scripting.
Klaim wrote:A similar and recent thread on the same subject on the IndieGamer forum : http://forums.indiegamer.com/showthread.php?t=13224

NSIS seems popular.
Hope it helps. :)
Thanks for that, I read through all of that and it seems Inno and NSIS are the preferred candidates.

It looks the most people would use Inno except that NSIS has a smaller disk footprint - for me I could could not care less about 300k extra.

Any extra information from people will be appreciated!
User avatar
twilight17
Goblin
Posts: 297
Joined: Thu Aug 23, 2007 3:47 am
x 1

Post by twilight17 »

User avatar
RedEyeCoder
Gnome
Posts: 344
Joined: Sat Jun 16, 2007 7:29 am
Location: Brisbane, Australia

Post by RedEyeCoder »

Thanks for the links, BitRock InstallBuilder looks semi-reputable, might take a peek at that one :)
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 67
Contact:

Post by sinbad »

NSIS is great but can't do Windows Installer tasks (such as updating manifests), so you have to call external redist executables to sort those dependencies out which is less convenient.

WiX is open source and can do Windows Installer stuff, at the expense of being a bit less easy to customise than NSIS.
User avatar
Jabberwocky
OGRE Moderator
OGRE Moderator
Posts: 2819
Joined: Mon Mar 05, 2007 11:17 pm
Location: Canada
x 220
Contact:

Re: yeah

Post by Jabberwocky »

capture wrote:Inno Setup has met all of my needs in the past, but it only creates a .exe install file which is not exactly what you are looking for. As for NSIS I have never heard of it, but after just looking it up now their website makes it look like a very viable option. I've also heard that there is WixEdit, which people say is very good.
I'm building my first installer, and I decided to use Inno Setup.

There is a gui editor (ISTool script editor) which makes the installer creation pretty easy, and the documentation is very good.

It has the same problem as NSIS (can't do windows installer tasks) - sort of. It can run .msi files, but not .msm files (used for the VC++ redistributables).
Image
Post Reply