Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
3.15/5 (4 votes)
See more:
What is the best and easy to use installer to use with .NET wpf ?
Posted
Updated 6-May-14 4:38am
Comments
[no name] 6-May-14 10:47am    
It would be the one that does what you want it to do and is the easiest one for you to use.

First of all, the question is not related to WPF. Installer is installer, it does very general work.

I highly recommend open-source WiX toolset:
http://en.wikipedia.org/wiki/WiX [^],
http://wixtoolset.org/ [^].

In my past answers, I explained why:
installshield and Visual Studio 2012 [^],
How to conditionally install components based on processor architecture type (32-bit or 64-bit)? [(2)],
How to conditionally install components based on processor architecture type (32-bit or 64-bit)? [3],
Custom setup project [^].
 
Share this answer
 
Comments
thatraja 6-May-14 11:11am    
5! You stole my show
Sergey Alexandrovich Kryukov 6-May-14 11:14am    
Ha-ha-ha ::sinister laugh:: :-)
Thank you very much, Raja.
—SA
Maciej Los 6-May-14 11:44am    
5ed!
Sergey Alexandrovich Kryukov 6-May-14 12:00pm    
Thank you, Maciej.
—SA
I don't think any one worked on N number of installers. So do comparison using this list.
List of installation software[^]
 
Share this answer
 
Comments
BELGIUMsky 6-May-14 10:50am    
What installer do you suggest from that list?
thatraja 6-May-14 10:54am    
This is a good question. I prefer WiX because it's FREE & it's pluggable with Visual studio. Besides active releases.
Sergey Alexandrovich Kryukov 6-May-14 11:14am    
Good link, a 5.
I would add: not only WiX is pluggable, it tightly follows the contemporary MSBuild standard for project files. In this respect, it is the most legitimate, and the Setup project template which was bundled with Visual Studio up to VS 2010 (as far as I remember) was not.
—SA
Maciej Los 6-May-14 11:43am    
5ed!
You can just use Visual Studio "Setup Project" it's the most simple one, here is a video:

https://www.youtube.com/watch?v=HpiZ_o5EgCo[^]
 
Share this answer
 
Sorry I can't give an answer I just can warn you from one tool called "InstallShield". Ok very comfortable -sometimes- but also very expensive everytime.
 
Share this answer
 
v2

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