Hi guys,
I am trying to add a new UAC exemption for a new program's updater to a group of machines. however when I run the command below i get a prompt saying sdbinst not found.
;RunAsWait("username", @computername,"password", 0, @ComSpec & " /K /C " & "sdbinst.exe AppWhiteList.sdb")
What is wrong with this call?
Thanks in advance