I want to integrate Google Analytics to my Windows app's installer, created using Qt Installer Framework (QtIFW). My intent is to simply track the number of active installations based on the number installation/uninstallation. I would also like to collect a little bit of information such as OS.
Is QtIFW powerful enough for me to do so? From what I gather, I can customize the installer via controller scripting or component scripting, but those scripting appears pretty primitive.