How to remove the back button in unistall page.
Hi,

I am using MUI_UNPAGE_INSTFILES for uninstall page. Here i cannot remove the back button.

I have tried the following code, this works in my custom dialog page but it doesn't work in the uninstall page.

GetDlgItem $0 $HWNDPARENT 2
ShowWindow $0 ${SW_HIDE} ;Hides the Cancel Button
GetDlgItem $0 $HWNDPARENT 3
ShowWindow $0 ${SW_HIDE} ;Hides the Back Button

The strange part here is i can remove the cancel button.

This problem occurs only with back button in uninstall page.

Thanks,
Sadeesh