Search code examples
c#wpfinstallationsetup-project.net-4.5

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


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.


Solution

  • 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.