Hi,
due to a change in a system module, we have also to change (rename) registry keys.
The running system has corresponding registry entries like
- HKLM\Software\Company\ModuleName_Old\Value1
- HKLM\Software\Company\ModuleName_Old\Value2
- HKLM\Software\Company\ModuleName_Old\Value3
- and so on
The redesigned module has got new functions and needs therefore renamed Registry key entries, i.e., the name of ModuleName_Old has to be changed in ModuleName_New. All subordinate values remain unchanged.
Is there a way to easily handle this with SetupFactory, because there is no funtion like "Registry.RenameKey" or "Registry.DuplicateKey".
I'm looking forward to your reply.
Thanks in advance
due to a change in a system module, we have also to change (rename) registry keys.
The running system has corresponding registry entries like
- HKLM\Software\Company\ModuleName_Old\Value1
- HKLM\Software\Company\ModuleName_Old\Value2
- HKLM\Software\Company\ModuleName_Old\Value3
- and so on
The redesigned module has got new functions and needs therefore renamed Registry key entries, i.e., the name of ModuleName_Old has to be changed in ModuleName_New. All subordinate values remain unchanged.
Is there a way to easily handle this with SetupFactory, because there is no funtion like "Registry.RenameKey" or "Registry.DuplicateKey".
I'm looking forward to your reply.
Thanks in advance
Comment