Need help about Manifest file for accessing registration free ocx/dll

I

its_faiz

I need to access an ocx component from program's local folder.
Microsoft provides a concept of *.exe.Manifest file for accessing
registration free components from program's local folder. For example,
aaa.exe uses bbb.ocx component. The bbb.ocx is available in the folder
where aaa.exe is hosted. What I need to do is to create a
aaa.exe.Manifest file in the local folder so that aaa.exe can access
bbb.ocx without getting/entering its regsitration information from/to
the registry.

Can someone please provide me a sample manifest file to achieve this?

Many thanks in advance.

Regards,

Faiz
 
T

Tim Baur

(e-mail address removed) wrote in @z14g2000cwz.googlegroups.com:
I need to access an ocx component from program's local folder.
Microsoft provides a concept of *.exe.Manifest file for accessing
registration free components from program's local folder. For example,
aaa.exe uses bbb.ocx component. The bbb.ocx is available in the folder
where aaa.exe is hosted. What I need to do is to create a
aaa.exe.Manifest file in the local folder so that aaa.exe can access
bbb.ocx without getting/entering its regsitration information from/to
the registry.

Can someone please provide me a sample manifest file to achieve this?

Many thanks in advance.

Regards,

Faiz

Is this what you're looking for?

http://msdn.microsoft.com/library/en-
us/sbscs/setup/manifest_files_reference.asp

Example at the bottom of:
http://msdn.microsoft.com/library/en-
us/sbscs/setup/application_manifests.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top