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

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

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

[WiX-users] Custom actions don't execute as proposed

2014-07-17 Thread Valery Portnyagin
Hello all, if say briefly, I have a script with next parts: / // // // // // // // // // // // // // // // // // // // // NOT (Installed) AND NOT (PREVIOUSVERSIONSINSTALLED OR NEWERVERSIONDETECTED)// // // // // // NOT (Installed) AND NOT (PREVIOUSVERSIONSINSTALLED