No, the keys will be moved, so that we can handle the transition properly.
OK, but why do the keys have to be copied across. What's wrong with:
if (config file is present && !key exists("HKLM/Software/Wine/Wine")) { mount config at( "HKLM/TempWineConfig" ) copy tree( "HKLM/TempWineConfig" to "HKLM/Software/Wine/Wine" ) }
ie we check if the standard .reg files contain the config branch and if not, copy it across.
thanks -mike