Associate specific file extensions with my delphi app - any library for this?
- by michal
Hi,
so far if I had to associate the file extension with my application I used to simply modify the registry. However I haven't been doing it for years, and I'm afraid the things might have changed a bit. I have no idea how to prevent registry access restrictions in Windows 7 / Vista (if there are any for HKEY_CLASSES_ROOT). Thus I'm looking for some delphi library, unit, code snippet or whatever which works reliably under XP, Vista and 7.
Is there any which handles "backup" as well? By backup I mean possibility to revert the changes to the previous association ...
Thanks in advance,
m.