I have a couple questions regarding SF5.0:
1. Is there any way to grab the text for installer's license agreement screen from a file instead of having it embedded in the .sf5 project file? I'm going to include a license text file in the root of the Appdir anyway, so I'd prefer not to have to edit it to places when I want to make a change.
2. What is the easiest way to totally remove all the files from the %Appdir% during uninstall? In my cases some files and directories end up there, whose names are not predetermined, so I cannot explicit delete them. I've currently got a Delete %Appdir%\*.* operation included in the uninstall portion of the project, but that does not remove subdirectories. I tried to do a Remove Directory operation on %AppDir% and that also leaves files the project doesn't know about behind. I also tried add a shell operation rmdir /s /q %Appdir%, but apparently that tries to delete to uninstall configuration files which crashes the uninstall process. Any suggestions? Thanks for any help you can give.

