I need to create install-able setup via scripting for my WPF application. I don't know where to start and what is best way to do this. Please help.
Asked
Active
Viewed 2.7k times
3 Answers
10
-
can you provide me any link. How to use it? – D J Jan 31 '13 at 08:26
-
Check the tutorials on each site – Echilon Jan 31 '13 at 09:25
-
1i recommend using WIX it is very easy to learn how to use it. you can work with Visual Studio 2012. http://wixtoolset.org/ – Gilad Feb 01 '13 at 18:22
4
Consider using Inno Setup ▶ http://www.jrsoftware.org/isinfo.php
It is free and also provides powerful script to make a installer package.

Youngjae
- 24,352
- 18
- 113
- 198
-
1+1. Inno Setup has a wizard that will build you an installer within a few minutes of downloading the software. Once the wizard builds your install script, you can go the the `Run` menu and choose `Target Setup` or `Target Uninstall` to test your install/uninstall right from Inno Setup. Really fast and super easy to learn. – Bruce Pierson Feb 16 '16 at 04:22
0
Agree with Echilon. I would like to add that Inno Setup is also a very good solution to try.
IMHO WIX is much harder to understand and to manage than alternatives, for little projects it's not the best option.

AFract
- 8,868
- 6
- 48
- 70