deployment - Visual Studio: Setup Project - !Condition -
In a visual studio setup project, how do I get the reverse of a condition? Specifically, I am looking to run a script if no file exists (i.e. the present condition is false).
Check for your property 'wrong', instead of being the 'MYPROPERTY' condition, MYPROPERTY = False '(and yes, despite your best tendency, use a single' = 'no' == ')
Comments
Post a Comment