PDA

View Full Version : ADDLOCAL = "Framework" ??



SQLPro802
11-04-2002, 02:36 PM
Hello all,

I have a condition for a CA in my UISequence like this:

Not Installed Or ADDLOCAL = "Framework".

The Not Installed is working ofcourse, but the ADDLOCAL is not firing off the CA, I am trying to code a condition that fires only when the user via modify maintenance setup type, adds a cerain feature.


What am I missing here guys?

thanks,
Derek

RobertDickau
11-04-2002, 04:56 PM
The condition ADDLOCAL="Something" verifies that ADDLOCAL is exactly equal to "Something"; perhaps try ADDLOCAL><"Something", which tests if "Something" is in ADDLOCAL, but not nec. the whole value of ADDLOCAL?

graven
11-05-2002, 06:09 AM
WTF???



Substring |
Operator | Description
----------|-------------------------------------------------
<> | TRUE if the first string does not equal the second.
>< | TRUE if the first string contains the second.
<< | TRUE if the first string starts with the second.
>> | TRUE if the first string ends with the second.


what the heck came on the developer's mind when designing this "Conditional Statement Syntax" for IS ??!!

graven

Peerke
11-05-2002, 06:13 AM
The systax is not from InstallShield, but Windows Installer.

So; blame Microsoft(R).


Regards,


Rene

luke_s
11-07-2002, 04:00 PM
alternatively, you could use

&FEATURENAME=3

this will mean that your feature is set to install.