What I am looking to do is when I click on one of the buttons (buttonleft,buttonright etc…), to be able to have it not close the form if needed. Hopefully this makes sense…
$userResponse = Show-InstallationPrompt -Message "Proceed?" -ButtonRightText "Verify"
If($userResponse -eq 'Verify') { "don't close the prompt window if the criteria isn't met and do a show-dialog until the criteria is met, then the button click event changes to proceed." }