PDA

View Full Version : Need Help With [Dirs] section In INNO


Newbie-repacker
23-04-2021, 07:15
I need that setup will create a folder in this path
%SYSDRIVE%\Users\Public\
So after searching google a lot and testing [Dirs] all was in a vain :confused:


Here is an example of a [Dirs] section:)

[Dirs]
Name: "{app}\data"
Name: "{app}\bin"

The example above will, after Setup creates the application directory, create two subdirectories underneath the application directory.

Can anyone tell me what should i replace {app} with in above example.......



----------------------------->THANKS<-----------------------------

Cesar82
23-04-2021, 07:27
I need that setup will create a folder in this path
%SYSDRIVE%\Users\Public\

{sd}\Users\Public\My Folder