Tuesday, April 10. 2007Installer++Comments
Display comments as
(Linear | Threaded)
Cute, my career as a programmer started with Pascal and after that Delphi 2.0 too.
I even continued with Dephi 3.0, but at its 4.0 release I got seduced by the Linux communities. And therefore, by the C programming language.
Doing like inkscape and including a copy of GTK would be a lot easier for most users than needing to worry about having and detecting GTK. (Users can always delete the copy included with Inkscape and fall back to the system GTK (for testing and general use it is more reliable to have a known version of GTK). I think GIMP might even be starting to ship a bundle including GTK too.
In any case I am much more interested by your choice of Inno Setup over NSIS which is used by quite a few open source projects. Were you already more familiar with Inno or does it offer particular benefits over NSIS? My experience with Pascal only amounts to many hundreds of hours of Mathematica (software from Wolfram). I really should give it a try for a more enjoyable task.
I don't think bundling GTK+ (and gtkmm) is a good idea. It is duplication and I would like to avoid duplication if possible. I would like to encourage people to not having multiple identical GTK+ installations. Complains about GTK+ on Windows nearly disappeared recently, anyway.
There is no big reason why we chose Inno Setup. It was just the first thing Google came up with and had enough documentation to quickly hack an installer together. |
NavigationCalendar
QuicksearchCategories |
|||||||||||||||||||||||||||||||||||||||||||||||||
Here it is, Glom's installer for Windows. Thanks to the opinions to my last blog entry. I set up an all-in-one installer, so Glom should run out of the box after installing (please tell me if not). It includes GTK+ from SVN with my patch from bug #506062
Tracked: Feb 04, 21:59