Re: [WiX-users] Picking file with version info embedded in name

2006-10-26 Thread John Calcote
Rob, Excellent! That's exactly what I was looking for. Thanks so much. John >>> Rob Hamflett <[EMAIL PROTECTED]> 10/26/2006 2:08 AM >>> You could specify the source as "OpenXDAS\Java\openxdas-$(var.JarRevision).jar" and specify "-dJarRevision=138" on the command line. Rob John Calcote wrote:

Re: [WiX-users] Picking file with version info embedded in name

2006-10-26 Thread Rob Hamflett
You could specify the source as "OpenXDAS\Java\openxdas-$(var.JarRevision).jar" and specify "-dJarRevision=138" on the command line. Rob John Calcote wrote: > Hi - > > I've had a running WIX3 project going (thanks WIX developers for making it > simple!), and I've recently added a Java client