vote up 0 vote down star

In a visual studio setup project, how do I get the inverse of a condition? Specifically, I am looking to run a script if a file does not exist (ie the Exists condition is false).

flag

1 Answer

vote up 1 vote down check

Check for 'False' on your property, so instead of the condition being 'MYPROPERTY', make it 'MYPROPERTY = False'. (And yes, in spite of your better instincts, use a single '=' not '==')

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.