With the only NSIS-side remedy being to hard-code (or generate by pre-compile utility/installer) the names of the folders going in in the asterisk wildcard?File "Folder\*\SpecificFolderName\*.*"
( the filesystem side remedy being to swap the wildcarded folder and the SpecificFolderName around, making for `File /r "Folder\SpecificFolderName\*.*"` )
Just making sure before I potentially embark on the NSIS-side remedy 🙂