Bugs item #1675194, was opened at 2007-03-06 14:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1675194&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: M. Scott Ford (vaderpi) Assigned to: Scott Kurtzeborn (scotk) Summary: IIS extension does not correctly handle ServerBindings Initial Comment: The custom action that searches for IIS web sites does not correctly use the ServerBindings metabase varible. The ServerBindings metabase variable is defined as a multi-string, but the custom action only examines the first entry. This causes problems when an installation is trying to specify a website using information that is not in the first item in the ServerBindings array. This problem was discovered in the 3.0.2612.0. A patch file is attached that fixes this issue. The code in the patch loops over the multi-string and handles each string in the multi-string just as the existing code handles the first entry. This code really needs some clean up, and I am willing to give it some love. I did not do any clean up as part of this patch, so that the code changes in this patch do not get confused. If anyone has no objections, I will submit an additional patch that does some of the clean up. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1675194&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
