Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1006  
Old 05-03-2014, 15:44
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
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
Reply With Quote
Sponsored Links
  #1007  
Old 07-03-2014, 11:03
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
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.
Reply With Quote
  #1008  
Old 07-03-2014, 11:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano (07-03-2014)
  #1009  
Old 07-03-2014, 11:57
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by buttignol View Post
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
check out isdone documentation. full support for precomp038-precomp042.
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.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
buttignol (08-03-2014)
  #1010  
Old 07-03-2014, 14:03
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.
I don't think ISDONE docu have something like this.
Where do i grab the latest version of the script?
Reply With Quote
  #1011  
Old 08-03-2014, 00:07
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
I don't think ISDONE docu have something like this.
Where do i grab the latest version of the script?
Code:
function ISArcExtract (CurComponent: Cardinal; PctOfTotal: double; InputFile, OutputPath, ExtractedPath: string; DeleteInFile: boolean; Password, CfgFile, WorkPath: string; ExtractPCF:boolean):boolean;
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
danswano (08-03-2014), papas (02-09-2016)
  #1012  
Old 08-03-2014, 00:48
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
altef_4, do you know if it's possible to extract a specific file/folder?
Reply With Quote
  #1013  
Old 08-03-2014, 01:18
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
altef_4, do you know if it's possible to extract a specific file/folder?
it's possible, look on red text in my pre post

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
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
danswano (08-03-2014), papas (02-09-2016)
  #1014  
Old 08-03-2014, 01:20
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Oh, i thought it's the destination, i will try it now
Reply With Quote
  #1015  
Old 08-03-2014, 01:26
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
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.
Reply With Quote
  #1016  
Old 08-03-2014, 01:48
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
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:

Reply With Quote
  #1017  
Old 08-03-2014, 02:50
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Logrim View Post
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:...
you must create another form behind main form, then use
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
Attached Images
File Type: jpg 1.JPG (88.7 KB, 91 views)
Attached Files
File Type: 7z TB.7z (572.6 KB, 57 views)

Last edited by altef_4; 08-03-2014 at 04:39.
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
Logrim (08-03-2014), papas (02-09-2016)
  #1018  
Old 08-03-2014, 03:14
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
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.
i already tested it and it works for me, can you give example how do you use it?
p.s. you can extract only some folder, not a file (my mistake ).
Reply With Quote
  #1019  
Old 08-03-2014, 03:26
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
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.
Reply With Quote
  #1020  
Old 08-03-2014, 03:31
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 12:19.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com