What is the best choice for building Windows installers? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T16:55:27Zhttp://stackoverflow.com/feeds/question/3767http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers34What is the best choice for building Windows installers?pc1oad1etter2008-08-06T17:54:26Z2009-10-19T13:33:36Z
<p>I have primarily used Visual Studio 2003, and its tool for building an installer was pretty painful. Files and folders had to be added manually, one by one. I am looking at upgrading to VS 2008, and I'm not sure what its installer is like. </p>
<p>Also I'm interested in installers for non-.net applications.</p>
<p>Are there good, open source options? Is Visual Studio's installer any better in 2008?</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/3769#376943Answer by Michal Sznajder for What is the best choice for building Windows installers?Michal Sznajder2008-08-06T17:56:47Z2008-09-23T09:14:05Z<p>Have you seen <a href="http://www.jrsoftware.org/isinfo.php" rel="nofollow">InnoSetup</a>? This is general install engine. There is really nice front end to InnoSetup called <a href="http://www.istool.org/" rel="nofollow">IsTool</a>. I used it in old Delphi-days and it was <strong>superb</strong>.</p>
<p><a href="http://wix.sourceforge.net/" rel="nofollow">WiX</a> plus its editor <a href="http://wixedit.sourceforge.net/" rel="nofollow">WiXEdit</a> seem to be the similar pair and look pretty powerful as noted below. </p>
<p>There is also <a href="http://nsis.sourceforge.net/Main_Page" rel="nofollow">NSIS</a> originally created by Nullsoft, the people who made Winamp. Now it is opened. </p>
<p><a href="http://www.ohloh.net/projects/compare?metric=Activity&project_0=Windows+Installer+XML+%28WiX%29+toolset&project_1=Inno+Setup&project_2=Nullsoft+Scriptable+Install+System" rel="nofollow">Ohloh</a> does not says which one is particularly better. </p>
<p>Some people suggest <a href="http://beta.stackoverflow.com/questions/3544/what-is-the-best-way-to-deploy-a-vbnet-application" rel="nofollow">VS2008's ClickOnce</a> but seems to be not very good. </p>
<p>You can always look for a <a href="http://en.wikipedia.org/wiki/List_of_installation_software" rel="nofollow">big list</a> on Wikipedia.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/3770#37702Answer by Grant for What is the best choice for building Windows installers?Grant2008-08-06T17:58:24Z2008-08-06T17:58:24Z<p>It's relatively simple using VS2008's ClickOnce. ClickOnce sorta does all the work for you. </p>
<p>I asked over <a href="http://beta.stackoverflow.com/questions/3544/what-is-the-best-way-to-deploy-a-vbnet-application" rel="nofollow">here</a> if there was anything better, and I got the response that although ClickOnce was not the most powerful, it was just about the easiest.</p>http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/3783#378311Answer by Chris Marasti-Georg for What is the best choice for building Windows installers?Chris Marasti-Georg2008-08-06T18:11:12Z2008-08-06T18:11:12Z<p>You can also look into using <a href="http://wix.sourceforge.net/" rel="nofollow">WiX</a>, which is pretty powerful, and not too tough with a good editor, like <a href="http://wixedit.sourceforge.net/" rel="nofollow">WiXEdit</a>. <a href="http://www.tramontana.co.hu/wix/" rel="nofollow">This tutorial</a> should help a great deal as well.</p>http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/3821#382123Answer by Jason Pratt for What is the best choice for building Windows installers?Jason Pratt2008-08-06T18:39:00Z2008-08-06T18:39:00Z<p><a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a> is a fantastic open source, highly optimized, scriptable installer system.</p>
<p>It's the perfect installer system for programmers, because you create the installer using a powerful script rather than the bloated and unintuitive GUIs that most installer systems use.</p>
<p>It was originally created by Nullsoft, the people who made Winamp.</p>http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/4283#42835Answer by sascha for What is the best choice for building Windows installers?sascha2008-08-07T01:50:05Z2008-08-07T01:50:05Z<p>I'm using Installshield - steep learning curve, steep price... so assuming you don't want to lay out a lot of cash (if any), I'd start with checking out <a href="http://www.advancedinstaller.com/" rel="nofollow">Advanced Installer</a>. The free version is pretty damn easy to use, and they have a pro version for $500, which is pretty damn cheap in comparison to Installshield.</p>
<p>I've heard and seen good things about <a href="http://nsis.sourceforge.net" rel="nofollow">Nullsoft Installer</a> as well, but I've never tried it myself. YMMV.</p>http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/4296#42968Answer by Chris Miller for What is the best choice for building Windows installers?Chris Miller2008-08-07T02:09:29Z2008-08-07T02:09:29Z<p>The first thing you want to decide is do you want a Windows Installer based setup for your application or do you want to use any technology. If you do not need or want to do Windows Installer, there are bunch of free installer authoring tools. As mentioned above, <a href="http://nsis.sourceforge.net/Main_Page" rel="nofollow">NSIS</a> and <a href="http://www.jrsoftware.org/isinfo.php" rel="nofollow">InnoSetup</a> are both very good. There's a <a href="http://en.wikipedia.org/wiki/List_of_installation_software" rel="nofollow">big list</a> on Wikipedia.</p>
<p>For Windows Installer based setups, the only free one that I know of is <a href="http://wix.sourceforge.net/" rel="nofollow">WIX</a>. It's pretty bare bones and you should have a good understanding of how Windows Installers are setup. For commercial authoring tools, there are a few. <a href="http://www.acresso.com/products/installation/installshield.htm" rel="nofollow">InstallShield</a> and <a href="http://www.wisesolutions.com/" rel="nofollow">Wise</a> have been around forever and a lot of people use them. </p>
<p>I use <a href="http://www.installaware.com/" rel="nofollow">InstallAware</a>, which was founded by some ex-InstallShield people. I found it to be very powerful and very flexible. Support was pretty good. I used to use Wise For Windows, but I was not happy with the quality or the support. Whatever tool that you choose, try to find one with an active user base. The other users will provide the most help for solving problems and helping with the learning curve.</p>http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9138#91388Answer by Rob Hunter for What is the best choice for building Windows installers?Rob Hunter2008-08-12T19:03:35Z2008-08-12T19:03:35Z<p>To help keep everything straight, you basically have the option of a "Windows Installer" or a script-based installer.</p>
<p>With Windows Installer you use WiX, InstallShield, Wise Installation Studio, Orca, or Visual Studio to author a .msi database file which is then consumed by the Windows Installer service (msiexec) on the target PC.</p>
<p>Script-based installers are NSIS, classic InstallShield and Wise (and I am sure a bunch of others), that use a self contained script or executable to perform installation tasks (copy files, register things, make icons, etc).</p>
<p>Windows Installer editors usually make a basic installation easy to create, but many start to have issues when the support of Windows Installer starts to falter (checking for dependencies for example) or more complex tasks are desired (upgrading and patching tend to be a sore point). Often you will see a mix of native Windows Installer databases with embedded custom actions and wrapped with bootstrappers and/or chainers and/or dependency checks.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9148#91481Answer by Derek Park for What is the best choice for building Windows installers?Derek Park2008-08-12T19:14:40Z2008-08-12T19:14:40Z<p>My vote goes to <a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a>, too. It's simple. It's free. There are numerous examples and lots of information on the web. You can try it out with very little time and no money, and see how you like it. It's also open-source since you said you would like that.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9149#91492Answer by BlaM for What is the best choice for building Windows installers?BlaM2008-08-12T19:15:09Z2008-08-12T19:15:09Z<p>I've been working with <a href="http://www.jrsoftware.org/isinfo.php" rel="nofollow" title="Virtual Workspaces">InnoSetup</a> for some years and am very happy with it. It's really easy to create simple "copy bunch of files to directories" and putting configs in the registry with InnoTool, but it's also possible to do more complicated things using a PASCAL based script language.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9150#91506Answer by Jon Galloway for What is the best choice for building Windows installers?Jon Galloway2008-08-12T19:16:05Z2008-08-12T19:16:05Z<p>I love InnoSetup for simple installs. It just works, supports common scenarios like filetype associations, and has good support for upgrades (doesn't make you uninstall to upgrade, as MSI's do by default).</p>
<p>ClickOnce is good, providing that you have a server that will support it. It's great in an enterprise environment, but harder in the real world - especially if you're working on an open source project, since none of the hosting providers (even CodePlex!?!?) supports ClickOnce delivery. Another issue with ClickOnce is that it requires the .NET framework be installed, which is an issue for any .NET based install. The .NET 3.5 SP1 Client Install should hopefully change that, as it's "only" 24MB.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9177#91770Answer by Diago for What is the best choice for building Windows installers?Diago2008-08-12T19:37:57Z2008-08-12T19:37:57Z<p>For quick and simple installation I use Visual Studio's built in installers. For more complex installation and especially Mobile Apps I prefer NSIS. I did use Advanced Installer for a while but the power of NSIS and the open source nature of the product made it a more suitable choice.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/9184#91845Answer by Chris Hanson for What is the best choice for building Windows installers?Chris Hanson2008-08-12T19:44:48Z2008-08-12T19:44:48Z<p>While I'm not a Windows developer, I would always use the platform vendor's native installation technology when possible. Otherwise, you run the risk of the platform vendor adding features that your installation system can't participate in. For example, Windows added the ability to roll back installs; I don't imagine it worked all that well with custom installers.</p>
<ul>
<li>For Windows, I'd ship Windows Installer <code>.msi</code> packages. I expect Visual Studio includes something for creating these.</li>
<li>For Mac OS X, if I wasn't shipping a self-contained app for drag-and-drop install, I'd ship an Installer <code>.pkg</code> package. The Mac OS X developer tools include PackageMaker for creating these.</li>
<li>For Linux, I'd use whatever's native to my distribution. (<code>rpm</code> for RedHat-derived, <code>apt</code> for Debian-derived.)</li>
</ul>
<p>The best user experience on a platform usually comes from using your platform vendor's native technologies, even when it comes to software installation.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/23895#238950Answer by Joshdan for What is the best choice for building Windows installers?Joshdan2008-08-23T02:51:14Z2008-08-23T02:51:14Z<p>One of the great features of Inno Setup is that it asks all the user questions <em>before</em> decompressing the payload. So you don't have to sit and wait for 5 minutes, answer 30 seconds worth of questions, and then wait another 5 minutes. Also, since it's not making two copies of all the data, the <em>total</em> time is actually lower, and you don't need as much extra free disk space.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/34077#3407711Answer by tsellon for What is the best choice for building Windows installers?tsellon2008-08-29T06:54:39Z2008-08-29T07:40:17Z<p><a href="http://wix.sourceforge.net/" rel="nofollow" title="WiX Main Page">WiX</a> is the best Windows Installer based system that I've used. The learning curve is a little steeper than the Visual Studios install builder, but you get a lot more control of the final product. Wix provides access to all of the Windows Installer feature, most of which are hidden when using Visual Studios. It's also easy to generate wix definition files on the fly--the source is all xml. Build integration is also simple since the tools are all command line driven.</p>
<p>I'd discourage using a script based installer, or a windows installer one which relies too much on custom actions. One of the big advantages Windows Installer provides is a transactional approach to installation. Losing these rollback facilities by using xcopy, or trying to roll your own transaction system, is a bad idea.</p>
<p>To get started with Wix, download the package from the source forge page. It comes with a couple basic tutorials to get you started, but I would recommend working through <a href="http://www.tramontana.co.hu/wix/" rel="nofollow">tramontana's tutorial</a></p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/108618#1086184Answer by Lyman Enders Knowles for What is the best choice for building Windows installers?Lyman Enders Knowles2008-09-20T16:23:52Z2008-09-20T16:23:52Z<p>I'll second/third/fourth the kudos for Inno Setup. It's a scripted-type (not an MSI-type) system, but the basic scripts are written in a simple, clear declarative style, and one can get something up and running very quickly, yes, yes! I have used some commercial installer packages that didn't measure up at all.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/135709#1357090Answer by Ben Griswold for What is the best choice for building Windows installers?Ben Griswold2008-09-25T20:09:38Z2008-09-25T20:09:38Z<p>I am a big Inno Setup fan. I would suggest playing around with the provided samples to get started.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/228756#2287564Answer by john mcfadyen for What is the best choice for building Windows installers?john mcfadyen2008-10-23T06:47:38Z2008-10-23T06:47:38Z<p>Inno setup and NSIS do not cater for application sociability, they do not handle installation under locked down environments. they are procedural and only designed for low impact installations. </p>
<p>Prior to Windows Installer there was SMS installer which is very similar to NSIS and InnoSetup. Windows Installer advanced so much more advanced than you could ever get from a third party installer such as NSIS and Inno. </p>
<p>Here's some reasons why. </p>
<p>1) sociability between applications is available with windows installer (none with the others)
2) locked down installation supported (not with the others)
3) multi platform support (limited with the others)
4) enterprise friendly, (support teams can easily generate silent installations)
5) a full secured installation platform
6) user elevation / impersonation
7) self healing
8) user profile fix up
9) widely adopted as the mainstream installer
10) the list goes on and on but this is probably enough to steer you away from the others</p>
<p>If you care about your target clients in any way go the windows installer route. </p>
<p>Its harder to learn, its complex but on the other hand its enterprise ready. </p>
<p>if your target audience is a bunch of home users who are unlikely to care use the others. If not stick with the known entity. </p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/367791#3677910Answer by Darkwoof for What is the best choice for building Windows installers?Darkwoof2008-12-15T08:47:28Z2008-12-15T08:47:28Z<p>I've never had much luck with installers until I found NSIS. Somehow the scripting just appealed to me, and the examples started me off quickly. Before I knew it (within a week's time), I had an functioning installer that was a couple of thousands of lines long.</p>
<p>Utilising the ExperienceUI plugin made the installer look great without me having to do much more stuff.</p>
<p>One bad thing about NSIS, at least the last time I checked, was that it doesn't keep track of what was installed. So if you want to write a setup program that remembers installed components and allows your user to selectively choose parts to uninstall, you have to script that manually.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/459015#4590151Answer by Rob Hunter for What is the best choice for building Windows installers?Rob Hunter2009-01-19T20:14:23Z2009-01-19T20:14:23Z<p>I am now experimenting with Windows Installer (WiX) msi files being run from an Inno Setup script.</p>
<p>Each .msi file would have it's own ARP entry and install a logical application package, with Inno Setup script logically chaining the prerequisites and coping optional files like sample data.</p>
<p>I am hoping this will integrate nicely into our automated build system.</p>
<p>Anybody have success with this approach or something similar?</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/493458#4934580Answer by Damon Courtney for What is the best choice for building Windows installers?Damon Courtney2009-01-29T21:14:02Z2009-01-29T21:14:02Z<p>You should take a look at <a href="http://www.installjammer.com/" rel="nofollow">InstallJammer</a>. Not only is it free, it's cross-platform and very easy to use. Most common actions don't require any scripting at all, but with a powerful scripting language underneath the hood, you can make an install do just about anything you want.</p>
<p>If all you want is a basic installer to install your application, you can have it built in a matter of minutes from the first time you start it up. If you want something more powerful, the capabilities and documentation are excellent.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/521574#5215741Answer by tim for What is the best choice for building Windows installers?tim2009-02-06T18:33:15Z2009-05-27T18:17:34Z<p>I've used NSIS and Inno. I was not really happy with NSIS - the plugins and versions seemed to be incompatible and we had problems maintaining an installer.</p>
<p>One specific problem I remember having was dynamic setting of a version - perhaps they fixed this, but you had to go though all sorts of hoops to set the version info of your app and display it in your installer scripts. </p>
<p>I am happy with Inno, but note that the project that uses Inno is a lot simpler than the install for NSIS. </p>
<p>Inno is great.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/917265#917265-1Answer by Joshua for What is the best choice for building Windows installers?Joshua2009-05-27T18:21:19Z2009-05-27T18:21:19Z<p>Speaking from experience, the best answer seems to be DON'T.</p>
<p>If you have the skills to build an installer by hand, do so. You'll be a lot happier in the long run.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/1499702#14997020Answer by Mark for What is the best choice for building Windows installers?Mark2009-09-30T17:57:09Z2009-09-30T17:57:09Z<p>After using WiX, NSIS and InstallAware, I have to humbly admit that they were all overkill for what I really need as a software developer. There are no projects that I've done so far which couldn't be deployed using the Visual Studio deployment project. </p>
<p>Is it limited? Yes. </p>
<p>It is also <em>very</em> simple to learn an use. Moreover, you actually <em>can</em> do really neat things like automatically create <em>patches</em> (.MSP files) by using techniques as described <a href="http://69.10.233.10/KB/install/dotnetpatching.aspx?fid=209224&df=90&mpp=25&noise=3&sort=Position&view=Quick" rel="nofollow">here</a></p>
<p>I fully understand that you can't do <em>everything</em> inside of a Visual Studio setup project, but it's rather surprising what you <em>can</em> accomplish. It's free, it's easy and, frankly, for general use is a better option than spending endless hours learning WiX's mind-boggling XML (impressive as it is), or InstallAware's verbose scripts...</p>
<p>With VS Setup, it's drag'n'drop & build'n'deploy. Every other solution I've tried had set backs... they can't automatically detect your project output... or need special filters so as not to include unwanted outputs from the build.</p>
<p>My suggestion is thus: If you simply wish to get your project deployed, then learn:</p>
<ol>
<li>How to build a custom installer class, and</li>
<li>How to author your own pre-requisite packages</li>
</ol>
<p>These are both reasonably easy skills to master, and satisfy the needs of most developers.</p>
http://stackoverflow.com/questions/3767/what-is-the-best-choice-for-building-windows-installers/1588689#15886890Answer by JoelHess for What is the best choice for building Windows installers?JoelHess2009-10-19T13:33:36Z2009-10-19T13:33:36Z<p>I've had experience with the VS Installer/Deployment packages, installield, and InstallAware, and have found Installaware to be a good compromise of ease of use and power. </p>
<p>Installshield has so much power, it's overkill for almost any straight application install. </p>
<p>The VS Package stuff is fine for very simple installs, but doesn't have a lot of options.</p>
<p>InstallAware has worked well for me. Their support staff has generally been helpful, and it's been able all my .net and native application/driver installs without too much hassle. It also has a decent dialog editor.</p>