Quote:
Originally Posted by KaktoR
Search
Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{#INIFile}'));
After this add and change the ini file location manualy inside the script ('{app}\steam_emu.ini')
Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{app}\steam_emu.ini'));
Maybe you have to change {#Section} and {#Key} too if the section/key is different in two ini files. If the sections and names are the same then just leave it like it is and only change the {#INIFile} for ini file #2, 3, 4, ...
|
Hello KaktoR,
it works perfectly after a first test, thank you!
Can you answer me for this:
https://fileforums.com/showpost.php?...&postcount=726
Thanks in advance,
cordially