• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

ACM path problem

Messages
28
I think I found a bug with the path entry into exe.xml. On initial install the path entry is made correctly, which in my case is:

<Path>C:\Program Files (x86)\SceneryDesign.org\AutogenConfigurationMerger\AutogenConfigurationMerger.exe</Path>

However, if I subsequently run the installer again to install into a different version of flightsim, the path entry is incorrectly made as follows:

<Path>\AutogenConfigurationMerger.exe</Path>

Also, if I change the default installation path the same problem occurs.

BTW, is there a release version available by chance?
 
Last edited:
Hi,

No, there is no release version yet.

The only reason why that can happen is that the installation folder was not specified. Did you get the GUI to select it on the second install run as well?
 
Hi Arno,

I was using the command line to do the install , to simulate it being installed on the end user's computer:

autogenconfigurationmerger.exe install fsx

then:

autogenconfigurationmerger.exe install p3dv3

So if the command line is used for more than one version of flightsim on a computer then the path entry problem occurs.

Edit:

Another thing I was wondering, for a single installation of FSX Steam, where ONLY FSX Steam is installed, does your installer look for the exe.xml in the FSX or FSX-SE folder?

Thanks

 
Last edited:
Hi,

If only FSX Stream is installed it uses the same folders as default FSX if I remember correctly. So it will look for the FSX folder.

I'll see if I can reproduce your problem. You are saying you didn't get a GUI to select the install folder when you run it like this?
 
There is no GUI only if there is a second install.

For example, lets say ACM is not installed yet. If I choose to install for FSX the GUI comes up and makes the proper exe.xml entry.

Then, lets say I choose to install it into P3Dv3. The second time the GUI will not come up and the exe.xml entry is not properly made.
 
OK, let me check what goes on there.
 
Hi,

When the tool is already installed the installation folder should be get from this registry key. Can you check if it is present on your machine?

CurrentUser\Software\SceneryDesign.org\AutogenConfigurationMerger\InstallFolder
 
Yes, the registry key is there.

It makes sense that the GUI does not show up for a second install, since ACM is already installed there is no need to ask for an installation path.

Basically its just the exe.xml path entry that needs correction.
 
OK, that's weird, since the path should be taken from the registry the second time. I'll try to debug.
 
Hi,

I was finally about to reproduce this issue and it has been fixed in the current version that I just released.
 
Back
Top