简体   繁体   中英

How to identify the executable path of an installed application using powershell?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM