0

How can set up a Windows security group as part of a Inno Setup install?

I can't seem to think of the right text to google to figure it out. Perhaps a hint at what to search for would be enough.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
amalgamate
  • 2,200
  • 5
  • 22
  • 44

1 Answers1

1

OK I have found something. I can use "net localgroup" (a Windows command:http://technet.microsoft.com/en-us/library/bb490706.aspx). That is my hint. My search hint....

So now I need to learn how to ask a user for input (CreateInputQueryPage), and execute the command... but that would be a different question if I get stuck on those steps... here is that question:How do you execute command line tools without utilizing command prompt in an inno setup

Community
  • 1
  • 1
amalgamate
  • 2,200
  • 5
  • 22
  • 44
  • 1
    No. Please do not create and run a batch file. Inno Setup can execute command line tools for you without utilizing command prompt. – TLama Jan 17 '15 at 00:52
  • @TLama So that leads me to a question: http://stackoverflow.com/questions/28051357/how-do-you-execute-command-line-tools-without-utilizing-command-prompt-in-an-inn (How do you execute command line tools without utilizing command prompt in an inno setup?) – amalgamate Jan 20 '15 at 17:19