Append _wixcert_ to CA test for rollback check#606
Append _wixcert_ to CA test for rollback check#606bevanweiss wants to merge 1 commit intowixtoolset:mainfrom
Conversation
|
I think maybe the whole |
|
It's been a long time since I looked at the cert custom actions, but IIRC the thumbprint could be provided as a property so it wasn't necessarily a stable identifier that could be used to uninstall the certificate later. This is fuzzy, but it may be that the cert install behavior needs more of a re-design to address the suffix... which is why that issue was just hanging out unfixed. |
…ength calculation from the pwzUniquePrefix string, and using this in the compare. Fixes #3976 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
b3a1152 to
bab13ff
Compare
adeb395 to
cd5f73d
Compare
This comment was marked as spam.
This comment was marked as spam.
|
I suspect that most of the parameters involved in the adding certificate into the store would be properties. FriendlyName seems likely, as does Thumbprint (both so that previously unknown certificates, like self-signed) can be added. |
Taken from wixtoolset/wix3/pull/546, but have left out the explicit length calculation from the pwzUniquePrefix string, and using this in the compare.
Fixes wixtoolset/issues#3976