On 3/5/2010 1:05 PM, [email protected] wrote: > I was searching around for a solution to easily update my MSI version > numbers with each build, but I couldn't find one. So I wrote this and now I > don't have to remember. Thought I'd share... >
Even easier method: Use binder variables to pick up the version info from a file: <?define ProductVersion = "!(bind.fileVersion.SomeFileId)" ?> -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

