Forum Discussion
AlexKaras
Champion Level 2
5 years agoHi Shilpashree,
While it might depend on the implementation of your given .msi installer, but usually
msiexec /i <your.msi>
installs the product and
msiexec /u <your.msi>
uninstalls it.
Use the WshShell.Run() method to execute command line from your test code.
TanyaYatskovska
Alumni
4 years agoThanks for the help, vinniew, Alex!
hrshilpashree, were you able to resolve the issue? Please let us know if you need assistance.