View Single Post
  #1228  
Old 02-12-2016, 06:41
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 danswano View Post
How do i set temp dir of srep to destination directory instead of temp?
[Srep]
Memory = 256
TempPath =

[Precomp]
Memory = 40
TempPath =
if not SrepInit(ExpandConstant('{tmp'),512,0) then
if not PrecompInit(ExpandConstant('{tmp'),128,0) then


also

ISArcExtract(CurComponent:Cardinal; PctOfTotal:double; InName, OutPath, ExtractedPath: AnsiString; DeleteInFile:boolean; Password, CfgFile, WorkPath: AnsiString; ExtractPCF: boolean ):boolean;
external 'ISArcExtract@files:ISDone.dll stdcall delayload';

notice WorkPath?
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano (05-12-2016)