Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 424 Bytes

File metadata and controls

11 lines (6 loc) · 424 Bytes

developer-platform-installer-wpf

This is a prototype of Developer Platfor installer made in C# using WPF.

The solution can be build from any C# development environment, but it can also be built from command line using

$ msbuild <path_to_wpf_installer.sln>

Note that msbuild might not be on the Path by default.

This project also comes with a prebuilt executable. You can find it in wpf_installer/bin/Debug folder