I have a 3rd party Help Desk executable which is deployed with it's configuration file (.cfg) to customers. I need to amend the config file (same structure as an ini file) to enter some customer specific info before the exec is run from my D2007 app. Is there a way to do this, seemingly, simple task? I have tried using the TConfiguration code but while doing the job, it deletes all the other config data when WriteConfig is run! Thanks.
Andrew