Hi Stefan, Pendl Stefan wrote: > var noUpgradeBeforeRemove = true; > This breaks existing behavior, I think line 329 should assign false as the value to the variable, so the config and the defaults are in sync. You are absolutely right. My mistake - I forgot to change it from testing sessions. Your test however proved that the switch (which sets noUpgradeBeforeRemove to true) has the desired effect (no upgrades done before removal, just remove). Thanks again for reporting. br, Rainer |