
09-09-2020, 07:35
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
Quote:
Originally Posted by Masquerade
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.
|
@Masquerade, i can do that
|