Re: [WiX-users] Determining the port number of the default IIS website

2008-08-01 Thread José Diaz Seng
Neil, thanks for the warning, I would have fallen into that trap sooner or later. So I changed my port determining script. It now iterates over all metabase objects on the same level as the websites and chooses the first website it finds. The script now looks as follows: 'sets DEFAULT_WEBSITE_PO

Re: [WiX-users] Determining the port number of the default IIS website

2008-07-31 Thread Neil Sleightholm
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of "José Diaz Seng" Sent: 31 July 2008 10:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Determining the port number of the default IIS website Hi, I solved my problem as follows, maybe it is of use to so

Re: [WiX-users] Determining the port number of the default IIS website

2008-07-31 Thread José Diaz Seng
Hi, I solved my problem as follows, maybe it is of use to someone else, too: As described in the WiX wiki, I check for the availability of the scripting host (see http://www.wixwiki.com/index.php?title=VBScript_Tutorial). A custom action then takes care of setting the port number property:

[WiX-users] Determining the port number of the default IIS website

2008-07-30 Thread José Diaz Seng
Hi, I would like a setup created using WiX to be able to find out the port of the default IIS website. We need this to ensure an install succeeds even if the port is different from the standard "80" and want to spare the user performing the installation having to determine and type in the port n