Client Automation - Which Software Signature attributes support Regular expression ?
search cancel

Client Automation - Which Software Signature attributes support Regular expression ?

book

Article ID: 191550

calendar_today

Updated On:

Products

CA Client Automation - Asset Management CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

In Software Signature definition which tag attributes support Posix regular expression ?
 

Environment

Client Automation - All Versions.
 

Resolution

Regular expressions are supported in following attributes of following Tags :



Registry Tag :
match


Sysinfo Tag :

osname
osrelease
platform
processor
osversion 


File Tag :
match


Package Tag :
Version
Release



Examples :

<registry name="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-003A-0000-0000-0000000FF1CE}\DisplayVersion" match="12.0.6215.*" /> 

<registry name="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office14.VISIOR\ShellUITransformLanguage" match="[dD][aA]-[dD][kK]" /> 

<file name="OFFICE12\WINPROJ.EXE" minversion="12.0" maxversion="12.0" path="*" /> 


<package name="Excel Password Recovery" version="1.0.*" />