I have an application that has no resources (at all, so no UAC manifest either). This application installs itself to the appdata/roaming folder with CopyFile. It also sets an autostart so it starts automatically with every start. Now with every start of the pc, the UAC Dialog pops up and says that the application does changes to the pc. It also has the shield sign on the icon if it's located in appdata. How can I remove the dialog / the shield in the icon? Does Windows detect the copyfile API and sets it automatically?
Thanks for your answer(s).