If you are not pre-populating the properties, you can use the following
conditions:
<Condition Message="Must have Microsoft Word 2007 release to install
Clinnext Web Server [WORDFIND]">
   WORDFIND
</Condition>
<Condition Message="Must have Microsoft Word 2007 release to install
Clinnext Web Server [EXCELFIND]">
   EXCELFIND
</Condition>

If you are pre-populating with say a value of 0, then you could use the
following conditions:
<Condition Message="Must have Microsoft Word 2007 release to install
Clinnext Web Server [WORDFIND]">
   WORDFIND<>0
</Condition>
<Condition Message="Must have Microsoft Word 2007 release to install
Clinnext Web Server [EXCELFIND]">
   EXCELFIND<>0
</Condition>

Regards,
//aj

On 6/13/07, Bob Arnson <[EMAIL PROTECTED]> wrote:

jrcolons wrote:
>     <Condition Message="Must have Microsoft Word 2007 release to install
> Clinnext Web Server [WORDFIND]">WORDFIND=""</Condition>
>     <Condition Message="Must have Microsoft Word 2007 release to install
> Clinnext Web Server [EXCELFIND]">EXCELFIND=""</Condition>
>

Launch conditions are conditions that the machine must meet to install.
So you want the opposite conditions.

--
sig://boB
http://joyofsetup.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to