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. Qt Installer Framework: Create registry key
Forum Updated to NodeBB v4.3 + New Features

Qt Installer Framework: Create registry key

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt ifw 2.0.3
5 Posts 1 Posters 3.1k Views 1 Watching
  • 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.
  • TurBossT Offline
    TurBossT Offline
    TurBoss
    wrote on last edited by
    #1

    Hi

    I managed to create registry keys for windows using
    addElevatedOperation("GlobalConfig", "Company", "App", "key", "value")

    but the are stored in HKEY_CURRENT_USER and I need it to be placed under HKEY_LOCAL_MACHINE

    the package.xml has the <RequireAdminRights>true</RequireAdminRights>

    How I can add a keys in hkey_local_machine?

    thx

    1 Reply Last reply
    0
    • TurBossT Offline
      TurBossT Offline
      TurBoss
      wrote on last edited by
      #2

      ok it works with SystemScope

      addElevatedOperation("GlobalConfig", "SystemScope", "Company", "App", "key", "value")
      

      thx

      1 Reply Last reply
      0
      • TurBossT Offline
        TurBossT Offline
        TurBoss
        wrote on last edited by
        #3

        is posible to create a keys inside another key?

        thx

        1 Reply Last reply
        0
        • TurBossT Offline
          TurBossT Offline
          TurBoss
          wrote on last edited by
          #4

          ok just key/subkey

          1 Reply Last reply
          0
          • TurBossT Offline
            TurBossT Offline
            TurBoss
            wrote on last edited by
            #5

            How I can create DWORD or Bynary registry entries?

            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