• 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.

MSFS20 [SOLVED] SDK build creating (hidden, protected) desktop.ini file

RicherSims

Resource contributor
Messages
574
Country
dominica
TLDR: Microsoft can't process my files for release on the MSFS Market Place because a random desktop.ini file is showing up in the ContentInfo folder inside the zip when I Build & Export my package.
I know you're wondering, "OK. Just delete the file from the zip". I tried that. Their tools throw an error.

So I investigated. Where is this file coming from? It doesn't exist in any of the source folders, and it doesn't show up in any of my other packages.
Turns out the file is a hidden and protected system file, that shows up ONLY when a build is done. If a Clean All is done, the file is deleted along with everything inside the Package folder but it returns (hidden) when the package is rebuilt.
When it reappears, the timestamp shows that it was last modified 2 months ago. It's contents are references to old jpg files, that I probably kept somewhere on my desktop some time ago when learning how to add thumbnails to the MarketPlace Data of the project.

I highly suspect that this file is getting copied over from some hidden cache, but I cannot figure out from where and why.
Has anybody experienced this and can anyone suggest how I can keep MSFS from rebuilding it?

Here is a GIF of what happens when rebuilding the package makes the destkop.ini reappear after deleting the file:

Animation.gif
 
Last edited:
So it seems there was another desktop.ini file in the Package Definitions/ContentInfo folder that I had missed (it was also hidden and protected which explains why it wasn' showing up in file searches). I may have inadvertently copied it in there when I copied some images from the desktop into this folder (or it got created by the system after the copy).
It seems that MSFS may copy the entire folder and then rename files as needed. Getting rid of this solved the issue.
 
Back
Top