how to create a custom WPF setup wizard
i've built my first wpf application, nothing fancy, but i wanna make it look cool by adding a setup, ive researched in the internet about some free utilites to do it, but since its a wpf app, i wat the setup to go along those lines... any idea how i can create a custom wpf setup wizard? When building a WPF setup, you neet to solve the problem of .Net bootstrapping - if the client does not have .Net, your setup will not work. Once you solve that, your setup will need to do couple of things: request admin elevation to access certain file and registry locations deploy all necessary files in