Registry search launch conditions on msi
-
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??
-
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??
No. Christian Graus - Microsoft MVP - C++