Re: [WiX-users] Upgrade doesn't install one component

2007-01-04 Thread Aaron Feng
Thanx Stefan for the fast reply. Aaron On 1/4/07, Stefan Pavlik <[EMAIL PROTECTED]> wrote: Hi 1 is equal to 1 0 is equal to 0 3 is less than 20 and thus 1.0.3 is less than 1.0.20 regards stefan Aaron Feng wrote: > John, > > Can you plain to me why 1.0.3 is not newer than 1.0.20? > > Thanx

Re: [WiX-users] Upgrade doesn't install one component

2007-01-04 Thread Stefan Pavlik
Hi 1 is equal to 1 0 is equal to 0 3 is less than 20 and thus 1.0.3 is less than 1.0.20 regards stefan Aaron Feng wrote: > John, > > Can you plain to me why 1.0.3 is not newer than 1.0.20? > > Thanx, > > Aaron > > On 10/30/06, *John Lalande* < [EMAIL PROTECTED] >

Re: [WiX-users] Upgrade doesn't install one component

2007-01-04 Thread Aaron Feng
John, Can you plain to me why 1.0.3 is not newer than 1.0.20? Thanx, Aaron On 10/30/06, John Lalande <[EMAIL PROTECTED]> wrote: I thought I had addressed the version issue, however, I have to remind myself that versions are not decimal and 1.0.3 is not a newer version than 1.0.20. But 1.0.2

Re: [WiX-users] Upgrade doesn't install one component

2006-10-30 Thread John Lalande
I thought I had addressed the version issue, however, I have to remind myself that versions are not decimal and 1.0.3 is not a newer version than 1.0.20.  But 1.0.21 *is* newer and that solves the problem.  Thanks Rob! On 10/30/06, Rob Mensching <[EMAIL PROTECTED]> wrote: Somewhere in

Re: [WiX-users] Upgrade doesn't install one component

2006-10-30 Thread Rob Mensching
Somewhere in the log it should explain why the Component was turned off.  Usually, it’s because the Condition is false.  If you don’t’ have a condition, often it is because the KeyPath was not new enough (or it is unversioned and the existing file was modified).   From: [EMAIL PROTECTED