Justin Rockwood wrote:
> It might be better to just use preprocessor variables in your WiX files and
> then pass in those values when you call the MSBuild NAnt task. In your wxs
> files use:
> $(var.Version) and then when calling MSBuild, set
> /property:DefineConstants=Version=1.0.1013.0. Then you don't have to use
> NAnt to change your source files, which is usually not a good idea with
> Source Code Control systems.

That's a good point - if you're going to use xmlpoke to hack on your WiX
files, you should be sure to reverse the changes before a checkin.

--
Jeff Paulsen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to