|
Hi @Blackfire,
It is good that we now have a preprocessor for Read INI, but personally I think that we only need that to pass {#AppName} and {#DirName} at the compile time during the setup creation process. Rest everything can be handled without preprocessor. The FNewINI is written well enough. Please consider an example I shared above for Icons creation. It is easy to read, has a common procedure for all AppExe, less code, has ability to add more parameters in future and doesn't use preprocessor. You can definitely enhance and add to FMXInno (if you feel)
If I have to use the preprocessor only, I'd rather use the older reliable method. But, thank you so much for the enhancements.
I'd be posting more on Redist installation handling and Data extraction handling. I'm coding and testing on them.
|