cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent - Utility Environment - Command prompt issue

LakRPA
Level 2
I am trying to silent install a msi file in command prompt elevated mode. It is working fine manually but not with the blueprism Utility Environment start process as I guess the command prompt is not running in the elevated mode. Any solution to resolve this issue? Attached the params that I am using
2 REPLIES 2

ewilson
Staff
Staff
Hello @LakRPA,

There are two ways you could do this:

  1. Add a line of code to the Code stage of the Start Process action to set the Verb property of the process to runas.
  2. Start the runtime resource with elevated permission. Then every process it runs should have elevated permission.

The problem I see with both approaches is that both will likely result in the UAC prompt being displayed.

Cheers,
​Eric

LakRPA
Level 2
@ewilson Thanks for the response. Could you please elaborate how to achieve both the steps? ​