Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
We have a requirement wherein an ongoing installation (triggered using MSIInterop) has to be cancelled (programatically).

The following is our code for installation.
"MsiError ret = MsiInterop.MsiInstallProduct("E:\\AdbeRdr1010_en_US.msi", "DEFAULT=1");"

here command line argument "DEFAULT=1" is for installation.

Can anyone please suggest the command line argument in for cancelling installation things.
Posted
Updated 31-Aug-15 20:35pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900