Yes it is possible , just
remove srepinit or srepinside function from your .iss
Quote:
if not SrepInit(AddBackSlash(ExpandConstant('{app}')),512 ,0) then
ISDoneError := True;
|
However its buggy , for example if decompression memory is 6 gb and if you have only 4 gb free ram, it will write 4 gb temp files in ram memory and after that crashes and will not write left 2 gb into disk
Unfortunately i didnt manage to fix this issue.
Razor's cls-srep is maybe a little bit slower than Profrager's one but it works great