Click here to Skip to main content
15,883,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My project is ready to realease.. But I don't have any idea about

How to deploy (2010 vc++ MFC dialogbased application ) project ? How to create setup or

installer project ?

Can anyone give me the steps to follow or provide reference links ?

Thank you.
Posted

1 solution

Hello.
It depends on how complicate setup process do you wish to create.
Consider to use one of following
1. Creating your own MSI package[^] (I'm not sure that this feature is still in VS2010, I can't check this - I don't have VS2010 at moment) and edit it with Orca[^] from Microsoft Windows SDK[^]
+ Free
- Sofisticated MSI tables structures

2. InnoSetup[^] or Gp-Install
+ Simple and easy to use
+ Free

3. InstallShield[^]
+ Powerful and flexible
- Expensive
 
Share this answer
 
Comments
H.Brydon 28-Jan-14 15:22pm    
Yes it is still part of VS2010. I use it. It comes with the VS2010 product but you have to select it as a feature to install during the installation process.

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