Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why i couldnot use onGUIInit in my installer script?

Tags:

nsis

I am trying to use onGUIInit function on my installer script but while compiling the script i am getting error that onguiinit already exits but there is only one onguiinit

ERROR:

Function: ".onGUIInit"
Error: Function named ".onGUIInit" already exists. 

1 Answers

!define MUI_CUSTOMFUNCTION_GUIINIT myonguiinit
!include MUI.nsh

Function myonguiinit
FunctionEnd
like image 199
Anders Avatar answered Dec 16 '25 23:12

Anders



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!