Multi-Platform installer generator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nicodemus

    #1

    Multi-Platform installer generator

    Hello list,

    On windows my company uses Inno Setup to generate installers for our
    products, and on Linux we usually use a simple shell script, but we
    would like to use the same installer generator for both platforms.
    Searching google turned up some multi-platform installers (mostly in
    Java), but I gather that they require a Java VM installed in the target
    system, and that is undesirable for us, since most system don't come
    with a Java VM ready (or am I completely wrong in this aspect?).

    So does anyone know if a multi-platform installer generator, that
    generates installers with GUI and has no requirements on the target
    system, exists?

    Best Regards,
    Nicodemus.
  • Simon John

    #2
    Re: Multi-Platform installer generator

    if you're referring to the installshield x/mp products, forget it, they
    are really bad.

    the last company i worked for who used x/mp actually went back to shell
    scripts for unix and installshield pro for windows, as the java thing
    was abismall, and even the ide was written in java, so horribly slow.

    personally i'd stick with shell scripts for unix, and innosetup for
    windows.

    Comment

    Working...