Hi,

We have one property "SKIP " in the MSI that may have 0/1 value. The default 
value of this property is 0.  Based on some condition, we set the value of this 
property to 1 in our code. I have the following scenario :


1.       Create a patch1 that has  SKIP = 1

2.       Install the patch on top installed MSI, the property value will be 
overridden to SKIP = 1

3.       Create another patch2 with this property value of SKIP = 0

4.       Install patch2 on top of installed MSI + pach1

Expected : the value of SKIP will be overridden to 0 (SKIP=0)

Result : SKIP=1  (doesn't get updated)

I have tried and able to override the value of this property to different value 
but not to SKIP=0.  Any idea why the value of this property cannot be 
overridden to 0 ?

Thanks
Jemal

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to