Skip to content
⌘ NSIS Forum Archive

Disabling the CANCEl button on the Finish page

3 posts

Chilli24#

Disabling the CANCEl button on the Finish page

Hi. I'm doing a NSIS installer using MUI. But on my finish page the CANCEl button is enabled. I want it to be disabled, because it has no purpose there. How do I do that ?
superwan#
	!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "CancelShow" "0"

read the modernUI help 😉