[RESOLVED] Creating Manifest file
How can I create a manifest file for a VB program to avoid register all the components of de application.
I read that, creating the App.exe.manifest file, when we launch the App.exe file, when the application look for the COM files, it read before the manifest file before read the registry.
¿There are any way to create this file (if possible, whitout using VB.NET components?
Thanks
Re: Creating Manifest file
You can find examples of creating manifest files by doing a search. This is actually a fairly common question.
Re: Creating Manifest file