cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Environment Variables value Automatically?

MengYu
Level 3
Some App need to be launched by AppV with version number. We always put the version number in an EV. App has chance to update version, and the value in EV need to sync with App version. I'm creating a utility to check and update App version, but the problem is that I cannot find a way to update the value in EV by BluePrism. Is there any solution to change the EV value automatically?
3 REPLIES 3

MikeHiggs
Level 5
Karl, I don't believe there is a way to automatically update EVs. However, if your utility is reading the version number then you could run and store that value at start up and then feed the version number into the launch path of the App-V application.

John__Carter
Staff
Staff
Env Vars are designed to be read-only to processes and obejcts and managed manually by an Admin.

MengYu
Level 3
Got your points, thanks!