I have a uninstaller that is a Unix executable but it prompts for confirmation.
Do you wish to continue (yes/no)?
So when I have a script call the executable it just hangs forever, how can I script it so the uninstaller runs correctly?
I've tried
sudo "./Uninstall -Yes"
and
sudo "./Uninstall -Y"
No luck. any advice would be appreciated.