|
#1006
|
||||
|
||||
|
Help I am not able to use my installer to unpack files created with precomp043 + srep64 trying without success to two days someone could post a scrip isdone the sample thanks
|
| Sponsored Links |
|
#1007
|
|||
|
|||
|
Hello,
Is it possible to extract a specific folder and/or file inside an arc archive using ISDone? I have an archive that has many folders and i just want to unpack one of them. Why i didn't create an archive for each folder? Because i'm using delta compression to reduce the size for similar files in each folder. Thanks. |
|
#1008
|
||||
|
||||
|
hmm, don't think it's possible to extract a certain file/folder using isdone, you could read the documentation. but check the latest isarcextract script, version 4.2 and later.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (07-03-2014) | ||
|
#1009
|
||||
|
||||
|
Quote:
hooking up precmp043 may be tough but the srep64 is not a problem, it's the same as the normal srep edition, just tweak the arc.ini a bit. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
buttignol (08-03-2014) | ||
|
#1010
|
|||
|
|||
|
Quote:
Where do i grab the latest version of the script? |
|
#1011
|
||||
|
||||
|
Quote:
Code:
function ISArcExtract (CurComponent: Cardinal; PctOfTotal: double; InputFile, OutputPath, ExtractedPath: string; DeleteInFile: boolean; Password, CfgFile, WorkPath: string; ExtractPCF:boolean):boolean; |
|
#1012
|
|||
|
|||
|
altef_4, do you know if it's possible to extract a specific file/folder?
|
|
#1013
|
||||
|
||||
|
Quote:
example how to use: ISArcExtract(0,0,ExpandConstant('{src}\Data.arc'), ExpandConstant('{app}'),'Some_Path_In_Your_Archive',False,'PASSWoRd',ExpandConstant('{tmp}\Arc.ini'), ExpandConstant('{app}'),False); Last edited by altef_4; 08-03-2014 at 03:15. Reason: corrected |
|
#1014
|
|||
|
|||
|
Oh, i thought it's the destination, i will try it now
|
|
#1015
|
|||
|
|||
|
Thanks altef_4, it's working but it's unpacking the whole thing instead of just one folder although it's not actually unpacked in the destination folder.
Last edited by danswano; 08-03-2014 at 01:29. |
|
#1016
|
|||
|
|||
|
I have a little problem .. dont know if is the right place to expose my doubt, but .. It is going beyond the mask installer. In photoshop everything is perfect, no fault .. in the script, all the measures are well placed, everything looks in order, except for one thing .. stand out as ridges on the edges that should not be there .. someone can say that this is due?
Here is a picture:
|
|
#1017
|
||||
|
||||
|
Quote:
CreateFormFromImage(YourNewForm.Handle,ExpandConst ant('{tmp}\your_frame.png')); and move this form when main form is moved. i create simple example for this, in archive are all nessesary files + two versions: one for Original IS UNICODE and one for Enhanced UPD: changed mask +added screenshot Last edited by altef_4; 08-03-2014 at 04:39. |
|
#1018
|
||||
|
||||
|
Quote:
p.s. you can extract only some folder, not a file (my mistake ).
|
|
#1019
|
|||
|
|||
|
Thanks,, it works,, but i think i dont know how to make the mask well.. can you explain me in little words altef? i'm not new to photoshop, but making mask yup
..Edit 1. i start the script by zero, and put your example in the fist place with my background and mask.. it work... but with the same edges bug.. its my mask, i know :d.. i dont know how to make it well.. When i make mask before for other works, i only set the visible space in black and the rest in white... here dont work that .
Last edited by Logrim; 08-03-2014 at 03:41. |
|
#1020
|
|||
|
|||
|
First try to make the archive a little bit big so you can see the actual process.
create 2 folders that contains multiple big files for example program1 program2 and program3 folders. Now let's say we want to extract program 2. You will notice that the installer displaying program1 folder and it's content and program 2 and 3 but it only extract program2 actually. Extracting the whole archive takes as much as time to extract one folder. It's like unpacking the whole archive on the fly but not letting the unwanted files to be copied to the destination folder. Hope i clarified what i meant.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |