Request: including precompiled .exe file in the package
Most of the downloaders are not programmers, a pre-compiled one would be very helpful.
Not exactly sure how to do this. but here are some instructions from the r/rusegame Reddit for compiling the suite in visual studio 2019: https://www.reddit.com/r/rusegame/comments/o3zp4l/changing_unit_namesdescriptions/h2h8tlo/
Instructions for installing the modding suite using Visual studio: I did it a while ago and used youtube guides. I remember once I installed Visual Studio with C#, I opened up the unzipped modding suite folder in VS, clicked view -> solution explorer -> opened up the folder dropdown. Then I double clicked on moddingsuite.sln. Then I clicked Build ->Build Modding Suite. Once it succeeds, a new folder was created in the modding suite called bin and it had the exe to run the suite.
If you follow the linked PR, you can find a compiled version on the fork.
Direct link: https://github.com/RemiGC/moddingSuite/releases
Once it's merged, new tagged version will automatically create a downloadable release here.