Hi,
the installed application writes some values in the registry.
This registry path has the property "Delete (if present) at uninstall." set.
Now I have the problem that when I'm doing an upgrade it always deletes me the registry entries.
I know that patches would be a way to solve this problem, but the setup is supposed to work under win98 upward, so this won't work...
Would it be possible to manually add a dialog that would let the user select to delete this registry folder? That would be working, but I wouldn't know how to make that dialog only remove that registry folder if it's selected from the dialog.
Do you have some custom action script that would work for this, or maybe another solution?