开发者

How do I release my directshow filter so that one without any programing environment can install successfully?

开发者 https://www.devze.com 2023-03-01 06:50 出处:网络
It now works on my computer, how to en开发者_StackOverflow中文版sure it works on other computers?

It now works on my computer, how to en开发者_StackOverflow中文版sure it works on other computers?

Is there any best practice ?


What's worked well for me so far is to create a setup and deployment project In Visual Studio. The important thing is to be sure to package all dependencies i.e like 3rd party DLLs if you use any, and also to add the corresponding merge modules related to your VC runtime to the project as outlined here. Adding the merge module, you don't have to download the vc runtimes or redistributables on other computers. This step I've always had to do manually in my experience.

Also, be sure to select the vsdrfCOMSelfReg Register option on the Properties Window for each of your DirectShow filters to handle COM registration during installation.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号