Registry vs. INI file for storing user configurable application settings

前端 未结 13 1735
天涯浪人
天涯浪人 2020-12-02 16:37

I\'m a new Windows programmer and I\'m not sure where I should store user configurable application settings. I understand the need to provide a user friendly means for the

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 17:07

    Is your Application one that is installed with a Setup Program, or is it just "Extract and Run"? In the first case, look at the pros and cons outlined here. But for Extract and run, the Registry is in my opinion a "no-go", as people expect to be able to simply delete the application folder to get rid of your program.

提交回复
热议问题