Loading
Find Installed Location of application If you know GUID

Is it possible to find the installed location of Application If I know my MSI installed GUID.

 

e.g. My application gets installed "C:\\Program (x86)\Company\Product "  and I know my MSI GUID is it possible to get this location using installscript.

  • Kindly get "InstallLocation" key from below registry path.  

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}

    Note: Some installers may not have this value.

    Thanks, 

    Thananjeyan

    Expand Post
    Selected as Best
  • Kindly get "InstallLocation" key from below registry path.  

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}

    Note: Some installers may not have this value.

    Thanks, 

    Thananjeyan

    Expand Post
    Selected as Best
    • I used this MSI function which gives me install allocation MsiGetProductInfo(). 

Loading
Find Installed Location of application If you know GUID