Hi all,
I tried to uninstall Forescout from the device it’s not working, and the action is in running state.
Command
waithidden "C:\Program Files\ForeScout SecureConnector\SecureConnector.exe" -uninstall
Hi all,
I tried to uninstall Forescout from the device it’s not working, and the action is in running state.
Command
waithidden "C:\Program Files\ForeScout SecureConnector\SecureConnector.exe" -uninstall
does that command work when you run it manually, or does it give some prompting to confirm?
If it works silently without requiring a confirmation, you may need to disable wow64 redirection by adding
action uses wow64 redirection false
on a line before the waithidden command.
i am already using action uses wow64 redirection false
Run the command to see if there is any prompt on screen, if yes, please add -silent switch to prevent the installer from hanging on a confirmation dialog
Thanks @ersaumitra10
it’s working after using -silent
You’re welcome
. Please mark it as solution