Hi,
I have this scenario:
1. If I uninstall a program using either msiexec /x {code} /qb or via the program definition "per system uninstall" I have success uninstalling a program that was deployed via SCCM.
However, if I manually reinstall the program again manually using the same msi program and re-run the uninstall again via SCCM, it does not work anymore. The task sequence runs but I get a 1605 error which means product could not be found. I doubled check that I have the correct Product Code in the registry but to no avail.
I have tried both program and task sequence, it seems that the advertisement runs but the program is not respected.
Anyone has a suggestion how to do this? I have tried repackaging the program using BAT, CMD, Task sequence ms dos prompt or regular task sequence but the uninstall doesn't work anymore on a program I installed manually.
Please help! Thanks!