SUCCESS 🙂 Thanks to Aviator's help.
Details posted here for other readers.
To autorun external programs such as SkyElite when loading Flight Simulator (Steam version):
1) Using the Steam installation of Flight Simulator.
2) The location of SkyElite will differ depending on your installation.
3) The location of exe.xml (for Steam installation): C:\Users\XXXX\AppData\Roaming\Microsoft Flight Simulator
4) XXXX in (3) should match your username, etc.
5) Set all programs to run as Administrator:
https://www.windowscentr...administrator-windows-10 Example exe.xml (Paths will differ based on your installation):
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<Launch.Addon>
<Name>SkyElite for Microsoft Flight Simulator 2020</Name>
<Disabled>False</Disabled>
<Path>H:\MS2020 Apps\SkyElite for MFS2020\SkyElite.exe</Path>
<CommandLine>/autoclose</CommandLine>
</Launch.Addon>
<Launch.Addon>
<Name>REX Weather Force 2020</Name>
<Disabled>False</Disabled>
<Path>H:\MS2020 Apps\REX Weather Force 2020\rexwxforceapp.exe</Path>
</Launch.Addon>
</SimBase.Document>
A) The SkyElite floating menu will appear over the Flight Simulator windows.
B) If you are opening the PFD on a browser on the same PC just click on the required option.
C) If opening the PDF in a browser on a different PC then just click the top line of the floating menu to make the floating menu disappear.
NOTE: The <CommandLine>/autoclose</CommandLine> entry does not seem to work for other applications such as REX Weather Force and they have to be closed manually.
Regards
Edited by user
2021-02-06T14:52:18Z
|
Reason: Not specified