Want to install / uninstall entire subdirectory under $INSTDIR
As a convenience to our end user, I want to include an entire directory tree under $INSTDIR. It's a redistributable driver directory, and itself has 2 subdirectories and a bunch of DLLs etc.
Is there an easy way to install/uninstall an entire directory tree under $INSTDIR?
I've tried the "File" command repeatedly, specifying all the files individually, but they all end up in the main directory $INSTDIR. Of course, then they aren't where I expect, so don't get deleted. If I fixed the install issue, I'm sure the uninstall would work.