Reputation: 11
I want to set out path installation by detecting chrome path from registry. Can I do that?
Upvotes: 1
Views: 1075
Reputation: 12882
The path is stored in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome
and you can use ReadRegStr to query it
Upvotes: 4