
mista.speckta1.5524901749406685E12 asked a question.
Removing install via registry
Hi folks,
One of my custom actions caused an error during the uninstall -so I am forced to remove my application via deleting its corresponding registry values. Before I begin, will deleting those registry values allow me to (Run/Uninstall) within Installshield? Currently, if I try to run or uninstall within Installshield I run into that error I mentioned earlier. Will installshield recognize that my application has been removed (via registry)? Thanks in advance!
-Sean
msiexec.exe /i product.msi REINSTALLMODE=voums REINSTALL=ALL
After that, the uninstall should work fine.
(Deleting the registry information by hand is painstaking work, doesn't adjust shared-file reference counts, uninstall COM information, and so forth...)