Page 1 of 1

PC-6 Steam Installation / XMLTools.dll

Posted: Tue Aug 13, 2019 1:29 pm
by DidierH
A special thanks to Oisin Little, Milviz Product Manager, who helps me for a problem of installation of XMLTools : "DLL.xml not found"

If you have the same problem, put this manually in your DLL.xml (C:\Users\Utilisateur\AppData\Roaming\Microsoft\FSX)

<Launch.Addon>
<Name>XMLTools</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>XMLTools.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>

it will be fine ! ;)

Thanks for the support.

DidierH

Re: PC-6 Steam Installation / XMLTools.dll

Posted: Tue Aug 13, 2019 2:02 pm
by doodlebug
Thank you Didier.

For others having similar problems, make sure that when you paste the code that the tags for other addons are closed.
For each <Launch.Addon>, there has to be a closing </Launch.Addon>
see below:

<Launch.Addon>
<Name>XMLTools</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>XMLTools.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>

A missing closing tag will muck everything up.