Using SB8 I have very simple Install that creates a folder, installs two files into it (an EXE and a ICO -- neither needs registering). And adds a desktop shortcut.

At the start of the install script I have CREATE UNINSTALL, and at the end I CLOSE UNINSTALL.

The install works perfectly, the program runs fine from the shortcut.

But when I run the UNINSTALL it removes the desktop shortcut but does not remove the EXE and ICO files, and does not remove the folder I created.
(Yes, I ticked the REMOVE ON UNINSTALL box :-)

What am I doing wrong?