Skip to content
⌘ NSIS Forum Archive

hide buttons on MUI_PAGE_INSTFILES

3 posts

Pyr3x#

hide buttons on MUI_PAGE_INSTFILES

How do I hide the Back button on the MUI_PAGE_INSTFILES page?

I am new to NSIS scripting so example code would be most helpful.

Thank you for your time.
demiller9#
ShowWindow command does that. It should be disabled during the installation. Isn't that enough?
MSG#
You already asked this question in another thread. Please don't ask the same question twice.

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.