Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to read windows registry value in Qt Installer framework?
Qt 6.11 is out! See what's new in the release blog

How to read windows registry value in Qt Installer framework?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    narae
    wrote on last edited by narae
    #1

    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.

    JonBJ 1 Reply Last reply
    0
    • N 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.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @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?

      N 1 Reply Last reply
      0
      • JonBJ JonB

        @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?

        N Offline
        N Offline
        narae
        wrote on last edited by narae
        #3

        @JonB thank you. "HKEY_CURRENT_USER\\Software\\TEMP\\hi" works.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved