Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

auto start apps from exe.xml

Featured Replies

MSFS does not launch any of the apps in exe.xml. The path of both apps is correct.

Below the contents of exe.xml

<?xml version="1.0" encoding="utf-8" ?>
<SimBase.Document Type="SimConnect" version="1,0">
    <Descr>SimConnect</Descr>
    <Filename>SimConnect.xml</Filename>
    <Disabled>False</Disabled>
    <Launch.Addon>
        <Name>IVAO Pilot Client</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>E:\MSFS2020\IVAO\PilotCore\pilot_core_fs2020.exe</Path>
        <NewConsole>False</NewConsole>
    </Launch.Addon>
    <Launch.Addon>
        <Name>FSRealistic</Name>
        <Disabled>false</Disabled>
        <Path>E:\FSRealistic\FSRealistic.exe</Path>
    </Launch.Addon>
</SimBase.Document>

 

AMD 7 7700X, 32GB DDR5, RTX 5060ti 16GB, 2 x Samsung 1TB NVMe, 1 x 4TB sata SSD, Windows 11 Prof

  • Commercial Member

Your file has been derived from the simconnect.xml, hasn't it? That is not really the correct format. The sim may not mind so much, but still, the exe.xml looks like this:

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>exe.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
  <Launch.Addon>
      <Name>IVAO Pilot Client</Name>
      <Disabled>False</Disabled>
      <ManualLoad>False</ManualLoad>
      <Path>E:\MSFS2020\IVAO\PilotCore\pilot_core_fs2020.exe</Path>
      <NewConsole>False</NewConsole>
  </Launch.Addon>
  <Launch.Addon>
      <Name>FSRealistic</Name>
      <Disabled>False</Disabled>
      <Path>E:\FSRealistic\FSRealistic.exe</Path>
  </Launch.Addon>
</SimBase.Document>

Be mindful that it is MSFS that is starting your apps. So if these apps have been set up as to start "As Administrator", then you must start MSFS "As Administrator" too. Otherwiese the sim doesn't have enough privileges to run your apps.

Oh, and make sure that the encoding in the ?xml Tag matches the actual encoding of your file. Using Notepad++ this is done in the menu "Encoding" - select "UTF-8 BOM" for this file, then save it. 
Or change the "encoding" attribute to the correct value. With a standard Windows textfile it is often encoding="Windows-1252".

Edited by Lorby_SI

LORBY-SI

  • Author

The problem was the admin rights -  apps starting as admin, while msfs not. I also changed the exe.xml format as you suggested - looks more appropriate

Thanks for your help !

 

AMD 7 7700X, 32GB DDR5, RTX 5060ti 16GB, 2 x Samsung 1TB NVMe, 1 x 4TB sata SSD, Windows 11 Prof

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.