This is what i made so far!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_ABORTWARNING
"Are you sure you want to quit ${MUI_PRODUCT} Setup?"
But the windows title of that popup is still!define MUI_ABORTWARNING
!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_ABORTWARNING
"Are you sure you want to quit ${MUI_PRODUCT}?"
"${MUI_PRODUCT} ${MUI_VERSION} Setup"
How can i change this?
##
i found a part in the english.nlf line 13
'%s Setup'
Can i override it?
Or can i use my own modified NLF referenced in my script?