Hi,
Sorry for the misinformation - new here as I said
The script is basic:
#RequireAdmin
Run(@ScriptDir & '\WebsenseInstaller-8.6.2.225.exe')
AutoItSetOption('MouseCoordMode', 0)
WinWait('Forcepoint Security Setup')
WinActivate('Forcepoint Security Setup')
MouseClick('primary', 363, 206, 1, 0)
I try to launch Forcepoint program installer and to click with MouseClick on "Modify Button":
Please let me know if any other information is needed.
Thanks!