|
|
|
#1
|
||||
|
||||
|
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 |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Oh, i thought it's the destination, i will try it now
|
|
#3
|
|||
|
|||
|
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. |
|
#4
|
||||
|
||||
|
Quote:
p.s. you can extract only some folder, not a file (my mistake ).
|
|
#5
|
|||
|
|||
|
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:
|
|
#6
|
||||
|
||||
|
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. |
|
#7
|
|||
|
|||
|
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. |
|
#8
|
||||
|
||||
|
just open your image.png in paint and press "save as", then choose bmp and set it to monochrome.
|
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
I see all files processed by ISDone as well and i know that it extracts only what i specified but it takes a long time to extract one folder of a big archive like if it's extracting all the files.
Last edited by danswano; 08-03-2014 at 04:04. |
|
#11
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Logrim (08-03-2014) | ||
|
#12
|
|||
|
|||
|
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.
|
|
#13
|
||||
|
||||
|
Quote:
|
|
#14
|
|||
|
|||
|
Thanks, razor and altef, work perfectly now,, the problem was the sizes.
Was extrange,, i'm graphic designer and this never happend to me in my work. :P.. I thought the mask in inno were being made differently. I'm trying to make a general installer for all my conversions, and i think I have already achieved. Minimalist and yet easy to locate. Last edited by Logrim; 08-03-2014 at 04:36. |
|
#15
|
|||
|
|||
|
i have a problem... before i setting the example of the mask of Altef, all work perfectly when unninstall.. Now, inno give me an error "cannot call "EXTRACTEMPORALYFILESIZE", funtion during uninstall. I never touch nothing in the unninstall section,, only add the mask functions and procedures..
|
![]() |
|
|
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 |