Hello BLACKFIRE69, a suggestion for your tool, the ability to change temp path?
e.g.
CLS.INI:
Code:
[mtx]
Threads=100p
Temppath=<insert>
That way in inno setup we can run a line:
Code:
SetIniString('mtx', 'TempPath', ExpandConstant('{app}\'), ExpandConstant('{tmp}\CLS.ini'));
This way the temp path can be set to the actual unpack folder, instead of the {tmp} folder like how it is currently. This is a helpful feature since people may not have much space on their primary system drive, or do not want their system drive to be used during an install.