Retrieve strong name of .NET assembly in Inno Setup
问题 I need to install these some DLL files to the GAC. I use preprocessor to generate [Files] section entries for these DLLs. And I need to provide a value for the StrongAssemblyName parameter. So question Can I automatically retrieve the StrongAssemblyName of a DLL from a Pascal Script? If not, can one create a dictionary so I could look up in the dictionary using the assembly name as key, and then have hardcoded value strings that would get used when automatically building up the line Source: