> The problem is that when I build the project in Visual Studio those > properties get an empty value. I want to give these properties a default > value so that I will be able to build the WIX project from Visual Studio and > not just from the command line using msbuild. > > Is there any way to assign these properties a default value that can be > overridden by msbuild ? > > it sounds like you could provide the defaults in your .wixproj, i.e. something along the lines of the following should work.. Repeat for Var2
<PropertyGroup Condition=" '$(Var1)' == '' "> <Var1>defaultValueGoesHere</Var1> </PropertyGroup> ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users