I want to create folder for specific usergroup with ID 23 on program installation. But inno setup allows to specify only built in groups in Permission attibute for [Dirs] section.
Asked
Active
Viewed 46 times
0
-
@MartinPrikryl And is it possible to check if command exists py Inno Setup? – Alexander Smith May 13 '16 at 08:54
-
What command? Do you mean the `icalcs`? – Martin Prikryl May 13 '16 at 09:13
-
@MartinPrikryl, yes – Alexander Smith May 13 '16 at 10:42
-
The `icalcs` is supported on all currently supported versions of Windows (Vista and newer). If you need to support Windows XP too, use `cacls` (The `cacls` is deprecated in the later versions of Windows, but still works in Windows 10). – Martin Prikryl May 13 '16 at 11:01
-
In the end, I've decided to use custom dll for this purpose. – Alexander Smith May 13 '16 at 15:13