cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Greiner0009
Level 2

Setting an environment variable to a property

Hello, I am trying to set an environment variable value to a property value that I can pass to the MSI. What is the propper syntax? I have created the property ETI_LICENSE and set the environment value to [ETI_LICENSE].
I then am and passing ETI_LICENSE="1111@server1" in my command msiexec command.

My problem is the resulting env var is [ETI_LICENSE], NOT 1111@server1
Labels (1)
0 Kudos
(1) Reply
TsungH
Level 12

I don't get what exactly you have done from your description. In any case, you can get value of environment variable using Formatted data type.
0 Kudos