sumit1
Posts: 18
Joined: Thu Nov 29, 2018 3:40 pm

Finding installed product path

Hi,

I would like to get installed application full path with version.
It's possible to find product path with version at the time of product installation time.


Please suggest your solution.

Thank You
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: Finding installed product path

Hello,
I would like to get installed application full path with version.
Are you refering to an application created with Advanced Installer here?

If that is the case, as default, a setup created with Advanced Installer automatically adds two entries in the registries - Version and Path. You can check this by opening your Advanced Installer project --> "Registry" page.
registry.png
registry.png (29.37 KiB) Viewed 3666 times
registry2.png
registry2.png (118.17 KiB) Viewed 3666 times

Based on these, you can create a "Registry Search" in the "Search" page.

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sumit1
Posts: 18
Joined: Thu Nov 29, 2018 3:40 pm

Re: Finding installed product path

Thanks Catalin

But in my AIP product name is empty. At the time of installation we entered the installation path manually. So is there any way to access/get specific product installed path with version.
Attachments
Registry_AIP.png
Registry_AIP.png (26.34 KiB) Viewed 3659 times
Catalin
Posts: 7664
Joined: Wed Jun 13, 2018 7:49 am

Re: Finding installed product path

Hello,

Not quite sure why you guys have manually removed those entries from the "Registry" page, however, luckily, there is another way of finding out the path.

The path and some other entries are saved in the following registry key:

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{Product_Version}
Install_Location.png
Install_Location.png (188.45 KiB) Viewed 3613 times
Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”