The basic idea behind this is quite simple. It's a 3-step process:
http://www.msfn.org/board/How-to-make-a-7-Zip-Switchless-Installer-t39048.html
- Collect all files and scripts necessary to perform a specific task and zip then up with 7-zip.
- using the 7-zip command-line the command is:
7za.exe a -mx5 atlas.zip - Create a config file (config.txt) that specifies the behaviour of the installer.
- Concatenate the zip-file, config file and 7-zip SFX-module with a binary copy
copy /b 7zS.sfx + config.txt + atlas.7z
http://www.msfn.org/board/How-to-make-a-7-Zip-Switchless-Installer-t39048.html
No comments:
Post a Comment