- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Find Installed Location of application If you know GUID
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
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
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
I used this MSI function which gives me install allocation MsiGetProductInfo().