On 2006-09-01 07:57:06 -0700,
slippymississippi@yahoo.com said:
Quote:
|
Does anyone know of a cross-platform installer package? Scanning Google, it appears that the installer package landscape is all focused on specific operating systems.
|
I'm not sure what this has to do with Extreme Programming.
That said, different operating systems have very different requirements
for software installation. The idea of a "cross-platform installer
package" doesn't make a heck of a lot of sense. Use the native
installation mechanism on each of your supported platforms, and your
users will get the best experience on their preferred platform.
For example, on Windows this would mean leveraging the Windows
installer infrastructure, and on Mac OS X this would involve either
supporting a drag-install from a disk image or a double-clickable
Installer.app package, while on Red Hat Linux this would be an RPM and
on Debian Linux it would be a Debian package. And so on.
You're not going to find a single generic mechanism that covers all of
these cases and does the right thing by the users of the respective
platforms for every one.
-- Chris