diff --git a/GUIs.ZooFlow/ClassModules.vb b/GUIs.ZooFlow/ClassModules.vb index f3137c40..a5e94225 100644 --- a/GUIs.ZooFlow/ClassModules.vb +++ b/GUIs.ZooFlow/ClassModules.vb @@ -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