crelf Posted November 15, 2010 Report Share Posted November 15, 2010 So I'm creating a suite of software that will have several components (some of them will be built in LabVIEW, some not), and I'm looking for something to build that final setup.exe that will include all of my components as well as be able to write registry keys. I'd like to show custom logos on the UIs and windows that display license files, but they're secondary (the components will have their own installers, I just need this supervisory one to install them all in turn). I also need the ability to allow the user to select components (although some of them need to be installed). I sued to use InstallSheild for this (but that was long ago), as well as Setup2Go. Anyone got a favortie installer app that they've got personal positive experience with? Quote Link to comment
vugie Posted November 15, 2010 Report Share Posted November 15, 2010 InstallJammer - the most intuitive and friendly of free installers I have found. I had some strange issues when integrating LV created installers within the main build, but it was quite long time ago, so maybe they went away. Quote Link to comment
crelf Posted November 16, 2010 Author Report Share Posted November 16, 2010 InstallJammer - the most intuitive and friendly of free installers I have found. Thanks vugie - I'll check it out. Just a note: I'm not necessarily looking for someting that's free - if there's an app out there that you recommend that costs $, I'd like to hear about that too I had some strange issues when integrating LV created installers within the main build, but it was quite long time ago, so maybe they went away. What kind of issues? Quote Link to comment
ShaunR Posted November 16, 2010 Report Share Posted November 16, 2010 (edited) I've used Inno Setup for a number of years now. Again its free. Very, very powerful and creates very compact intalls (typicaly 1/2 the size of msi). In it raw form its almost unusable, but with this or this GUI its very sraight forward. Edited November 16, 2010 by ShaunR Quote Link to comment
sam Posted November 16, 2010 Report Share Posted November 16, 2010 checkout NSIS, Very professional and feature packed. Cost: Free http://nsis.sourceforge.net/Main_Page Quote Link to comment
MikaelH Posted November 17, 2010 Report Share Posted November 17, 2010 I've also used NSIS (8 years ago), with a combination of Labview App + Device drivers and windows application, worked great. But when I used it it was only script based and took a while to learn the syntax. Quote Link to comment
Daklu Posted November 18, 2010 Report Share Posted November 18, 2010 Ugh... installers. A completely new technology I'm not particularly interested in learning. Too bad I don't have an installation team I can push that task on to. I haven't used either of these enough to vouch for them, but the two I've been looking at are InstallAware and WiX. Quote Link to comment
crelf Posted November 27, 2010 Author Report Share Posted November 27, 2010 Thanks for your input everyone - the time has come to bite the bullet and get it done. I think I'll start with InnoSetup and see how that goes... Quote Link to comment
crelf Posted January 7, 2011 Author Report Share Posted January 7, 2011 Update: Have been using InnoSetup for a while now, and love it! It's got most of the features that I want, and those it doesn't I have been able to work around. InnoIDE, on the other hand, is pretty buggy - I'm using it, but mostly for the syntax highlighting of my innoscripts. Thanks everyone Quote Link to comment
ShaunR Posted January 7, 2011 Report Share Posted January 7, 2011 Update: Have been using InnoSetup for a while now, and love it! It's got most of the features that I want, and those it doesn't I have been able to work around. InnoIDE, on the other hand, is pretty buggy - I'm using it, but mostly for the syntax highlighting of my innoscripts. Thanks everyone ISTool is the GUI I use.I haven''t come across any bugs (not saying there aren't any) and it's been around a lot longer than the Inno one (5 years+). Quote Link to comment
tushar Posted February 3, 2011 Report Share Posted February 3, 2011 I Use NSIS and I am very happy with it. Most importantly it adds very small overhead in size. I have used following features with excellent results Copying Files to install directory and various other system directories request admin rights register dlls Registry Entries Complete GUI customization(Logo, Branding, Lic Page etc.) selectable features (optional,Required etc. ) install other installers(silently) Automatically Install unsigned USB drivers(Its really tough; most other installers support only signed drivers. I Spent more than a week to find solution) Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.