gacinno-setup

How to use gacinstall in Inno Setup?


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?


Solution

  • I ended up copying files to a temporary folder - then installing them to gac with gacinstall and ngening them from the [Run] section.