Adding custom directory page to uninstaller
I am trying to add a custom page to my uninstaller that deletes user data stored outside of the $INSTDIR directory. Windows7 does not allow writing to this directory anymore and we want the user to be able to specify a directory if the default User Data directory, typically found under their %USERPROFILE% is not valid. I don't want to use the canned directory browsers as they provide a "New Folder" option which doesn't make sense. I want to present a default path and let the user browse to a new directory if necessary or enter a path in a box.

Thanks,

Jay