2
votes

I've downloaded the VCL styles from

https://github.com/RRUZ/vcl-styles-plugins

but I can't find the VclStylesinno.dll in there. Here's what I have inside the InnoSetup plugin folder:

enter image description here

Where can I find the aforementioned dll?

1

1 Answers

2
votes

The VclStylesinno.dll is part of the "Installer VCL Styles for Inno Setup" package (SetupVCLStylesInno.exe).

You need to install the package and then locate the VclStylesinno.dll in its installation folder. Just copy the dll over to your Inno Setup project. I believe it does not have any dependencies, so you do not need any other files from the installation (except for the .vsf style of your choice).