I've a WebApplication scoped feature which I need to install through code.
In short, I need to perform
stsadm -o installfeature -name MyFeature
through code. Any ideas?
I've a WebApplication scoped feature which I need to install through code.
In short, I need to perform
stsadm -o installfeature -name MyFeature
through code. Any ideas?
Try this code: