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?
Forum Updated to NodeBB v4.3 + New Features

How to read windows registry value in Qt Installer framework?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 880 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 13 Sept 2020, 07:01 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.

    J 1 Reply Last reply 13 Sept 2020, 07:06
    0
    • N narae
      13 Sept 2020, 07:01

      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.

      J Offline
      J Offline
      JonB
      wrote on 13 Sept 2020, 07:06 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 13 Sept 2020, 07:19
      0
      • J JonB
        13 Sept 2020, 07:06

        @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 13 Sept 2020, 07:19 last edited by narae
        #3

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

        1 Reply Last reply
        0

        1/3

        13 Sept 2020, 07:01

        • Login

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