Hi,
Under Search, Registry Location, the type field has the following options:
"The value contains a path to a directory" - AI validates that the path exists.
"The value contains a path to a file" - AI strips the filename and validates that the path exists.
"Retrieve the raw value" - AI does as stated.
It would be useful to have another option for obtaining the path+filename when a value that contains a path+filename.
This would differs from "retrieve the raw value" in two ways:
1) AI would expand and clean up the path+filename.
2) AI would verify that the file exists.
In our situation we need to add a firewall exception if a third party service is installed. We can retrieve the raw path+filename from the registry but the path+filename is stored with quotes around it. This causes the firewall insertion to fail.
We are using a work around using "the value contains a path to a file" and then appending the known filename, however we should really be using the actual filename from the registry.
Nick