deploying configured assemblies

  • Thread starter Thread starter Mike G.
  • Start date Start date
M

Mike G.

I was able to use mscorcfg to create a policy that enables my app to use
version 1.5.0.0 instead of 1.4.0.0 without difficulty. How do I deploy this
change to other machines? Inside of mscorcfg you can easily create an MSI
for the runtime security policy, but I don't see an equivalent for the
"Configured Assemblies" section.

Any Ideas?


Mike
 
Mike said:
I was able to use mscorcfg to create a policy that enables my app to
use version 1.5.0.0 instead of 1.4.0.0 without difficulty. How do I
deploy this change to other machines? Inside of mscorcfg you can
easily create an MSI for the runtime security policy, but I don't see
an equivalent for the "Configured Assemblies" section.

Any Ideas?

If you need to apply this to several apps and the library is in the GAC then
you should use a publisher policy file:

http://www.grimes.demon.co.uk/workshops/fusWSSix.htm

Richard
 
Back
Top