Add message box on initializtion
This commit is contained in:
parent
b3378aa39e
commit
9cdc821096
@ -61,6 +61,12 @@ ShowUninstDetails show
|
|||||||
; Languages
|
; Languages
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!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
|
; Sections
|
||||||
Section "Main Application" SecMain
|
Section "Main Application" SecMain
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user