问题 I am looking for resolving the paths of files in an MSI with or without installing (whichever is faster) from outside an MSI, using VBScript. I found a similar query using C# instead and Christpher had provided a solution, below: How can I resolve MSI paths in C#? I am going through the very same pain now but is there anyway to achieve this using WindowsInstaller object in VBScript, rather than go with endless queries through SQL Tables of MSI back and forth to achieve the same. Though any