How to read windows registry value in Qt Installer framework?
-
wrote on 13 Sept 2020, 07:01 last edited by narae
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.
-
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?
1/3