How do i create an installer and uninstaller for my C++ binary? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do i create an installer and uninstaller for my C++ binary?

Most programs that I use come with a setup which writes stuffs to the registry, program data, appdata>>roaming and even in control panel. I wonder if I could do the same.

14th Oct 2017, 11:08 AM
Core i9
Core i9 - avatar
2 Answers
+ 5
You can write your own using the win32 API, or using the .net framework and C#. If you don't want to write your own there are some free installers such as Inno Setup.
14th Oct 2017, 11:20 AM
aklex
aklex - avatar
+ 3
OK I think I will try inno setup then
14th Oct 2017, 11:22 AM
Core i9
Core i9 - avatar