Re: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- From: jacky kwok <jacky.kwok@xxxxxxxxxxxxx>
- Date: Tue, 07 Mar 2006 09:31:41 +0800
Yuan Ren[MSFT] wrote:
Hi Jacky,
Thank for posting!
For the current issue, my understanding is that you want to get the web info via using ASDI for IIS. If I have misunderstood anything, please let me know.
Based on my experience, the article you mentioned in the previous thread is specified for IIS 5.0. So I want to know the current version of the IIS in your machine. In another word, could you please tell my about the version of the current OS?
BTW, I'll perform the test to figure out how to get the information for IIS. It will take me some period to approach this. So, I appreciate your understanding and patience. I'll reply you ASAP when I get some information. If you have any concerns, please feel you free to let me know.
Regards,
Yuan Ren [MSFT]
Microsoft Online Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were updated on February 14, 2006. Please complete a re-registration process by entering the secure code mmpng06 when prompted. Once you have entered the secure code mmpng06, you will be able to update your profile and access the partner newsgroups.
====================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. ======================================================
This posting is provided "AS IS" with no warranties, and confers no rights. ======================================================
Thank you very much.
In my case, I do not care what is the IIS version.
My question is I need to make the WebSetup installer which can set the web application to suitable dotnet version in case of the machine has multiple framweork installed.
The target machine may be XP or 2003, IIS may be 5 or 6.
In fact, I know how to queue how many websites in the IIS.
In VS2005 Websetup installer, user can select which website to install the application in the Windows to input VirtualDirectory.
My main question is that how can I know my webapp has been installed in which website? (in the customAction of the websetup installer)
i.e. "w3svc/1/ROOT/..." or "w3svc/2/ROOT/..." ...
Then my installer can set the suitable framework version by call script
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.xxxx\aspnet_regiis -s w3svc/N/ROOT/..."
--
Jacky Kwok
jacky@alumni_DOT_cuhk_DOT_edu_DOT_hk
jacky@compose_DOT_com_DOT_hk
.
- Follow-Ups:
- Re: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- From: "Yuan Ren[MSFT]"
- Re: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- References:
- How to get the installed WebSite in VS2005 WebSetup installer customAction?
- From: jacky kwok
- RE: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- From: "Yuan Ren[MSFT]"
- How to get the installed WebSite in VS2005 WebSetup installer customAction?
- Prev by Date: http status 407 with asp.net 2.0
- Next by Date: Re: Web Deployment Project - .net version
- Previous by thread: RE: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- Next by thread: Re: How to get the installed WebSite in VS2005 WebSetup installer customAction?
- Index(es):
Relevant Pages
|
Loading