News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

SFX stub for cab archives

Started by Vortex, August 29, 2013, 04:49:54 AM

Previous topic - Next topic

Vortex

Here is a simple SFX stub of 3 Kb for cab archives. Creating an SFX archive is very easy :

copy /b Stub.sfx + archive.cab SFXarc.exe

The executable renamed as Stub.sfx creates a folder under the temporary files folder and extracts all the files. It checks for a batch file named Install.bat and executes it to perform post-extraction operations. The stub is very modest but additional features can be added to the Poasm source code. Nested folder structure in the cab archive is not supported to keep things simple.

cab archives can be created with a built-in windows tools like iexpress.exe