Unpacking files conditionally
Hello,
Imagine the following example: I've got an installer for five languages. Every language comes with it's own manual file "Manual_XX.pdf". While installing, the user is able to choose the language. I want the installer that it only extracts the manual for the given language. Is there a way to achieve this?
When adding the manuals by:
File "Manual_*.pdf"
All files will also get extracted. Is there a way to prevent this?
Regards,
Nils