[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.buildingcontrols

how to install .net framwork and ajax inside the webdeployment project ?

chandan

1/16/2008 7:42:00 AM

I had created a deployment project using ASP.net 2.0 . I have to
intall Ajax and .net framwork before installing my web set up. Is
there any way to install these setup inside my websetup??

Thanks,
Chandan kumar
1 Answer

Coskun SUNALI [MVP]

2/3/2008 10:39:00 PM

0

Hi,

I am not quite sure about Ajax since it means a "second installation
process" to me.

About .NET Framework, you can do the following;

1. Right click on your setup project in Solution Explorer window and
click Properties.
2. Click Prerequisites... button.
3. Select .NET Framework [Version number]
4. Select the appropriate installation location.

--
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://...
http://www.pr...


"chandan" <ck.kislay@gmail.com> wrote in message
news:a14f0eed-4ff3-4b03-87dc-98e849da34f7@s19g2000prg.googlegroups.com...
>I had created a deployment project using ASP.net 2.0 . I have to
> intall Ajax and .net framwork before installing my web set up. Is
> there any way to install these setup inside my websetup??
>
> Thanks,
> Chandan kumar