![]() |
1 Attachment(s)
Codejock Quick Style Inno Setup Viewer
Place .cjstyle named as Theme next to program then launch theme.exe it. |
Hello razor, how do i call 7z to unpack a file using ISExcec or even call arc to unpack an arc file using it as well.
I need to know how to use ISExcec cause it's not working for me. for example: Quote:
|
Try this.
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" x -y "' + ExpandConstant('{src}\data.7z') + '" ', ExpandConstant('{tmp}'), '...',false) then break; |
Quote:
|
You are awesome Razor, i've been googling since days to find a solution and only you did it.
Thank you :) |
Dear razor, is it possible to unpack a passworded 7z file?
|
only if password is known
|
Quote:
|
Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" x -y -pPASSWORD "' + ExpandConstant('{src}\data.7z') + '" ', ExpandConstant('{tmp}'), '...',false) then break; |
Razor the awesome, as always. :)
Thanks buddy. |
You're Welcome bud. :D
|
Dear razor, can you explain for me what are the first 3 zeros for?
in ISArcExtract there is 2 zeros while in ISExec there is 3 or i f you don't know what they are for at least can you tell me which one stands for process percentage? |
the second zero from the left defines progress percentage.
first is for components third is for SpecifiedProcessTime |
Quote:
|
Because the time and accurate percentage is not known properly to IS it jumps from 50% to 150% after the ISExec is done, how to avoid this?
I know that there is a feature related to records.inf but i don't know how to use or even create the right records.inf file. Can you help me please? :) |
| All times are GMT -7. The time now is 08:27. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com