Bugs item #1067343, was opened at 2004-11-16 13:51 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1067343&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: Paul Gunn (paulgunn) Assigned to: Scott Kurtzeborn (scotk) Summary: IIS CustomActions try to access IIS unnecessarily Initial Comment: If there is a IIsWebSite table, ConfigureIIS will always try to access IIS even when there are no related components to install. This causes problems when creating an installer that supports both IIS and other web servers via conditions on the Web components. ConfigureIIS throws a 26001 when IIS is not present. This would be resolved if ConfigureIIS only accessed IIS when there were IIS components to install. ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2006-05-24 04:23 Message: Logged In: YES user_id=991639 The change ot truly fix this in WiX v2 is just too invasive to take at this time. So, as a work around, there is now a SKIPCONFIGUREIIS condition on the ConfigureIIs action. You can set the SKIPCONFIGUREIIS property to true (1 is a favorite "true") that will cause ConfigureIIs to be skipped. In WiX v3, custom conditions can be provided for custom actions and we'll investigate unwinding the code enough to do the "real fix". ---------------------------------------------------------------------- Comment By: Leon Zandman (lzandman) Date: 2006-02-08 15:13 Message: Logged In: YES user_id=516970 Today I ran into this bug too. Apparently it's also present in WiX V2.0... I tried to overload the "ConfigureIIs" action in the InstallExecuteSequence section (using a custom action tag) and defining a Condition on it, but unfortunately that didn't work. ---------------------------------------------------------------------- Comment By: Kevin Miller (millerkj) Date: 2005-11-17 18:56 Message: Logged In: YES user_id=46196 Is there any work being done or planned for this Bug? Are there any workarounds? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1067343&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
