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