This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: IIS: Installing a web site if port is already taken
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2009
02:37 AM
IIS: Installing a web site if port is already taken
Task:
Install a Web Site on port 80 that is usually configured with a default web site on Windows 2008.
Installation Log:
1: Check if site has port number: 80
1: GetBindingsCollection
1: Searching for binding element
1: GetPortFromBindingInfo: *:80:
1: Found site with the same port number.
1: Website exists.
Problem:
Usually if I try to install a web site manually a window asking if I would like to add a duplicate port binding pops up:
but when trying the same operation with MSI - it just uses the existing default web site, instead of creating a new one.
Can anyone give me instructions on how to create a new site with duplicate port binding with installshield?
Thank you and Brg.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2013
01:32 PM
Hi tieriel,
Did you ever figure out the solution to this? I have to do the same thing.
Thanks,
loralynne
Did you ever figure out the solution to this? I have to do the same thing.
Thanks,
loralynne
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2013
03:35 AM
what tha above said is very useful, I will to try it soon! Thank you!