I have an application which on install, will unpackage 3 files (1 x .exe, 2 x DLL's).
When I run the application, it pulls down files (around the 300 mark) from binary fields in SQL and converts them to files and places them in the install directory.
When I uninstall, this will only get rid of the 3 original files that were unpackaged initially and will leave all of the other files that were pulled down after running the application.
I am using Installsheild LE within my solution and I'm wondering if there is any way which I can make it delete everything from the install location opposed to just the 3 original files?
Thanks :)