Show-InstallationPrompt Button Results

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." }

NM, I figured this out. It was a bit complicated.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.