Add message box on initializtion
This commit is contained in:
parent
b3378aa39e
commit
9cdc821096
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user