QUOTE (eryen @ Nov 12 2007, 01:21 PM)

How to creat SFXCAB file.
you mean "create", eryen. you've gotta use some spellcheck in your post.
QUOTE
1. Hex edit one update file. Delete after MSCF part. So u have sfx module. lets name it cab.sfx
2. Compress all folder or files with make cab. lets name it files.cab
you mean
makecab.exeQUOTE
3. copy /b cab.sfx+files.cab files.exe
4. Hex edit to run files after extract. For example. u want to run setup.exe
Search setup.exe in files.exe.
There is 20 00 in front of setup.exe
Chance it to 60 00.
Done.
Run your sfx cab file.
okay. since I may want to create SFXCAB like NT4 packages, can I use hotfix.exe instead of setup.exe listed in step 4?