I don't think you can do that in WiX.  Your best bet is probably to have a 
script like Python do the 
calculation and then call candle with -dSequenceStart=<value> on the command 
line.

Rob

Ashish Premaraj wrote:
> Need to do the below calculation or a variation of it for every build 
> our team generates.
> 
>  
> 
> I want to calculate the sequence start number of each patch we generate 
> in a variable called SequenceStart.
> 
>  
> 
> <?define SequenceStart  = (100,000 * (env.SE_PATCH_ROLLUP_NUM)) + (15000 
> * (env.MINOR_VERSION)) ?>
> 
>  
> 
> How do i do this operation in wix? if it  is not possible is there any 
> alternate ways of achieving the same?
> 
>  
> 
>  
> 
> 
> ------------------------------------------------------------------------
> Find what you need at prices you’ll love. Compare products and save at 
> MSN® Shopping. <http://g.msn.com/8HMAENUS/2728??PS=47575>
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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


-------------------------------------------------------------------------
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