CaGetEnv() |
This function can be used in any generated jscript or vbscript custom actions.
This function gets the value of an environment variable. It requires minimal if any user permissions.
The function takes these parameters:
EXAMPLE |
<$VbsCaEntry "Install"> PathVar = CaGetEnv("PATH", true) <$/VbsCaEntry>