
This is what I'm using, which is obviously lacking something as you can see in the attached picture
I'm also currently using the following, which of course works, but I'd rather use something like the same image from the guide above.
!define MUI_FINISHPAGE_NOAUTOCLOSE
!define MUI_FINISHPAGE_TITLE "Installation Complete"
!define MUI_FINISHPAGE_TEXT "You probably want to write these passwords down and change them \
after the install is finished. \r\nYour MySQL root password is: cacti \r\nYour Cacti password \
is: cactipw \r\n\r\nIt's strongly suggested you restart the computer to finalize settings\r\n \
Do you want to restart?"
!define MUI_FINISHPAGE_TEXT_REBOOTNOW "Reboot now"
!define MUI_FINISHPAGE_TEXT_REBOOTLATER "I want to manually reboot later"
Function .onInstSuccess
MessageBox MB_YESNO|MB_ICONQUESTION "It's strongly suggested you restart the \
computer to finalize settings.$\nDo you want to restart?" IDNO +2
Reboot
FunctionEnd