Link to home
Start Free TrialLog in
Avatar of prasant_hyd
prasant_hyd

asked on

Silent uninstallation using MsiConfigureProduct();

Hi,
I want to silent uninstall using MsiConfigureProduct()
I am calling as below:
MsiConfigureProduct(szPrevProductCode, INSTALLLEVEL_DEFAULT, INSTALLSTATE_ABSENT);
where szPrevProductCode is the product code.
Is there any way to do a silent uninstallation using MsiConfigureProduct()
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial