Backland
20th January 2007 14:37 UTC
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
Comm@nder21
21st January 2007 12:19 UTC
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.
Backland
21st January 2007 14:10 UTC
Unfortunately this doesnt work in Modern UI installers, particularly if you define MUI_UI.
kichik
22nd January 2007 19:24 UTC
You can use it after the MUI uses it, which should be after the first page macro, if I remember correctly.