Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] A good -but unexpected- example of SDK usage

From: maarten::vrijheid::net at: 7-Sep-2003 8:15

Last week I ran into something funny which I thought might be a good example usage of the SDK: using the REBOL SDK to built cross-platform installers. With prebol and encap you can include other files and emit them while installing, and REBOL gives you a powerful scripting language for the installer. E.g. I am working on a Stunnel (SSL tunnel) installer that works on Linux and Windows that downloads a config file over the web. And the SDK is really a good buy if you compare it with Installshield! --Maarten