I've got problems to import a saved rule properly. I have saved this OR-Rule:
![Image]()
![Image]()
I found no possibility to delete this unwanted outer AND. My only workaround is to manually edit the rule and delete the opening and closing OR tag, than importing the rule into the other update and change the AND manually to OR.
But I really hope there's some easier way to do this..

<lar:Or>
<bar:RegSzToVersion Key="HKEY_LOCAL_MACHINE" Subkey="SOFTWARE\Wow6432Node\Macromedia\FlashPlayerActiveX" Value="Version" Comparison="EqualTo" Data="16.0.0.235"/><bar:RegSzToVersion Key="HKEY_LOCAL_MACHINE" Subkey="SOFTWARE\Macromedia\FlashPlayerActiveX" Value="Version" Comparison="EqualTo" Data="16.0.0.235"/></lar:Or>
Than I loaded this rule into another update and it was inserted between the default AND:
I found no possibility to delete this unwanted outer AND. My only workaround is to manually edit the rule and delete the opening and closing OR tag, than importing the rule into the other update and change the AND manually to OR.
But I really hope there's some easier way to do this..