I know that there's a method,

C++
UINT MsiInstallProduct(
__in LPCTSTR szPackagePath,
__in LPCTSTR szCommandLine
);

However, it needs a package path, how can i get it by product code?

Thanks!