While using Inno-Setup I included some DLLs in the [File] section and flagged them using "gacinstall", however on compile I get the error:
Parameter "StrongAssemblyName" must be specified if the flag "gacinstall" is used.
What am I missing?
While using Inno-Setup I included some DLLs in the [File] section and flagged them using "gacinstall", however on compile I get the error:
Parameter "StrongAssemblyName" must be specified if the flag "gacinstall" is used.
What am I missing?
Ok, so after reading this post, I modified my statement to:
Did this for EACH dll. I wonder if I cannot do a batch or read from file for the 101 list. But for now, this works.