We have an installed application (MSI) and we try to remove it using the following command line option:
MsiExec.exe /x{code} /qn /liwearucmopvx+ C:\Log\UnInstall.tra
However sometimes (no clue why) it generates the following errors:
MSI (s) (BC:F8) [02:02:50:031]: Note: 1: 1725 MSI (s) (BC:F8) [02:02:50:031]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (BC:F8) [02:02:50:031]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (BC:F8) [02:02:50:031]: Product: Application -- Removal failed.
Does anyone know what these mean? Thanks,