PC-6 Steam Installation / XMLTools.dll
-
- Posts: 1
- Joined: Mon Aug 12, 2019 5:37 pm
PC-6 Steam Installation / XMLTools.dll
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
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
- doodlebug
- Posts: 1642
- Joined: Sun Feb 19, 2017 2:49 pm
- Location: LYX>YUL
Re: PC-6 Steam Installation / XMLTools.dll
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.
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.