Hi,

I want to save three values in an ini file.

The first two are the current version number and release date. This should overwrite existing entries.

The third item records the data path. If the ini file does not exist, or there is no value, then a default path is entered by the installer. However, if a value exists already, I do not wish to overwrite it.

How do I do that? Is it a combination of dialog window, and some custom script? If so what would that script be?

Thanks

Tony