how to make INSTALL (SETUP) program

Status
Not open for further replies.

sacrpio

Member level 3
Joined
May 24, 2004
Messages
56
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
500
Hi Friends, :?:
I have written a software in VC++. Where I want to run this program, i copy the EXE file to that PC & run that EXE file. But It is possible that anybody can remove that file.
I wanted to know how to make SETUP file. When I run the SETUP file my program shuld be install in C:\progam files\...(ANY PATH)
AND uninstallation of the program also should be there.
[/b]
 

Dear sacrpio:
Use InstallShield Pro or InstallAnywhere to make setup of your VC project. Infact Visual Studio 6.0 comes with a light version of InstallShield.
Through InstallShield you have to create an InstallShield project, import your files and do some setttings to fine tune the setup of your project and you are done.
With a setup made through InstallShield there is an automatic installer which Appears in Contorl Panel's Add/Remove Program.(don't i sound like a marketing guy )
regards
jinics
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…