AutoCAD License Type Classification with extended signature

AutoCAD License Type Classification

Hi everyone,

I am trying to classificate license type of AutoCAD (Network or Standalone) from registry
According to the bigfix inventory documents it is possible to create custom registry signatures from extended signatures.

Here is the template i created to find AutoCAD 2016 Network license

Variable export=“true” name=“IS_INSTALLED”>
RegKeyValueEqual entry=“Type” key=“AdLM” value=“1”/>
/Variable>

But my template does not work.

Could anyone having experience with extended signatures can help me.

Thanks in advance

Mutlu

Did you get it to work?

no it didn’t work.
it says “0 software installations on 0 computers”

Can you paste entire reg entry that you want to find?

HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R20.1\ACAD-F001\AdLM
Value name= Type
Value data= 1

Try this:
http://pastebin.com/h4dgCHJ3

Hi michalpaluch

if I need to add another condition to this registry signature, how can I go on ?
is there any template for existence of two registry keys or existence of one registry key and existence of one file ?

see doc:
http://www.ibm.com/support/knowledgecenter/SSKLLW_9.5.0/com.ibm.bigfix.inventory.doc/Inventory/softinv/r_extended_signatures.html

Hi michalpaluch,

Your solution worked, thank you very much.