oleg-shilo / wixsharp

Framework for building a complete MSI or WiX source code by using script files written with C# syntax.
MIT License
1.07k stars 170 forks source link

Add custom wix-WPF dialog via "new item" in Visual Studio #1566

Open kipamgs opened 3 weeks ago

kipamgs commented 3 weeks ago

Hi, I created a project with the template WiXSharp Managed Setup - Custom WPF UI (WiX4) . When I want to add another WiX-WPF dialog withAdd-> New Item... I can only choose default WPF elements (e.g. not wixsharp:WpfDialog). The only WiXSharp item i get displayed is WiXSharp UI Dialog . How can I add another wixsharp:WpfDialog to my project?

Installed Versions:

oleg-shilo commented 3 weeks ago

I am making this issue into a feature request. Will implement it in the next release or so. . For now, you can just make a copy of your existing dialog and simply change the class name