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

Todd Hoatson todd.hoatson at gmail.com
Tue Mar 26 11:43:24 PDT 2019


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


More information about the wix-users mailing list