inno setup - registry key vs. .ini files
- by PPTim
Hi,
Dabbling with creating an installer with inno setup- but wondering:
What are the pros and cons of using registry keys (windows program) vs. .ini files that sit within the program folder?
If I store all my user settings in .ini files, the entire program can be removed by deleting the folder.
With registry keys i'd have to create an…