Re: Renaming registry keys...

2004-01-01 Thread Robert van Herk
Dimitrie O. Paun wrote: On January 1, 2004 08:38 am, Robert van Herk wrote: When someone configures app1.exe, and later on decides that he actually meant app2.exe, he might want to rename app1.exe to app2.exe, and so migrate all the settings. I'd say don't support that. At least for now, i

Re: Renaming registry keys...

2004-01-01 Thread Dimitrie O. Paun
On January 1, 2004 08:38 am, Robert van Herk wrote: > When someone configures app1.exe, and later on decides that he actually > meant app2.exe, he might want to rename app1.exe to app2.exe, and so > migrate all the settings. I'd say don't support that. At least for now, it's not that important a f

Re: Renaming registry keys...

2004-01-01 Thread Mike Hearn
On Thu, 2004-01-01 at 13:38, Robert van Herk wrote: > When someone configures app1.exe, and later on decides that he actually > meant app2.exe, he might want to rename app1.exe to app2.exe, and so > migrate all the settings. Oh, I see I was intending to simply not support that :) What you

Re: Renaming registry keys...

2004-01-01 Thread Robert van Herk
Dimitrie O. Paun wrote: On December 31, 2003 08:00 am, Robert van Herk wrote: I need such a thing for winecfg, but Win32 doesn't seem to have a RegKeyRename api-call... Why do you need the rename a key in winecfg? When someone configures app1.exe, and later on decides that he actually

Re: Renaming registry keys...

2003-12-31 Thread Dimitrie O. Paun
On December 31, 2003 08:00 am, Robert van Herk wrote: > I need such a thing for winecfg, but Win32 doesn't seem to have a > RegKeyRename api-call... Why do you need the rename a key in winecfg? -- Dimi.

Renaming registry keys...

2003-12-31 Thread Robert van Herk
Hi! Does anybody have a C algorithm to rename a registry section using the Win32 API? I need such a thing for winecfg, but Win32 doesn't seem to have a RegKeyRename api-call... Grtz, Robert