The app property Path is a list of paths to register.
The app property Exe points to the main executable, used to check the apps existence and the target of the app launcher.
The resolution of a relative path in the Exe property, should be based on the Dir property and not on a search through the Path list, because this can cause ambiguity.
The app property
Path
is a list of paths to register. The app propertyExe
points to the main executable, used to check the apps existence and the target of the app launcher. The resolution of a relative path in theExe
property, should be based on theDir
property and not on a search through thePath
list, because this can cause ambiguity.