Closed GoogleCodeExporter closed 8 years ago
In its first implementation the scope of this issue will be narrowed to
introducing a
registry key black list with hit count and full priority.
Letting users decide whether or not specific keys need to be transparent or not-
transparent currently seems to be completely useless. Therefore it's not
justified to
commit the major changes needed in the virtualization engine.
Original comment by simon_al...@hotmail.com
on 4 Apr 2010 at 4:03
The described issues can't be fixed by using a third registry provider.
In stead an extra type of AccessMechanism should be added:
AccessMechanism.Virtual
This value would specify that only the virtual registry must be used, and that
the
host's registry must never be accessed.
An example use case could be HKEY_LOCAL_MACHINE, which always uses
TransparentRead,
while in some cases HKEY_LOCAL_MACHINE\SOFTWARE\ should be completely virtual
(at
least while packaging an application)
In a later stage an Engine Rule Framework should be introduced. This rule
framework
should basically provide the ability to let the user configure specific
AccessMechanism values for specific keys, key trees, or key values.
Original comment by simon_al...@hotmail.com
on 30 Apr 2010 at 10:35
AccessMechanism.Virtual -> Issue 17
Engine Rules Framework -> Issue 16
Original comment by simon_al...@hotmail.com
on 9 May 2010 at 10:48
Original issue reported on code.google.com by
simon_al...@hotmail.com
on 1 Apr 2010 at 3:20