Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi,
You can accomplish your task by using the script below:
function checkKey(){
if (Storages.Registry("myapplication", HKEY_LOCAL_MACHINE, AQRT_32_BIT).SubSectionExists("parameters")) {
Log.Message("The specified key exists");
}
}
See the 'Storages Object' help topic to learn the object reference.