[Resolved] Multiple App Instances and Registry Settings
I have an app that stores/reads it's parameters from the registry.
I'd like to allow the user to run multiple copies from the same install on the same machine - kind of like you do with wordpad.
The problem is that I'd like each running instance to be able to access a different set of parameters and I don't neccesarily know how many instances will be running.
Does anyone have experience with multiple copies of an App running on the same machine?
Should I be storing the parameters in an ini file and 'pointing' each instance to a different file when started?
Thanks.