I'd also recommend updating your WiX v3.5 to latest. IIS 7 support is still under development in WiX v3.5
Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: John Cooper (Volt) [mailto:a-jc...@microsoft.com] Sent: 08 June 2010 19:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting IIS version Did you include a reference to the IIS Extension lib? You may also need to use a <PropertyRef> before you can use these properties. -- John M. Cooper -----Original Message----- From: Andres Juarez [mailto:andresj_...@hotmail.com] Sent: Tuesday, June 08, 2010 11:30 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Detecting IIS version Hi All, By searching in this list, it seems that the best way of gettign the IIS version is by using:IISMAJORVERSION and IISMINORVERSION. I am conditioning the installation of a component upon having IIS7.5 installed by using the below: <Component Id="Bla" Guid="1A9C2430-9FEE-4CF2-8FAD-XXXXX"> <Condition><![CDATA[(IISMAJORVERSION >= "#7") AND (IISMINORVERSION >= "#5")]]></Condition> But when I run it in a machien with IIS7.5 I get this: Component: Bla; Installed: Absent; Request: Local; Action: Null I cannot find any reference to those two properties in the installation log, so I am not sure what value they have. The version of WIX we are using is 3.5.1630.0 Any help? Thanks Andres _________________________________________________________________ Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL: ON:WL:en-US:WM_HMP:042010_1 ------------------------------------------------------------------------ ------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users