Yes, I was actually thinking the same. After implementing this for all platforms and working on windows last, I figured out why JUCE does not support this:
So you’ll likely need to implement your own dialog GUI anyway for Windows. Do you still want me to do this?
I can just use a MB_YESNO MessageBox in Windows… There’s a lot of code differences between the platforms for this installer… mainly due to the Security Services… selecting a different AlertBox will be the easiest thing I’ll have to deal with
Of course going back to my original post… you could go to a separate method instead of changing the button text
I’d like the change… but that’s up to y’all and Jules.
(If I recall correctly… there are some undocumented ways to change the buttons’ text which I’ve done in Windows File Chooser dialogs in the (way distant) past… but I highly doubt you’d want to go there).