wixsharp icon indicating copy to clipboard operation
wixsharp copied to clipboard

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

Open kipamgs opened this issue 1 year ago • 1 comments

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:

  • WixSharp Project Templates 2.2.6
  • Nuget: WixSharp-wix4.WPF 2.1.7
  • Visual Studio 2022 15.9.56

kipamgs avatar Jun 20 '24 11:06 kipamgs

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

oleg-shilo avatar Jun 21 '24 14:06 oleg-shilo