We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WindowsUninstallKeys defines:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Userdata\%%users.sid%%\Products\*\InstallProperties
No mention of Userdata sub key in https://docs.microsoft.com/en-us/windows/desktop/Msi/uninstall-registry-key
And websearch (https://superuser.com/questions/473569/where-does-windows-store-msi-files-for-uninstallation) indicates this should likely be a different key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\<SID>\Products\
The text was updated successfully, but these errors were encountered:
Changed definition of WindowsUninstallKeys ForensicArtifacts#329
d443538
Also changing %%users.sid%% to * is likely to be a more inclusive definition:
%%users.sid%%
*
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Userdata\S-*\Products\*\InstallProperties
Sorry, something went wrong.
Changed definition of WindowsUninstallKeys #329 (#330)
367efaa
No branches or pull requests
WindowsUninstallKeys defines:
No mention of Userdata sub key in https://docs.microsoft.com/en-us/windows/desktop/Msi/uninstall-registry-key
And websearch (https://superuser.com/questions/473569/where-does-windows-store-msi-files-for-uninstallation) indicates this should likely be a different key:
The text was updated successfully, but these errors were encountered: