Bugs item #1675194, was opened at 2007-03-06 11:10 Message generated for change (Comment added) made by robmen 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: v2.0 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: M. Scott Ford (vaderpi) >Assigned to: Rob Mensching (robmen) 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. ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2007-09-21 00:41 Message: Logged In: YES user_id=991639 Originator: NO Finally, submitted fix. This fixes both WiX v2 and WiX v3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1675194&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
