I'm obviously biased but non-declarative installation technologies like NSIS are a complete non-starter for me. I don't want to write scripts that install files then have to remember write more scripts to uninstall those files. I had a couple consulting gigs to convert setups from NSIS. It amazed me how much code they maintained to just do the above. The .wxs files were usually smaller and far easier to maintain.
Script based installs are just the wrong way to solve the problem, IMHO. On Tue, Apr 16, 2013 at 4:39 PM, Wesley Manning <[email protected]> wrote: > Last time I looked NSIS hasn't been updated since 2009. I also > contemplated using NSIS. > > What attracted me to Wix is that it is based on MSI which (at the time) > you needed to get app Windows certified. And that it is XML based which I > knew. And the bootstrapper, burn, because I needed to install .net > framework, drivers, etc. > If you go with Wix I'll recommend the book: > http://www.packtpub.com/windows-installer-xml-3-6-developers-guide/book. > Bring you up to speed very fast on basics. Only thing it didn't have for > me was how to install drivers, advertised shortcuts, and how to install > certificates which I picked up on the internet and this mail group. > > Wes > > -----Original Message----- > From: Nick Miller [mailto:[email protected]] > Sent: April 16, 2013 7:44 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] WiX vs NSIS > > Hi All, > > My company is evaluating two different Windows installer solutions, WiX > and Nullsoft installer (NSIS). I was wondering if anyone has had > experience with both, and could weigh in on the pros and cons, benefits, > limitations, etc. > > Thanks, > Nick > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use our > toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

