On this page, we'll learn how to track installed software from your clients' machines using Installer Analytics.
First, we'll need an Advanced Installer project. You can open your existing project or create a new one. You can always follow a tutorial like this one if you're new to Advanced Installer.
Second, we need to identify the app(s) that we want to track and locate it/them using searches; for this example, we're going to track 7-Zip x64
HKCU\Software\7-Zip\Path64
path in 'Registry value'; this is where 7-Zip stores its path after installation[ProgramFiles64Folder]7-Zip\7zFM.exe
path in 'File to find'; this is where 7-Zip stores its files by default after installationPlease note that this one will only work if your customer installs 7-Zip in its default location. Changing the path will make the version check fail.
Third, we'll need to enable the Installer Analytics tracking for that project. If you're unfamiliar with this step, you can follow this link to guide you step by step.
Fourth, and this is the most crucial part, we need to add the properties associated with the searches into the Installer Analytics view of our project. In our case, the properties are SEVEN_ZIP and SEVEN_ZIP_VERSION. To do so, we need to:
Fourth, we need to save, build the project, and finally release the installer to your customers. Once these have been done, your clients will start installing your product, and Installer Analytics WebApp will show the tracking data.
Note: You can also test the tracking yourself before releasing it to ensure that everything was configured correctly. If you plan to do so, please use the Only Filtered IPs option, as your IP might be already placed in the exclusion list from the App Settings view in the 'IP Filter' section.
Please note that you can use the example above for any software. You can track it using the method above if you know how to identify its location.