Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
I am interested in programming. I make a program in c# front-end and access backend. Program has forms, application configuration file, class file, Resource file, Crystal Reports, access database and so on. I want to convert it to a good setup program. I try to make a setup program. It successfully worked in my computer but it did not work on other computers because Crystal report, Visual Studio 2008, Access 2007 was not intalled in that computer. How to include password, icon, program startup menu, uninstall etc...

Please give details. Thanks in advance

Madhukumar Viswanth
Posted
Updated 12-Dec-11 19:22pm
v4

You can use third party products such as InstallShield :
http://www.flexerasoftware.com/products/installshield.htm[^]

Or have look at free ones :
http://www.hlrnet.com/frprinst.htm[^]

http://www.techsupportalert.com/content/best-free-setup-builder.htm[^]


Hope it helps.
 
Share this answer
 
Comments
RaviRanjanKr 15-Dec-11 16:23pm    
5+
Amir Mahfoozi 15-Dec-11 23:58pm    
Thanks Ravi.
 
Share this answer
 
Comments
RaviRanjanKr 15-Dec-11 16:23pm    
5+
LaxmikantYadav 15-Dec-11 22:55pm    
Thanks Ravi :)
In addition to the solutions above, when using a third party application to create your setup, you must check if the user had installed all necessary applications and if not, prompt them to install it before installation continues. You should also add all necessary files to your setup. Hope this helps you further!
 
Share this answer
 
Comments
RaviRanjanKr 15-Dec-11 16:24pm    
5+
Oludayo Alli 15-Dec-11 23:35pm    
Thanks Ravi

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