D
Dirk Mahoney
I have a program that places a key under HKEY_LOCAL_MACHINE\SOFTWARE during
install (an MSI built with Visual Studio Installer).
After about a week, the installer attempts to repair the installation (but
fails usually because the user is running under the 'Users' group and hence
has no install privs). Upon further examination, the registry key created
(call it HKEY_LOCAL_MACHINE\SOFTWARE\Blah) seems to be corrupted, such that
when viewed using RegEdit or RegEdt32, Windows complains... 'Error while
opening key'.
It is obvious that the installer is kicking in again to repair this registry
problem, but I cannot find a reason that my particular branch of the
registry should be corrupt. The program is written in VB6SP5 and this
problem occurs on Windows 2000 Pro and Windows XP, but not on every
installation of the software.
Has anyone seen this before and/or know what causes it?
Thanks in advance,
Dirk
install (an MSI built with Visual Studio Installer).
After about a week, the installer attempts to repair the installation (but
fails usually because the user is running under the 'Users' group and hence
has no install privs). Upon further examination, the registry key created
(call it HKEY_LOCAL_MACHINE\SOFTWARE\Blah) seems to be corrupted, such that
when viewed using RegEdit or RegEdt32, Windows complains... 'Error while
opening key'.
It is obvious that the installer is kicking in again to repair this registry
problem, but I cannot find a reason that my particular branch of the
registry should be corrupt. The program is written in VB6SP5 and this
problem occurs on Windows 2000 Pro and Windows XP, but not on every
installation of the software.
Has anyone seen this before and/or know what causes it?
Thanks in advance,
Dirk