PC-6 Steam Installation / XMLTools.dll

Locked
DidierH
Posts: 1
Joined: Mon Aug 12, 2019 5:37 pm
PC-6 Steam Installation / XMLTools.dll

Post by DidierH » Tue Aug 13, 2019 1:29 pm

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

User avatar
doodlebug
Posts: 1642
Joined: Sun Feb 19, 2017 2:49 pm
Location: LYX>YUL
Re: PC-6 Steam Installation / XMLTools.dll

Post by doodlebug » Tue Aug 13, 2019 2:02 pm

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.


Locked

Return to “Pilatus PC-6 (FSX) Support Forum”