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

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -