how can i make setup of my application
-
I m Using VC++ 6 I want to make SETUP of my application . to instal it on client. How can i do it . any tool ?? thanx
you can use windows installer, it should be included in visual studio. Eugi Games
-
I m Using VC++ 6 I want to make SETUP of my application . to instal it on client. How can i do it . any tool ?? thanx
I guess this will be the July "Which setup program is best" thread.... I use Inno-Setup from http://www.jrsoftware.org/isinfo.php[^] You will find that IS-Tool http://www.istool.org/[^] is a good script editor if Inno-Setup. You can start simple and add on as your needs expand. Their support via news-groups is excellent. Best yet! I'ts free. :omg: The only downside is that if you're going for the Windows Logo, it doesn't create .MSI setups :(