Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WiX 3.0: List of available UI Dialogs

Tags:

I am creating a UI for a WiX installer, and I have included WixUI_Common. I have searched around, but I cannot seem to find a comprehensive list of the dialogs that are provided by WiX.

Please list any dialogs you know about and what the dialogs do.

Update: Thanks to CheGueVerra's answer, I was able to find the wxs files defining all of the UI Dialogs in the src\ext\UIExtension\wixlib directory of the WiX Source code.