Skip to content
Discussion options

You must be logged in to vote

The custom action is throwing an exception and that is rolling back your uninstall. To resolve for this one machine you need to:

a. Fix the reason for 0xe000023c. Google search says this is an error occurred while uninstalling driver package. Fixing this may prove hard.

b. Modify the cached installer to mark the custom action's return processing to ignore errors. This can be done by modifying your built MSI with ORCA and adding decimal 64 (bitmask 0x00000040 logical or) to the custom action type column. Save the MSI and recache it into C:\windows\installer but running the command msiexec /i foo.msi REINSTALL=ALL REINSTALLMODE=vomus. After the reinstall is complete attempt uninstall again …

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pas059
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants