Skip to content
⌘ NSIS Forum Archive

create a Codegroupe with caspol.exe

2 posts

nameless0815#edited

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.
sgiusto#
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