BUG/Missing line in makensis.nsi script
Hi all,
There is a missing line in the makensis.nsi script.
Specifically, in the "Function PageReinstall" function.
There is:
nsDialogs::Create /NOUNLOAD 1018
But there is no "Pop" to grab the resulting value off the stack.
Per the docs of nsdialogs:
The first call must always be to nsDialogs::Create. It will create a new dialog in the page and return its HWND on the stack. The result must be popped from the stack to prevent stack corruption. If the result is error, the dialog couldn't be created.