Thanks, got it to work with the following source
FIREFOX_INSTALL_VERSION=""
Stefan
--
View this message in context:
http://www.nabble.com/Disable-feature-when-property-is-empty-tf2323552.html#a6637061
Sent from the wix
Mark Weaver <[EMAIL PROTECTED]> writes:
> vbtricks wrote:
>> [FIREFOX_INSTALL_VERSION] NOT ""
Use this: NOT FIREFOX_INSTALL_VERSION
> Reverse the test, set the level of the feature to 0 and then increase it
> in the condition if firefox is installed.
Beware! Windows Installer ignores
Title: Re: [WiX-users] Disable feature when property is empty
The [] brackets are used for columns with a Formatted data type in the tables. They are not needed and will cause problems if used in Condition columns.
See Conditional Statement Syntax on MSDN: http://msdn.microsoft.com/library
vbtricks wrote:
> Salut,
>
> well, seems I have to set Level to 0 to disable the feature. But there's
> still an error, if [FIREFOX_INSTALL_VERSION] is empty, the feature is not
> disabled. That's my condition:
>
> [FIREFOX_INSTALL_VERSION] NOT ""
>
> Can you help me again?
>
>
Reverse
tion.htm
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of vbtricks
> Sent: Saturday, September 23, 2006 10:05
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Disable feature when property is empty
>
CTED]
[mailto:[EMAIL PROTECTED] On Behalf Of vbtricks
Sent: Saturday, September 23, 2006 10:05
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Disable feature when property is empty
Salut,
still working on the integration of my Firefox-PlugIn into the setup.
Installing now works fine, the o
Salut,
still working on the integration of my Firefox-PlugIn into the setup.
Installing now works fine, the only thing left to do is to disable the
feature, if Firefox is not installed.
If Firefox is installed, the property [FIREFOX_INSTALL_PATH] will contain
the path.
Based on this I wanted to i
7 matches
Mail list logo