How to read windows registry value in Qt Installer framework?
Solved
General and Desktop
-
I want to get value in registry in QT Installer framework.
Is it possible?I tried like this
installer.value("HKEY_CURRENT_USER\Software\TEMP\hi","")
But It doesn't work.
-
@narae
I don't use the Qt Installer framework, but if it's a C- or JavaScript-like language it uses do those\
s need doubling inside a literal string?