I want to check an installed msi product details like product key, code and others using msbuild target.
I want to uninstall the msi using the product code using the following syntax:
msiexec /x {PRODUCT-CODE-GUID-HERE}
Can anyone help me with sample code.
Thanks & Regards, Santosh Kumar Patro