Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Registry search launch conditions on msi

Registry search launch conditions on msi

Scheduled Pinned Locked Moved C#
sysadminwindows-adminhelpquestion
2 Posts 2 Posters 0 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.
  • A Offline
    A Offline
    Asad Hussain
    wrote on last edited by
    #1

    I have a registry search launch condition in my deployment project that store the value that it retrieves in a property called DAVERSION. The problem is that I need to use that property to get another value in the registry based on that value. e.g. if DAVERSION = "1.0.3 (en-US)" i need to go to HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\1.0.3 (en-US)\Main and get certain keys from it. The problem is that apparently the regkey property cannot take in the DAVERSION property like so HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\[DAVERSION]\Main Is there a way to do this??

    C 1 Reply Last reply
    0
    • A Asad Hussain

      I have a registry search launch condition in my deployment project that store the value that it retrieves in a property called DAVERSION. The problem is that I need to use that property to get another value in the registry based on that value. e.g. if DAVERSION = "1.0.3 (en-US)" i need to go to HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\1.0.3 (en-US)\Main and get certain keys from it. The problem is that apparently the regkey property cannot take in the DAVERSION property like so HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\[DAVERSION]\Main Is there a way to do this??

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      No. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups