EF BE AD DE 4E 75 6C 6C 73 6F 66 74 49 6E 73 74
Code: Select all
ID=EF BE AD DE 4E 75 6C 6C 73 6F 66 74 49 6E 73 74
IDPOS=4
SkipSfxHeader=1
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
ID=EF BE AD DE 4E 75 6C 6C 73 6F 66 74 49 6E 73 74
IDPOS=4
SkipSfxHeader=1
Code: Select all
[NSIS_SkipSfxHeader]
Archiver=<path>\7z.exe
Extension=exe
SkipSfxHeader=1
BatchUnpack=1
ID=4E 75 6C 6C 73 6F 66 74 49 6E 73 74
IDPOS=8
Start="^-------------------"
End="^-------------------"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp n*256"
SkipLIST=1
List=%P l %AAQ
Extract=%P e -y %AAQ @%LQ
ExtractWithPath=%P x -y %AAQ @%LQ
[NSIS]
Archiver=<path>\7z.exe
Extension=exe
;SkipSfxHeader=1
BatchUnpack=1
ID=4E 75 6C 6C 73 6F 66 74 49 6E 73 74
IDPOS=21000, 21512, 23560, 25096, 26632, 32264, 34824, 38408, 45576, 47112, 47624, 50696
Start="^-------------------"
End="^-------------------"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp n*256"
SkipLIST=1
List=%P l %AAQ
Extract=%P e -y %AAQ @%LQ
ExtractWithPath=%P x -y %AAQ @%LQ
that usually means that the file is suitable for ietotal. So we better should wait for new addons with good filtering (by id & idpos) of calls to ietotal.If an archive doesn't open, add the offset to IDPOS in [NSIS] section. If an archive opens but shows "exe not supported" nothing can be done I think besides waiting for new 7zip version.
Code: Select all
;Removed 33288, 34824, 36872, 37384, 40968, 47112, 48648, 50696, 57864, 58888, 333800
;Added 33800, 35848, 44040, 53256, 62984, 65032, 54792
;Added again 25096, 34312, 35336, 36360, 47624, 49160
IDPOS=21000, 25096, 21512, 23560, 26632, 32264, 32776, 33800, 34312, 35336, 35848, 36360, 38408, 39432, 41480, 43016, 44040, 44552, 45576, 46088, 46600, 47624, 48136, 49160, 49672, 50184, 51208, 52744, 53256, 54792, 56840, 58376, 59400, 59912, 60936, 62984, 64008, 65032, 135688, 136712, 141320, 147976
Code: Select all
;Removed 33288, 34824, 36872, 37384, 40968, 47112, 50696, 57864, 58888, 333800
;Added 33800, 35848, 44040, 53256, 62984, 65032, 54792
;Added again 25096, 34312, 35336, 36360, 47624, 48648, 49160
;48648 if removed TC crashes if ctrl+pgdown on 7z440.exe
IDPOS=21000, 25096, 21512, 23560, 26632, 32264, 32776, 33800, 34312, 35336, 35848, 36360, 38408, 39432, 41480, 43016, 44040, 44552, 45576, 46088, 46600, 47624, 48136, 48648, 49160, 49672, 50184, 51208, 52744, 53256, 54792, 56840, 58376, 59400, 59912, 60936, 62984, 64008, 65032, 135688, 136712, 141320, 147976
Code: Select all
[7Z_NSIS]
Description="7-Zip 3.40 Beta NSIS"
Archiver=%TCMDPATH%\packer\7-zip\7z.exe
Extension=exe_NSIS,exe
ID=33 D2 8B, 55 8B EC 83, 55 8B EC
IDPOS=1024
BatchUnpack=1
Start="^-------------------"
End="^-------------------"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp n*256"
SkipLIST=1
List=%P l %AQA
Extract=%P e -y %AQA @%LQ
ExtractWithPath=%P x -y %AQA @%LQ