[wxruby-users] Recommended cross platform deployment methods?
Mark E.
lists at ruby-forum.com
Wed Oct 22 16:53:53 EDT 2008
Mark E. wrote:
[...]
> But really, it would be great to be able to customize the following:
> + where the files get installed to (Shoes installer put it in \Program
> Files\Common Files\Shoes\<version>
> + what files get installed (different gems, libraries like sdl, etc)
> + The graphic to show
> + The script files to deploy (optional just a directory, etc)
After looking into the shoes installer a bit more...
http://github.com/why/shoes/tree/master/platform/msw
http://github.com/why/shoes/tree/master/platform/msw/stub.c
It seems that the platform specific installer is being downloaded (from
a hard coded location) and being run in "silent mode" where any install
locations are defaulted and assumed.
The windows platform specific installer is written in C. Unfortunately,
I'm not a C coder. Not to say I couldn't tinker, but I don't have true C
skills for creating new code.
Anyway, that's my quick report.
-MarkE
--
Posted via http://www.ruby-forum.com/.
More information about the wxruby-users
mailing list