Author Topic: Zürich demo install ERROR  (Read 4449 times)

jackdow

  • Newbie
  • *
  • Posts: 2
Zürich demo install ERROR
« on: September 27, 2009, 03:04:16 pm »
Hi,
 
I downloaded LSZH demo, and installed it.
 
After install was an error massage:
 
 
C:\\\\ .........\dll.xml error on line 40, position 20:

A dokumentum legfelső szintjén érvénytelen. (maybe in english: on highest level of document is not valid)

Your C:\\........\dll.xml file has not been modified by this installer.
 
My dll.xml included:
 
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>dll.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
  <Launch.Addon>
    <Name>Object Placement Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Traffic Toolbox</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Visual Effects Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>FSUIPC 4</Name>
    <Disabled>False</Disabled>
    <Path>Modules\FSUIPC4.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>IvAp</Name>
    <Disabled>False</Disabled>
    <Path>d:\Program Files (x86)\IVAO\IvAp v2\ivap_fsx_bootstrap.dll</Path>
    <Commandline/>
  </Launch.Addon>
  <Launch.Addon>
    <Name>FeelThere EJetX Helper</Name>
    <Disabled>False</Disabled>
    <Path>FeelThere\E170\EJetH.dll</Path>
  </Launch.Addon>
</SimBase.Document>
\
 
Please help Me!!!

I use Win Vista 64bit and AVAST antivirus softver !

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51237
    • VIRTUALI Sagl
Re: Zürich demo install ERROR
« Reply #1 on: September 27, 2009, 07:16:00 pm »
Of course, this is not an Installer error. Rather the opposite: the installer FIRST check if the DLL.XML is not corrupted and THEN it applies any modifications. So, your DLL.XML was already corrupted before running the Zurich installer, the installer also told you the wrong line, and it also told you that it hasn't touched the file.

In your case, the issue is probably caused by the last line, that has a \ sign, that of course is not correct XML, and is probably caused by either another installer, or by having modified the file by hand. The message should go away if you simply remove the last line and save the file.

jackdow

  • Newbie
  • *
  • Posts: 2
Re: Zürich demo install ERROR
« Reply #2 on: September 27, 2009, 08:22:00 pm »
OMG !

I was a Blind-man. :'( I have never seen "\" sign at the end of dll.xml.

Thank you so mutch for you!!!!!

I deleted it and install demo. All things are correct.

Thanx again

Janos



Of course, this is not an Installer error. Rather the opposite: the installer FIRST check if the DLL.XML is not corrupted and THEN it applies any modifications. So, your DLL.XML was already corrupted before running the Zurich installer, the installer also told you the wrong line, and it also told you that it hasn't touched the file.

In your case, the issue is probably caused by the last line, that has a \ sign, that of course is not correct XML, and is probably caused by either another installer, or by having modified the file by hand. The message should go away if you simply remove the last line and save the file.