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
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
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
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.
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.
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.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.