I used ANTS Profiler 4 and started it without administrator rights in Vista. The application launched a dialog box asking if I want to create a manifest file so that the application always starts with administrator rights (it needs to be fully functional).
What does the manifest file look like? Will it be saved approximately like "AdminRights = true", which means launching with administrator rights, so every time you open the application it will look at this file, and if the value is "AdminRights = true", as described above, then it starts with permissions administrator (Windows SDK dependent feature? Please fix).
How it works? What code / file structure is involved? Thanks.
source
share