- allow extraction of icon from an EXE or a DLL, besides the regular ICO
(i.e. ;@Ahk2Exe-SetMainIcon path\to\random.exe`,3 would extract and set third icon from random.exe)
- allow changing of two fields in the existing manifest: version and name, in assembly > assemblyIdentity (not to be confused with dependency > dependentAssembly > assemblyIdentity )
(i.e. ;@Ahk2Exe-SetManName Author.Company.SampleAppName and ;@Ahk2Exe-SetManVersion 1.2.3.4)
At least the latter may reduce the chances of such compiled executables being wrongly flagged as infected or potentially unwanted, if some so-called antivirus checks the name field and finds AutoHotkey there. But beyond that, it would make a complete identity in conjunction with the VersionInfo fields. Just my humble opinion.
Otherwise it's a great improvement, I know AHK_H has been using this system for quite a while and it was time to catch up. No need for ResHacker anymore (if the two suggestions above get implemented). The compression selection is also a welcome improvement. Good job!
