0

I need to create a new usersgroup, because it is not included in the ones already created :

authusers   Authenticated Users group
creatorowner    Creator Owner
everyone    Everyone group
guests  Guests group
networkservice  Network service account
service Local service account
system  Local system account
users   Users group

The usergroup that I need is IUSR, how can I grant all rights to this group ?

enter image description here

Serinkan
  • 53
  • 1
  • 8

1 Answers1

1

Inno Setup does not have any built-in functionality for creating users groups (nor accounts). Neither it allows settings permissions specifically for a certain group or account.

So for both, you need to invoke respective command-line tools.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
  • Comments are not for extended discussion or debugging sessions; this conversation has been [archived in chat](https://chat.stackoverflow.com/rooms/218883/discussion-on-answer-by-martin-prikryl-create-a-new-users-group-for-inno-setup). Please be sure to update the answer to include all relevant information. – Cody Gray - on strike Jul 30 '20 at 09:15