1

I install multiple applications (.msi) on different servers, am looking for a solution to identify the installed path of an application.

In powershell i used get-wmiobject to get the installed date and stuff but there is a installlocation property which returns blank. Is there any way of finding the executable location ? If not powershell any other tech will do.

1
  • In my opinion, registry infos for installed apps are better in the registry than in wmi. Have you tried to look in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<yourappli> ? (Or for 64 bits: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninst‌​all).
    – plunkets
    Commented Nov 14, 2013 at 12:40

1 Answer 1

0

Maybe https://psmsi.codeplex.com/ helps? It's a Windows Installer module for PowerShell. I haven't used it, but if you are interested in extracting info out of MSI files maybe it will help.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.