Yes, it was XpackerX. Here's the XML I used for my configuration:
<?xml version="1.0"?>
<xpackerdefinition>
<general>
<!--shown in taskbar -->
<appname>rebol_tutorial</appname>
<exepath>rebol_tutorial.exe</exepath>
<showextractioninfo>false</showextractioninfo>
</general>
<files>
<file>
<source>rebol_tutorial--3-8-06.r</source>
<destination>rebol_tutorial--3-8-06.r</destination>
</file>
<file>
<source>C:\Program Files\rebol\view\Rebol.exe</source>
<destination>rebol.exe</destination>
</file>
</files>
<!-- can include any of: $FINDEXE, $TMPRUN, $WINDIR, $PROGRAMDIR,
$WINSYSDIR
-->
<onrun>$TMPRUN\rebol.exe -si $TMPRUN\rebol_tutorial--3-8-06.r</onrun>
</xpackerdefinition>
Quoting Cavva <[EMAIL PROTECTED]>:
>
>> I packaged my absolute beginners tutorial as a Windows executable
>
> I'm just curious: for the creation of the executable what do you have used?
> XpakerX ?
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.