|
#11
|
||||
|
||||
|
Quote:
This function is called 4 times per second and only the current filename is shown in the output. If you use a native installation of Inno Setup (No UnArc/ISDone) it will only remove the installed files. But for you to continue using your script you can create a list using FindFirst and FindNext of all the files that are in the game folder right after the ISDoneInit function. After the ISDoneStop function you do a new check using FindFirst and FindNext and compare the names with the previous list using: if oldfileslist.IndexOf(<fullfilename>) < 0 then ins_log.Append(<fullfilename>); |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |