Archive: Custom MUI UI Pages


Custom MUI UI Pages
Hi,

I would like to have a custom license page for my installer and have been able to add a reshacked one by defining MUI_UI.

But is it possible to define for separate dialogs to come from different resource exe files like with ChangeUI in classic installers?

For example, I want the license dialog to come from 1.exe and the directory dialog from 2.exe, the reason I can not have them in one exe is due to it being decided at compile time.

Thanks :D


4.8.1.8 ChangeUI
dialog ui_file.exe
Replaces dialog (IDD_LICENSE, IDD_DIR, IDD_SELCOM, IDD_INST, IDD_INSTFILES, IDD_UNINST or IDD_VERIFY) by a dialog with the same resource ID in ui_file.exe.

Unfortunately this doesnt work in Modern UI installers, particularly if you define MUI_UI.


You can use it after the MUI uses it, which should be after the first page macro, if I remember correctly.