I was using an XML file to store my settings (trying to be PC friendly), and I have never done that before, I have always used the registry. Well, I was using MSXML5.dll, but when Inno tried to register it, it thru an code 1114 error, ocx/dll failed to initialize. After searching around the net and microsoft, I found no reference to v 5.0, so I switched to v 4.0 msxml4.dll. It still didn't work, and to make this all night story short, I found that I need to use the .msi to install all required dlls. After all that, my question is, how to I use that in Inno? I read on the net that it is only possible using some complicated method. Is this correct, or is there an easy way that I just haven't found yet?

For now I switched back to the registry to make my deadline, but I would really like to get this to work. Thank you for your help.

BTW, I searched the forums, and there was only one place that I found that a person said they got it to work, but they didn't post how.