> how to create an SFX archive that can be self extractable on windows
WinZip

Signature
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
> how to create an SFX archive that can be self extractable on windows
You can download SFX stubs. I think Indo-ZIP
has one. They vary quite a bit in size. But basically
an SFX is just an EXE stub that unpacks a zip
file. The zip file is pasted onto the back end of the
stub as a contiguous byte stream. In other words,
you just make your stub (or download it, or buy it),
then write a new file that contains the stub followed
by the zip.