I'm using advanced installer to save various coniguration settings during install to an XML file that my applicaiton can then read. All relatively simple to setup using advanced installer. To avoid users having to enter the same information again every time there is an upgrade I need to find a way for advanced installer to read its previoulsy created xml file entries (which is set to be retaned on un-install) and load the various global parameters from it, or keep with the default parameter values if it can't.
After a pretty extensive search I can't see a way of easily doing this. If it's still the case that advanced installer can't natively do this are there any examples of working custom actions available that do it? I've found a couple of similar old posts with a similar problem and the stock answer seems to be that it can be done using a custom action and a vbscript. From my research that doesn't appear to be a particuarly simple task as I've not been able to find a single example of it, let alone one that is solid and good to use. Surely this must be a relatively common problem that lots of users come up against?