Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,


I want to create a custom installer in which i can install the softwares like(dotnet framework and sql management studio and my application) also with a single click.
this i am doing for windows application(c#).

Help.....


Regards,
Posted

single click.

I'm afraid not since SSMS itself requires multiple clicks when installed. If you can go along with the multiple click approach, having a look here[^] may help.
 
Share this answer
 
Comments
nm.nagaraju 11-Aug-11 2:40am    
Hi,

what i want is how we install visual studio with a single click. like that i want to install all the applications.
nm.nagaraju 11-Aug-11 3:37am    
Hi,

what is my question is:-

I want to create a setup file in which i can install windows applications.
and during installation i want to add licensing functionality for the application in the setup file only, but the setup file should not work in other system.

Regards,
walterhevedeich 11-Aug-11 7:47am    
I have replied to your other question.
There are a couple of alternatives out there, but you may try this free and popular setup creator called "inno setup" which is easy to use. Make a google search and you will find it.
 
Share this answer
 
Comments
nm.nagaraju 11-Aug-11 2:55am    
thanks for your information...i am working on that...

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