Skip to content
⌘ NSIS Forum Archive

how to register Framework 2.0 into IIS.

3 posts

paragrane#

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?
paragrane#
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.