nameless0815
26th June 2009 07:16 UTC
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
29th June 2009 23:09 UTC
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