Author Topic: Zurich 2.0 installed and now FSX does not start without confirmation  (Read 5406 times)

ckaack

  • Jr. Member
  • **
  • Posts: 67
Please see the message I am getting all the time starting FSX. I ran an uninstall and install already and deleted the entire Fsdreamteam folder before the installation. It does not help whatever I am doing.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50756
    • VIRTUALI Sagl
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #1 on: August 01, 2011, 04:28:17 pm »
That doesn't have anything to do with our sceneries or our installers, something else coming from another product has changed a parameter in your EXE.XML file, to set an option that enables manual loading for all modules.

Open the EXE.XML file, located at %APPDATA%\Microsoft\FSX and check the following lines:

<Launch.ManualLoad>False</Launch.ManualLoad>

This should be set to False, we don't touch that setting at all, assuming that you (or another product) might have a reason to set it to True, for example being able to manually check what's being started.

ckaack

  • Jr. Member
  • **
  • Posts: 67
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #2 on: August 01, 2011, 06:37:22 pm »
This is in the EXE.XML file:

<?xml version="1.0" encoding="windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>EXE.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>True</Launch.ManualLoad>
  <Launch.Addon>
    <Name>Couatl</Name>
    <Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>fsdreamteam\couatl\couatl.exe</Path>
  </Launch.Addon>
</SimBase.Document>

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50756
    • VIRTUALI Sagl
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #3 on: August 01, 2011, 06:39:19 pm »
 <Launch.ManualLoad>True</Launch.ManualLoad>

That's confirms exactly what I've said in my previous message:

Quote
This should be set to False

As I've said, none of our installers will ever touch this line, and this is what is causing FSX asking for manual confirmation to run any addon module. Something else must have changed it, surely not the ZurichX installer nor any other of our installers.

ckaack

  • Jr. Member
  • **
  • Posts: 67
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #4 on: August 01, 2011, 06:59:03 pm »
This is strange, because the issue happend right after the installation of Zurich 2.0.

What would be the correct setting in this file to avoid this is asked all the time?

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50756
    • VIRTUALI Sagl
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #5 on: August 01, 2011, 07:58:38 pm »
This is strange, because the issue happend right after the installation of Zurich 2.0.

There must have been a coincidence, there's nowhere in any of our installers any code that changes that line. If you want proof of this, try setting it to False, run the installer again, and you'll see it will not be changed.

Quote
What would be the correct setting in this file to avoid this is asked all the time?

As I've said in my previous two messages:

Quote
This should be set to False

That means, the whole line should be:

<Launch.ManualLoad>False</Launch.ManualLoad>

Which is the default setting.

ckaack

  • Jr. Member
  • **
  • Posts: 67
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #6 on: August 01, 2011, 10:45:13 pm »
Will try this change on Thursday and report.

Thanks so far for your prompt reply.

ckaack

  • Jr. Member
  • **
  • Posts: 67
Re: Zurich 2.0 installed and now FSX does not start without confirmation
« Reply #7 on: August 05, 2011, 09:34:54 am »
thx this fixed the issue