Documentation Improvement Suggestion - Confusing 'KeyPath' Mention #9124
ThioJoe
started this conversation in
WiX Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure this is the right place to post this but anyway...
In the documentation for the
RegistryKey
element, it mentions:But it doesn't mention that the
KeyPath
attribute is found onRegistryValue
elements and others likeFile
andComponent
. Might be helpful to hotlink directly to that on the other element's page for those not familiar. Or at least adjust it to say something like this (or whichever element it actually means):What makes it more confusing is when searching for the "KeyPath" property, there are lots of results so it's not immediately clear what the mention of KeyPath is referring to. I also just realized the
Component
andFile
elements also have aKeyPath
attribute, so I'm still not actually 100% certain that it's not referring to one of those. It just says "the" keypath attribute.Another Edit: Just noticed that the docs for the
KeyPath
attribute on theRegistryValue
element specifically have this helpful note, which is probably worth including on all other instances too, like File, etc:Beta Was this translation helpful? Give feedback.
All reactions