How to set elevated privilege for Process to automate software installation

I created a “Process” to run a software installer. I created a “Start Process” activity that is able to locate the installer (.exe) and launch it. I get the splash screen.
I have already set the UAC to “Never notify me” so that the UAC screen does not show up.
But then I am not able to interact with it. I get an error:
“Cannot access application “abc.exe”. Elevated privileges might be required. Try running the UiPath application as an administrator”.
Please help.

1 Like

Hi @Kuntal_Samanta,

  • Make sure your account has Admin access
  • open UiPath Studio in Administrator mode and run the process
  • you can give Admin access to UiPath Agent/Robot.

Cheers

Thanks @Pradeep_Shiv. It worked.