How to create a manifest for my DLL
Hello
In fact, I want to create a manifest for my dll.
I want this manifest would allow me to launch my application with administrative privileges, even if this same application is launched from a User account.
I want to know how I can do to create this manifest in the knowledge that will be dedicated to a dll.
Thank you
Re: How to create a manifest for my DLL
It is a long topic that can only be addressed on this forum. There must be lots of tutorials for this, otherwise you always MSDN. Still, I do not know what the manifest has to do with the privileges of your application. Doing research using the keywords Assemblies (an assembly is a DLL which the load is controlled by a manifest ...), Isolated applications.
Re: How to create a manifest for my DLL
OK Thank you very much,
In fact I want to know is what it is possible that you point me to a tutorial that will let me know how to add a manifest to my dll that developed on VC + + 6.0
Re: How to create a manifest for my DLL
I do not think you can do that for a DLL. The manifest of a DLL can specify its dependencies, but I am really surprised that it could indicate a "viral" is an executable run as administrator so that it works ...
For against, you can make a COM component that does that administrator. This is documented somewhere on MSDN, but too lazy to look for where.