Urgent - Utility Environment - Command prompt issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-07-22 09:34 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-22 12:39 PM
Hello @LakRPA,
There are two ways you could do this:
The problem I see with both approaches is that both will likely result in the UAC prompt being displayed.
Cheers,
Eric
There are two ways you could do this:
- Add a line of code to the Code stage of the Start Process action to set the Verb property of the process to runas.
- 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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-22 04:36 PM
@ewilson Thanks for the response. Could you please elaborate how to achieve both the steps?
