
elvis.altherr1.5524900728840894E12 asked a question.
Custom Actions and uninstall
Dear all
Question:
i have an modified MSI Package (repackaged with Admin Studio). Within the Package there are to Custom Action, which will do some stuff like adding a registry key and installing a file
Now while the uinstall Process the custom actions will be called. How can i avoid this, which means in which way do i have to call the CA's while the uninstall process
write a CA, and call after install validate with condition REMOVE="ALL"(case sensitive). this will work
-praveen
Thanks for your quick answers and help
it seems that the correct uninstall conditions were already set while repackaging, cause after i uninstall the product (PDFCreator) all necessary files, registry entrys and (what a miracle) the Printer Device will be removed properly so it works now fine