资 源 简 介
What?
NSIS script to create a self-extracting SFX archive for portable software.
Why?
The SFX archive script is meant for portable browsers, but may be used for other portable software.
To improve performance since the software is ran on the computer"s hard drive. Running portable software directly from a USB flash drive is slow.
How?
When the SFX archive is run, it will extract all files in the computer"s %temp% folder and the program is launched.
The SFX module will continue to run in the background. Once the portable software is closed. It will compress the "Data" folder using 7-zip and it will be copied to the SFX program folder and the extracted program files and data will be deleted from the computer.
Both the SFX archive and the compressed profile can be hardcoded with a password for privacy.