Making setup file for my project in VS 2012 [closed]
hi all how can I make a setup file for my project to install and run in other computer? I use VS 2012 note that the destination PC may not have opencv installed.
This is not really related to opencv, but i'll give you a hint; google for create windows installer. Basically what you'll need to do is deliver your executable and the opencv libraries with it (and possibly other files/libraries your project depends on).