Is it possible to dynamically add files to the installer rather than hard-coding.
e.g.
StrCpy $0 "abc.xyz"
File $0
I've tried it but getting error. Is there any workaround. The solution given in
One Installer with Different Installation Files Each Timeis not fulfilling my requirement.
Thanks