I am trying to do something similar to this.
- Do a version check after Welcome page is displayed
- Display a message box (with mbInformation, MB_OK) in case of downgrade and exit
This works in UI mode - installer exits. However, in /Silent mode, it shows the message box but goes ahead after clicking the Ok button.
Can you please suggest how to achieve similar functionality in silent mode (i.e. gracefully exit the setup)