Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-05 Thread Valery Portnyagin
On 12/05/2014 04:51 AM, Nicolás Alvarez wrote: 2014-12-04 4:26 GMT-03:00 Valery Portnyagin valery.portnya...@oracle.com: On 12/02/2014 10:15 PM, Phil Wilson wrote: If you're saying that two MSI products are incompatible and you want to make sure that a product cannot be installed if another

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-05 Thread Nick Ramirez
According to the documentation for the Requires elements (http://wixtoolset.org/documentation/manual/v3/xsd/dependency/requires.html), it can be put inside of a Product element. I am wondering if that's a feature that hasn't been implemented yet. What I'm saying is, it sounds like the WiX team

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-05 Thread Phill Hogland
A while back I was also struggling with understanding the DependencyExtension. (My razor is often dull. smile/) I was trying to assure that a particular version of one dependency was not removed after my bundle/packages were installed. I came across Rob's advice in the following link. Since my

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-04 Thread Nicolás Alvarez
2014-12-04 4:26 GMT-03:00 Valery Portnyagin valery.portnya...@oracle.com: On 12/02/2014 10:15 PM, Phil Wilson wrote: If you're saying that two MSI products are incompatible and you want to make sure that a product cannot be installed if another one is already installed then some choices are:

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-03 Thread Valery Portnyagin
On 12/02/2014 10:15 PM, Phil Wilson wrote: If you're saying that two MSI products are incompatible and you want to make sure that a product cannot be installed if another one is already installed then some choices are: You use Upgrade and UpgradeVersion elements with OnlyDetect=yes that

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-02 Thread Valery Portnyagin
On 12/01/2014 10:09 AM, Valery Portnyagin wrote: Hello all, My need is to lockdown installer from upgrade or downgrade because already installed product B depends from particular version of product A. I.e. if a new version (doesn't matter upgrade or downgrade) of product A is installed the

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-02 Thread Rob Mensching
Occam's Razor: busy _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Valery Portnyagin [mailto:valery.portnya...@oracle.com] Sent: Tuesday, December 2, 2014 5:54 AM To:

Re: [WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-12-02 Thread Phil Wilson
If you're saying that two MSI products are incompatible and you want to make sure that a product cannot be installed if another one is already installed then some choices are: You use Upgrade and UpgradeVersion elements with OnlyDetect=yes that target the specific incompatible installed product.

[WiX-users] How to prevent upgrade and downgrade if system depends from particular installed product version

2014-11-30 Thread Valery Portnyagin
Hello all, My need is to lockdown installer from upgrade or downgrade because already installed product B depends from particular version of product A. I.e. if a new version (doesn't matter upgrade or downgrade) of product A is installed the product B can stop to operate due to inconsistency