L
localhost
I opened the .NET Framework Configuration 1.1 and created a policy
manually to give my assembly Full Trust at the Computer level. I then
was able to create a seperate MSI.
I want to do this over and over for apps I distribute, but the thought
of manually making a seperate MSI is not a good one.
I already have a VS.NET 2003 setup project, is there a way to
programatically set the policy explicitly in C#? I already override
the Install method in my installer class, I could just add the extra
code to enable trust, but I need a sample.
Help?
Thanks.
manually to give my assembly Full Trust at the Computer level. I then
was able to create a seperate MSI.
I want to do this over and over for apps I distribute, but the thought
of manually making a seperate MSI is not a good one.
I already have a VS.NET 2003 setup project, is there a way to
programatically set the policy explicitly in C#? I already override
the Install method in my installer class, I could just add the extra
code to enable trust, but I need a sample.
Help?
Thanks.