View Single Post
  #1  
Old 23-04-2021, 07:15
Newbie-repacker Newbie-repacker is offline
Banned
 
Join Date: Apr 2021
Location: In My Home Sweet Home
Posts: 27
Thanks: 57
Thanked 0 Times in 0 Posts
Newbie-repacker is on a distinguished road
Unhappy Need Help With [Dirs] section In INNO

I need that setup will create a folder in this path
Code:
%SYSDRIVE%\Users\Public\
So after searching google a lot and testing [Dirs] all was in a vain


Here is an example of a [Dirs] section

Code:
[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<-----------------------------
Reply With Quote
Sponsored Links