Add message box on initializtion

This commit is contained in:
Rim 2023-12-18 04:45:03 -05:00
parent b3378aa39e
commit 9cdc821096

View File

@ -61,6 +61,12 @@ ShowUninstDetails show
; Languages
!insertmacro MUI_LANGUAGE "English"
Function .onInit
MessageBox MB_OKCANCEL|MB_ICONINFORMATION "Place the installer in your Call of Duty Black Ops III game folder. Click OK to continue or Cancel to exit." IDOK done
Abort
done:
FunctionEnd
; Sections
Section "Main Application" SecMain
SetOutPath $INSTDIR