Re: [WiX-users] Preventing upgrades for versions older than the previous release

2008-03-06 Thread si
Hey again Blaine, > Si - I wasn't as clear as I meant to be before. > Because our automated packager builds at least 2 MSI's a day per product > and has built up to 6 versions in a day when we are close to deadline I > really don't want to open and update Wix by hand to change the > variables.

Re: [WiX-users] Preventing upgrades for versions older than the previous release

2008-03-06 Thread Wheeler, Blaine (DSHS/DCS)
the old values in a DB or log file. What are others doing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of si Sent: Thursday, March 06, 2008 12:26 AM To: Wheeler, Blaine (DSHS/DCS) Cc: WiX Users Subject: Re: [WiX-users] Preventing upgrades for version

Re: [WiX-users] Preventing upgrades for versions older than the previous release

2008-03-06 Thread si
Hi Blaine, cc'd to list. > I really like your code sample, particularly the use of the variables. > Which raises a question about managing sequential-multiple builds. May > I ask how you get the $(var.ProductVersion) and > $(var.PreviousProductVersion) to pass into Wix? They're just WiX varia