Skip to content
/ csfx Public

Crappy self-extracting archive system for Windows (as if there were not enough already)

Notifications You must be signed in to change notification settings

penma/csfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create a self-extracting archive using CSFX

* put all your files into a standard uncompressed tarball
* create sfxdata.rc, containing these lines
     SFXDATA RCDATA "your_archive.tar"
     STRINGTABLE BEGIN
         23 "a_bootstrap_program.exe"
     END
  (you can omit the last three lines, in which case an explorer.exe window
  will be opened showing the temporary folder)
* run 'make'
* optionally compress the produced executable with UPX

About

Crappy self-extracting archive system for Windows (as if there were not enough already)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages