Allow Next on License screen and detect?
My installer needs to display 2 EULA's. 1) for the open source software it includes and 2) EULA for the company. I'm currently doing this all just fine. Now the installer needs to change.
If the user agrees to the open source software, proceed; if they disagree, quit. That's done and easy with the MUI_PAGE_LICENSE already. The problem I'm running into is for the 2nd EULA screen. If the user agrees to the companys EULA, proceed; if the user disagrees then only install the open source software.
1) How do I get the MUI_PAGE_LICENSE page to allow clicking Next/I agree (either using checkbox/radio buttons) regardless? I found this old post but the question really wasn't addressed.
2) How can I detect what button the user clicked from a previous dialog? Probably something with GetDlgItem right?