Apollo wei's

Tuesday, November 06, 2007

使用7-zip 來作自動安裝檔

1.安裝7-Zip

2.由7-Zip網站下載7-Zip Extra modules: 裡面有7zs.sfx

3.把要用的東西壓成.7z的檔案
For example:
t2.7z

4.edit config.txt
For example:

;!@Install@!UTF-8!
Title="Update ISRT"
BeginPrompt="Do you want update the ISRT?"
RunProgram="afuwin isrt_135.bin /hole:isrthole"
;!@InstallEnd@!

5.把7zs.sfx 跟 所要包裝的7z file 及config.txt 放在一起,再用下列指令產生.exe的自解檔。
For example:

copy 7zs.sfx+config.txt+t2.7z 4444.exe

這樣就會產生4444.exe

0 Comments:

Post a Comment

<< Home