Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to Create Setup file using visual studio 2013 Mfc Project with Prerequisites Microsoft Visual C++ 2013 Redistributable.

What I have tried:

I tried installshield Limited Edition.but i do not want third party software
Posted
Updated 12-Apr-19 17:57pm
v2

1 solution

You should read this article[^] to know which files are needed in general. Your "setup" can be any program you write or a 3rd party "setup creator" and you just need to make sure all the necessary files are copied during the installation process and are removed upon uninstallation.
See also: this fee tool[^] and of course there is InstallShield[^] which is the best but will cost you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900