I'm using the Backup Library within VB6, but am having an issue with restoring registry keys.
I'm backing up two legs of the registry - HKEY_CURRENT_USER\Software\Company\Application\version (eg, HKEY_CURRENT_USER\Software\Company\Application\7.0) and HKEY_CURRENT_USER\Software\Company\Common.
This works fine, but unless my code has:
"AddRegKeysToInclude "HKEY_CURRENT_USER\Software\Company\Common"
"AddRegKeysToInclude "HKEY_CURRENT_USER\Software\Company\Application\Version"
the restore part - BrowseCatalogs - won't pick anything up. ie, I have to put the exact same file selection legs in. I've tried in the restore routine to put
"AddRegKeysToInclude "*"
or
"AddRegKeysToInclude "HKEY_CURRENT_USER"
but it always returns error 1528 - 'Nothing to do'.
This seems like a bug to me, that it won't catalog what it finds, but I have to tell it whats inside.
My DLL version is 1.1.6461.0