> Hello
>
[quoted text clipped - 14 lines]
>
> caspol -machine -addfulltrust "assembly_name (signed with a strong name)"
Hey Peter,
The following works just fine for us.
caspol -q -machine -ag 1 -strong -file "EXENAME.exe" EXENAME \
-noversion FullTrust \
-description "Hello World" \
-name GROUP_NAME
GROUP_NAME is some name of your own choosing.
EXENAME is the name w/out extension of you executable.
We don't care too much about the version, hence -noversion
To get rid of the fulltrust:
caspol -q -machine -remgroup GROUP_NAME
HTH,
Marius.
Peter F - 18 Oct 2005 21:51 GMT
Perfect, Marius. Thank you very much.
Peter
>> Hello
>>
[quoted text clipped - 35 lines]
> HTH,
> Marius.