|
|
|
#1
|
||||
|
||||
|
not with 7zip. try it yourself.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
What app can split files then and support extraction with ISDone? i have some repacks i want to make that way.
|
|
#3
|
||||
|
||||
|
Hmm, I think there isnt.
|
|
#4
|
|||
|
|||
|
Thank you razor.
|
|
#5
|
|||
|
|||
|
How to use ISExec to unpack 7z file?
Last edited by danswano; 04-09-2013 at 17:07. |
|
#6
|
|||
|
|||
|
Having a rather irritating problem with external compression at the moment:
Every time I try to install using external compression I get an "Unsupported compression method" error. Full Details: Using this .Bat for compression: "echo Compressing files, please wait... arc a -ep1 -w.\ .\Compressed\Data1.cab -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Program Files (x86)\Electronic Arts\Red Alert 3 Uprising" echo.All done. pause Exit" This is my Setup.ini Extract settings: "FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1 ;PrecSrep:1" The Exact Error I get: "An Error ocurred Wile Unpacking: Unknown compression Method! Unarc.dll returned an error code: -2 ERROR: Unsupported compression method srep+lzma:177mb:normal:bt4:128:mc1000:lc8" I have tried recompiling, and recompressing at least 3 times and every time it's the same error. I am using CI 8.5.7.4 Any ideas on how I can get it to work? I'm Desperate. |
|
#7
|
||||
|
||||
|
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) | ||
|
#8
|
|||
|
|||
|
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:
|
|
#9
|
||||
|
||||
|
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) | ||
|
#10
|
||||
|
||||
|
Quote:
|
|
#11
|
|||
|
|||
|
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. |
|
#12
|
|||
|
|||
|
Dear razor, is it possible to unpack a passworded 7z file?
|
|
#13
|
||||
|
||||
|
only if password is known
|
|
#14
|
|||
|
|||
|
Dude the file is mine but i want to tell IS the password.
|
|
#15
|
||||
|
||||
|
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) | ||
![]() |
|
|
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 |