|
#706
|
||||
|
||||
|
Codejock Quick Style Inno Setup Viewer
Place .cjstyle named as Theme next to program then launch theme.exe it. |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
danswano (08-09-2013), mausschieber (08-09-2013) | ||
| Sponsored Links |
|
#707
|
|||
|
|||
|
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:
|
|
#708
|
||||
|
||||
|
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; |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (08-09-2013) | ||
|
#709
|
||||
|
||||
|
Quote:
|
|
#710
|
|||
|
|||
|
You are awesome Razor, i've been googling since days to find a solution and only you did it.
Thank you
Last edited by danswano; 08-09-2013 at 16:34. |
|
#711
|
|||
|
|||
|
Dear razor, is it possible to unpack a passworded 7z file?
|
|
#712
|
||||
|
||||
|
only if password is known
|
|
#713
|
|||
|
|||
|
Dude the file is mine but i want to tell IS the password.
|
|
#714
|
||||
|
||||
|
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;
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (08-09-2013) | ||
|
#715
|
|||
|
|||
|
Razor the awesome, as always.
![]() Thanks buddy. |
|
#716
|
||||
|
||||
|
You're Welcome bud.
|
|
#717
|
|||
|
|||
|
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? |
|
#718
|
||||
|
||||
|
the second zero from the left defines progress percentage.
first is for components third is for SpecifiedProcessTime |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (09-09-2013) | ||
|
#719
|
|||
|
|||
|
Quote:
Last edited by danswano; 09-09-2013 at 16:27. |
|
#720
|
|||
|
|||
|
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?
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |