My uninstall doesn't want to remove everything I tell it to.
I have my list of uninstall macros set up in a header file, here is one example:
!macro REM_RESOURCES
Delete /REBOOTOK "$INSTDIR\Resources\Backgrounds\Aqua.bmp"
Delete /REBOOTOK "$INSTDIR\Resources\Backgrounds\Art1.bmp"
Delete /REBOOTOK "$INSTDIR\Resources\Backgrounds\Art2.bmp"
.
.
.
!macroend I call them, and the ones that control removing start menu/other shortcuts, registry entries, etc seem to work, but my files always get left behind when the uninstaller is run.I'm not sure what I need to fix this. Suggestions appreciated.
Thanks!
Allen