Archive: how to register Framework 2.0 into IIS.


how to register Framework 2.0 into IIS.
Hi!!!!!!!!!!!!

What I am doing is that If Framework 2.0 is not installed, install it. After installing I have to register that framework 2.0 with IIS.

How to do this? can any one help me?


Hi!!!!!!!!!!!!

What I am doing is that If Framework 2.0 is not installed, install it. After installing I have to register that framework 2.0 with IIS.

to register it manually from command line I gives the folloing command.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
But this is all manual procedure. I wnt to automate it in my NSIS script.
How to do this? Can any one please help me? It's argent.


See included nsexec plugin which is dedicated to executing command line applications.