Re: [WiX-users] Problem detecting different version already installed...

2009-12-17 Thread Jason T.
o occur directly > after "FindRelatedProducts" - the FindRelatedProducts action is what > would actually search the upgrade table and set NEWERVERSIONDETECTED > and OLDERVERSIONDETECTED... can you tell from the logs if this action > is being executed? > > Sascha > &g

Re: [WiX-users] Problem detecting different version already installed...

2009-12-17 Thread Jason T.
>                    Property="NEWERVERSIONDETECTED" >                    IncludeMinimum="no" /> > >                        Maximum="$(var.version)" >                    Property="OLDERVERSIONDETECTED" >                    IncludeMaximum="no" /> > >

[WiX-users] Problem detecting different version already installed...

2009-12-17 Thread Jason T.
Hello, I'm trying to detect when a different version of my package has already been installed so that I can abort the installation. I'm not looking to do the "major upgrade", I just want to abort if either an older or a newer version is found (if the version is the same the repair/remove logic al