Zooflow: fix pm path
This commit is contained in:
parent
0b1bd49990
commit
5029b4f08a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user