Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Delete windows registry during uninstallation
Forum Updated to NodeBB v4.3 + New Features

Delete windows registry during uninstallation

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 256 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.
  • V Offline
    V Offline
    VK_vinay
    wrote on last edited by VK_vinay
    #1

    Hi All,
    I need to delete windows registry key during UNINSTALLATION in "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\XYZ".

    I have already tried following two ways.

    1. installerScript.js
      // component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\XYZ" /f");

    2. ControlScript.js
      installer.performOperation("Execute", "cmd /C reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\XYZ" /f");

    Your reply will be much appreciated.
    Thanks

    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