Active Forums => Programs => Topic started by: SpriggsySpriggs on June 17, 2021, 11:05:26 pm
Title: Check if a program is installed using the registry (WinAPI)
Post by: SpriggsySpriggs on June 17, 2021, 11:05:26 pm
Below is code to determine if a program is installed in Windows. If IsInstalled fails then it checks IsInstalled64 to see if it is under the other installation key.
Title: Check program installation, version, and uninstall using the registry (WinAPI)
Post by: SpriggsySpriggs on June 18, 2021, 03:06:35 pm
I've added some more features. Now you can not only check if something is installed, you can also check which version is installed. Also, you can get the "UninstallString" key which can be used with SHELL to uninstall the programs.