I have an INF file for a filter driver in my WIX installer.
I want to know. Is there any way to UNDO the changes made by this INF file during unsinstallation?
I have an INF file for a filter driver in my WIX installer.
I want to know. Is there any way to UNDO the changes made by this INF file during unsinstallation?
If you know what changes you need to make, then you could write a custom action that executes on uninstall: How to add a WiX custom action that happens only on uninstall (via MSI)?. How you go about modifying the .ini file is up to the implementation of your custom action.