Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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?
\
@JonB thank you. "HKEY_CURRENT_USER\\Software\\TEMP\\hi" works.