Yuri wrote:
>> There are some listed in here. I just would like some input from you guys.
>> http://www.installsite.org/pages/en/msi/authoring.htm
> 
> I don't never use this products. but i use Inno Setup
> (http://www.jrsoftware.org/)

        Hmm, might be windows only:
        http://www.jrsoftware.org/isfaq.php#oscompat

        I hired someone to write an FLTK based installer for my product
        which works cross platform. I haven't put it into production yet,
        but it works. It attaches everything in an encrypted format
        to the installer executable, so that it is a single download,
        one binary for each platform. Uses a built in 'tar extractor'
        to extract the data.. tar format is pretty simple.

        It was a good 2 months of work, but worth it I think to
        1) have the code, and 2) have it cross platform. Used FLTK's wizard
        to do all the user prompting. In fact, when I started this project,
        I wrote the FLTK wizard cheat page:
        http://seriss.com/people/erco/fltk/#Fl_Wizard
        ..and pointed the hired programmer at that for a starting point.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to