Zooflow: fix pm path
This commit is contained in:
@@ -71,8 +71,8 @@ Public Class ClassModules
|
||||
Private Function GetProductPathFor(pProduct As Product, pSubKey As String) As String
|
||||
Dim oPathFromConfig = GetProductPathFromConfig(pProduct)
|
||||
|
||||
If oPathFromRegistry IsNot Nothing Then
|
||||
Return oPathFromRegistry
|
||||
If oPathFromConfig IsNot Nothing Then
|
||||
Return oPathFromConfig
|
||||
Else
|
||||
Return GetProductPathFromRegistryFor(pSubKey)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user