PDA

View Full Version : CLS-srep.dll Install Path Help - Fitgirl


ZAZA4EVER
03-02-2017, 04:51
i want help when install game and setup extract files
serp virtual memory take space from c partion temp folder
i want take space from game install path not c partion
how can do it ?
i know this is from CLS-srep.dll when extract CLS.ini
settings is
[Srep]
Memory=512
TempPath=C:\Users\ZAZA-PC\AppData\Local\Temp\is-O6HRP.tmp\

i want settings like as fitgirl
[Srep]
Memory=512
TempPath={app}

if fitgirl help me i will thanks for her very much

i make hitman from 60.2gb to 20.8gb and srep-virtual-memory.tmp expand to 15 gb and space c free space 13gb how solve it

vint56
03-02-2017, 04:53
if not SrepInit(ExpandConstant('{app}'),256,0) then break;
if not PrecompInit(ExpandConstant('{app}'),128,PCFVer) then break;

ZAZA4EVER
03-02-2017, 05:01
where edit it ?
i use wpi installer

vint56
03-02-2017, 05:04
in the script ISDone wpi installer WindowsPhone
ChangeLanguage('English');
if not SrepInit(ExpandConstant('{app}'),256,0) then
ISDoneError := True;
if not PrecompInit(ExpandConstant('{app}'),128,PCFVer) then
ISDoneError := True;
if not FileSearchInit(true) then
ISDoneError := True;

ZAZA4EVER
03-02-2017, 05:28
thanks for help vint56 but not work
razor help me
this line -- if not SrepInit('',512,0) then
change to -- if not SrepInit(AddBackSlash(ExpandConstant('{app}')),512 ,0) then

rinaldo
05-02-2017, 07:54
thanks for help vint56 but not work
razor help me
this line -- if not SrepInit('',512,0) then
change to -- if not SrepInit(AddBackSlash(ExpandConstant('{app}')),512 ,0) then

use ISDone (http://krinkels.org/resources/isdone.67/) ProFrager and see if it works

Razor12911
05-02-2017, 08:23
use ISDone (http://krinkels.org/resources/isdone.67/) ProFrager and see if it works

Already answered, razor help me is actually, razor helped me

He also says change:
this line -- if not SrepInit('',512,0) then
to this:
change to -- if not SrepInit(AddBackSlash(ExpandConstant('{app}')),512 ,0) then

That's the solution
________________

You sent me a PM a few days ago, but thanks to the settings you have in your User CP, can't reply.

rinaldo
05-02-2017, 12:36
Razor12911

I can receive messages (strange is not it) :)

Razor12911
05-02-2017, 12:40
I can receive messages (strange is not it) :)

Oh cool then let me send you a private message.

rinaldo
05-02-2017, 12:45
so it must be true brother

Razor12911
05-02-2017, 12:59
so it must be true brother

Works but also have to fix a couple of things from my side.