|
I have a OCR engine that I need to deploy alongside my application. This engine is a folder and has files inside it. As long as this folder is in the bin directory the application works fine locally.
Now when I try to do this with clickonce, how do I make sure this additional directory gets picked up from under bin. Also I am using command line msbuild for the clickonce deployment. How do I make clickonce think that this extra folder is a part of the application, and package it as well???
Thanks
|