Great. 

I've got this working with MYCONDITION specified as INSTALLEVEL >= 1000.
This works for my two installation types, "Client" (where
INSTALLLEVEL=3) and "Server" (INSTALLLEVEL=1000).

One final question on this topic though, and I'm sorry if it's simple
but reading through the tutorials and online posts I couldn't find the
answer myself. 

How can I specify the condition such that it only evaluates to true if a
particular feature is selected for installation?
My problem is obviously now in a custom install where the user selects
features and the INSTALLLEVEL isn't changed, so the above approach
breaks. 

Given that you can't specify a property or custom action at feature or
component scope, is it possible to achieve this some other way?

Thanks again,

Dave


----- Original message -----
From: "Bob Arnson" <[EMAIL PROTECTED]>
To: "David Roberts" <[EMAIL PROTECTED]>
Cc: "Fredrik Grohn" <[EMAIL PROTECTED]>,
"wix-users@lists.sourceforge.net" <wix-users@lists.sourceforge.net>
Date: Sun, 01 Apr 2007 23:17:48 -0700
Subject: Re: [WiX-users] Conditional deployment of a virtual directory

David Roberts wrote:
> Does this still work in Wix 3.0? 
>   

No, the SKIPCONFIGUREIIS hackworkaround wasn't part of v3 because v3 
supports overridable custom action references:

<InstallExecuteSequence>
    <Custom Action="ConfigureIIs"
    After="InstallFiles">MYCONDITION</Custom>
</InstallExecuteSequence>

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to