Currently, the whole windows application asks for Admin rights when opening it.
This is because the deployer for mods needs UAC access to create SymLinks, and it isn't possible to only request admin rights for certain methods, it needs to be defined for the whole .exe in the manifest.
Solution: Separate the mod deployment stuff into its own project, and build that independently.
Currently, the whole windows application asks for Admin rights when opening it. This is because the deployer for mods needs UAC access to create SymLinks, and it isn't possible to only request admin rights for certain methods, it needs to be defined for the whole .exe in the manifest.
Solution: Separate the mod deployment stuff into its own project, and build that independently.