Re: Multi-Platform installer generator

2005-02-11 Thread Simon John
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

Re: Multi-Platform installer generator

2005-02-11 Thread Neil Benn
Nicodemus wrote: 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 (most

Multi-Platform installer generator

2005-02-11 Thread Nicodemus
), 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 GU