Disadvantages of keeping HKLM and HKCU entries in the same component
[font="times new roman"]Msi package self heals, if it is having hkcu or application data entries, and after healing it gets it. If we keep hklm and hkcu in the same component, 1st thing we will get ice error, then still if we continue with it, everytime at the selfheal, it will heal hklm entries unnecessarily. What are the other disadvantages?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
cygan
13 years ago
Mixing per-user and per-machine data in the same component could result in only partial installation of the component for some users in a multi-user environment. For example, after the installation for everyone on the same machine, a new user may not be able to get per-user data due to the poor design of components. This can lead to application run-time problems.
Posted by:
abking99
13 years ago

so that the conversation will remain readable.