How to hide MUI_FINISHPAGE_RUN if 64-Bit
Hi Guys,
I would like not to show the MUI_FINISHPAGE_RUN when it is 64-Bit and only displays it on a 32-bit machine.
How do you think I can do this? Thanks in advance for the helpful feedback. :)
Archive: How to hide MUI_FINISHPAGE_RUN if 64-Bit
How to hide MUI_FINISHPAGE_RUN if 64-Bit
Hi Guys,
I would like not to show the MUI_FINISHPAGE_RUN when it is 64-Bit and only displays it on a 32-bit machine.
How do you think I can do this? Thanks in advance for the helpful feedback. :)
Have you tried calling abort in the page's prefunction?
Finish page is based on nsDialogs.
Try to hide control with ShowWindow hwnd ${SW_HIDE}