Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

How to create an Installer Application like setup.exe.

Is there any Software which can be used like an installer or setup.exe.

any idea please help me out.

Thank you in Advance.
Posted
Updated 17-Mar-13 17:23pm
v2
Comments
Sergey Alexandrovich Kryukov 17-Mar-13 23:16pm    
What did you try so far?
—SA
Sergey Alexandrovich Kryukov 17-Mar-13 23:17pm    
You should ever never add anything to system32. Why would you like to do this abuse?
—SA
Prasad Khandekar 18-Mar-13 4:02am    
Hello Kumar,How about using Installshield, Wise Installer, Inno Setup or WIX Toolset.
Kumar 09 18-Mar-13 5:08am    
ok, i will try with all these things and i get back to u. Thank u.

1 solution

It seems that you are using Windows, so I will assume you have Visual Studio. What you want is called a "Deployment Project". Different VS versions may have different details, so I will describe VS2010 and you can adjust accordingly.

In VS2010, open your solution. Select File -> New -> Project. Select "Other Project Types", open "Setup and Deployment", "Visual Studio Installer". Make your selection there.

You will be able to build an installer using files (source and targets) from the existing project(s) in the current solution.
 
Share this answer
 

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