Archive: create a Codegroupe with caspol.exe


create a Codegroupe with caspol.exe
Hi

I've got one question.
how do i create a create a Codegroupe with caspol.exe in nsis.

I want to create a codegroup with name "test" und it should be "full trusted"

Sry about this question, but I am a beginner with nsis.


You should use the ExecWait to run Caspol and a syntax like this:
caspol.exe -q -m -addgroup All_Code -url "file://<path>/*" FullTrust -name "test" -description "test desc"

More on ExecWait in nsis documentation