Home > Software engineering >  How to write vs2013 MFC program packaged into installation file
How to write vs2013 MFC program packaged into installation file

Time:11-22

Check the related information for a long time, see a lot of, but have not been successful, too much copy and paste online,,,
Helpless to consult everybody a great god again, it is a MFC type of project, and then use the third-party libraries such as the OpenCV, what method can be packaged into a setup file?
And would like to ask a question, why do I release in the project folder will only have two files in the folder , I read online information, others release folder there will be a pile of papers, but I can't find my the project description file, is set in the project properties to output the project description file,

anyway, hope which is a great god can give me a complete details of the method is used to package the third-party libraries MFC procedures,

CodePudding user response:

The dynamic library file for the OPENCV packaged with your EXE, packaging tool is more,

CodePudding user response:

Packing and simple ~ try inno setup

CodePudding user response:

Use depends. Exe view exe dependent DLLS

CodePudding user response:

My habit is to generate a single exe, need all of the files on the Zip on the resources

CodePudding user response:

Use Inno packaging tools tutorial very much

CodePudding user response:

The InstallShield installer

CodePudding user response:

Inno simpler

CodePudding user response:

A simple Installer Projects, third-party setup factory, or WiX one pace reachs the designated position
  • Related