I expected that this flag should be used together with dontcopy
- to make sure the files don't get copied anywhere except for GAC. But this combination is invalid as stated by the compiler. So, what's the best practice for gacinstall
? Actually copy these files to {app}
anyway?
I ended up copying files to a temporary folder - then installing them to gac with gacinstall
and ngening them from the [Run]
section.