FSDreamTeam forum

Products Support => GSX Support MSFS => Topic started by: FlyingAce on December 18, 2022, 05:17:54 am

Title: Removing Couatl entry from exe.xml
Post by: FlyingAce on December 18, 2022, 05:17:54 am
Is it possible to remove the exe.xml entry for Couatl scripting engine so the sim doesn't attempt to start it unless I choose to start it manually? If yes, are these the lines that should be removed?

<Launch.Addon>
        <Name>Couatl</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\Addon Manager\couatl64\couatl64_MSFS.exe</Path>
    </Launch.Addon>
Title: Re: Removing Couatl entry from exe.xml
Post by: RogePete on December 18, 2022, 09:23:58 am
If this is the only entry in the exe.xml, you also could just remove the whole exe.xml. That's it.
If there's more in the xml and you just would like to remove the couatl launch, yes, these are the lines to be removed.
Title: Re: Removing Couatl entry from exe.xml
Post by: Beacon on December 18, 2022, 11:02:34 am
Hi,
You can also simply change the False to True in between the Disabled variables. This will also stop the couatl from starting automatically and you can quickly switch it back if needed.

<Launch.Addon>
        <Name>Couatl</Name>
        <Disabled>True</Disabled>
        <Path>C:\Program Files (x86)\Addon Manager\couatl64\couatl64_MSFS.exe</Path>
    </Launch.Addon>
Title: Re: Removing Couatl entry from exe.xml
Post by: FlyingAce on December 19, 2022, 01:13:59 am
If this is the only entry in the exe.xml, you also could just remove the whole exe.xml. That's it.
If there's more in the xml and you just would like to remove the couatl launch, yes, these are the lines to be removed.

Thank you RogePete for your help. It's greatly appreciated. Yes, there are other entries in the file so deleting it won't be the best option.
Title: Re: Removing Couatl entry from exe.xml
Post by: FlyingAce on December 19, 2022, 01:16:03 am
Hi,
You can also simply change the False to True in between the Disabled variables. This will also stop the couatl from starting automatically and you can quickly switch it back if needed.

<Launch.Addon>
        <Name>Couatl</Name>
        <Disabled>True</Disabled>
        <Path>C:\Program Files (x86)\Addon Manager\couatl64\couatl64_MSFS.exe</Path>
    </Launch.Addon>

Thank you Beacon for your help. I really like your suggestion. I will do that. Cheers.
Title: Re: Removing Couatl entry from exe.xml
Post by: virtuali on December 19, 2022, 01:31:11 pm
Is it possible to remove the exe.xml entry for Couatl scripting engine so the sim doesn't attempt to start it unless I choose to start it manually? If yes, are these the lines that should be removed?

Setting the <Disabled> property to True is the safest option, and also the easiest to restore.
Title: Re: Removing Couatl entry from exe.xml
Post by: willc on January 22, 2023, 09:21:20 pm
Hi,
You can also simply change the False to True in between the Disabled variables. This will also stop the couatl from starting automatically and you can quickly switch it back if needed.

<Launch.Addon>
        <Name>Couatl</Name>
        <Disabled>True</Disabled>
        <Path>C:\Program Files (x86)\Addon Manager\couatl64\couatl64_MSFS.exe</Path>
    </Launch.Addon>
Hi, how exactly would I go about editing this. Do I require an additional app to get to this code.
Thanks, Will