I'm trying to extract file location using winapps but the result is always None
from winapps import *
name="Microsoft Edge"
cc=InstalledApplication(name)
vv=cc.install_location
print(vv)
from winapps import *
name="Microsoft Edge"
cc=InstalledApplication(name)
vv=cc.install_location
print(vv)