[wix-users] Custom Dialog within a dialog...

Farrukh Waheed farrukh1 at gmail.com
Wed Mar 27 01:55:59 PDT 2019


You may have to write a Custom Action (written in C# may be?) and define
your dialog there. Execute that custom action from your Button.

On Wed, 27 Mar 2019 at 06:50, Todd Hoatson via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> Hi, we have a working installer which installs several fonts which are
> needed in order for our program to display data in a number of minority
> languages.  Our installer currently has a custom dialog (written in WiX)
> for asking the user's permission to update fonts on their system.  There is
> now a request that our installer allow the user to see the list of fonts
> that may be installed (and perhaps even the list of documents which require
> each font).
>
> This seems a bit much to me, but theoretically, is it even possible that a
> WiX dialog could have a button which immediately invokes another dialog
> (written in C# maybe?) that lists the font information?  And once the
> second dialog is closed, the user would be back at the font dialog (in
> order to give the permission or not)?
>
> Just checking what's feasible...
>
> thanks,
> Todd Hoatson
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-users mailing list