I have:
Yet when I run the uninstaller in either Win98 or Win2k, I always get the error message that Silly.txt cannot be found.Section Uninstall
IfFileExists "$EXEDIR\silly.txt" SillyTxtFound
MessageBox MB_OK|MB_ICONSTOP "Silly.txt not found!$\r$\n \
Uninstallation cannot proceed!"
Abort
SillyTxtFound:
Silly.txt and the uninstaller.exe are in the same directory.
What am I doing wrong?
Thanks,
--Andrew