How can I create Setup package for wpf 4.5 application using some script

D J picture D J · Jan 31, 2013 · Viewed 26k times · Source

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.

Answer

Echilon picture Echilon · Jan 31, 2013

You can either:

  • Use the built in setup project type in Visual Studio to create an MSI installer
  • Use something like NSIS or WIX. I use NSIS for all of my apps, both have learning curves and NSIS is fairly easily skinnable.