Quote:
Originally Posted by Jahan1373
://www.mediafire.com/file/gh4um1dsm92xbeg/Help.zip/file
Hello
Can someone help me, I have a problem with this installation
CPU will be 100% after installation
|
1. the following functions have been updated:
Code:
1. DeleteFMXFont.
2. FMXInnoShutDown.
2. the updated version has been tested on both
Windows 10 and 11.
replace the old files with the attached files below and
3. ensure the following order in your script file:
Code:
procedure DeinitializeSetup();
begin
{ Font }
DeleteFMXFont(ExpandConstant('{tmp}\Your_Font_File_Here.ttf'));
{ ISArcEx }
ISArcExCleanUp;
{ FMXInno }
FMXInnoShutDown;
end;
4. if you are unsure how to modify your script, feel free to send it to us.
.