How to apply VCL Styles to DLL-based forms in Inno Setup for uninstall? Cannot Import dll
问题 I'm trying to add VCL styles (Inno Setup 5.5.6 (a)) for my installer. Style load correctly during the installation, but when I try to uninstall I get an error Runtime Error(at-1:0): Cannot Import dll:VclStylesInno.dll. And I can not uninstall my program. Does anyone know what I can do? Thanks for the help #define VCLStylesSkinPath "{localappdata}\VCLStylesSkin" [Files] ;Install Source: "VclStylesinno.dll"; DestDir: "{app}"; Flags: dontcopy Source: "Styles\Auric.vsf"; DestDir: "{app}"; Flags: