variable
Ability to use environment variables with custom inventory rules

-
Jonas M. Hunziker commented
That would be a huge plus as well to be able to distinguish between x86 and x64 machines. Currently, we have to create 2 separate packages if our custom inventory rules look in, for example, "Program Files" (C:\Program Files (x86)\ on a x64 machines, but C:\Program Files\ on a x86 machine).
-
SNissen commented
And to use environment variables in scripting; e.g.:
Verify that the directory "%SystemRoot%" exists. -
Josh commented
I'd like to see this for scripts too.
-
Stephen Olsen commented
For example: ProductVersionEquals(%ProgramFiles(x86)%)\Microsoft Lync\communicator.exe,4.0.7577.108)
or
FileExist(%WinDir%\notepad.exe)