setup

please help me seniors i made a program in c++ i want to create its setup than how i create the setup?
What's a setup?
You need a program to create a setup program. Have a look here:
http://www.jrsoftware.org/isinfo.php
https://www.youtube.com/watch?v=wP9HcD4oPDw
setup means installing setup .. i want to make setup file of my program whick can b install any where without compiler
If it's a simple program, you can just give someone the executable and they run it.
i want to create installer of of my c++ program
Do you have the executable that you made?
no. i made simple program like basic program of c++ like hello world i wana make installer
If you saw it run, then you have already made an executable. That's how it works. The code doesn't run. The code is used to make an executable. The executable is run. The executable is a little program. It exists as a file on your hard drive. Copy the file, give the copy to someone else, they can run it.
Use Inno Setup; you have already been given links to it.
Topic archived. No new replies allowed.