Create empty folders using Inno
When installing a program using Inno, to create an empty directory you will need to add a dirs section to the installer script.
[Dirs] Name: "{app}\Example1"
Download installer script CCreateEmptyDirectories.iss
When installing a program using Inno, to create an empty directory you will need to add a dirs section to the installer script.
[Dirs] Name: "{app}\Example1"
Download installer script CCreateEmptyDirectories.iss