Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-24 Thread Steve-Ogilvie
thanks David and Rob/Carter

some basic testing and I came up with this:

Upgrade Id =$(var.Upgrade)
  UpgradeVersion Property=SAMEFOUND IncludeMaximum=yes
IncludeMinimum=yes Minimum=$(var.TCOVersion) Maximum=$(var.TCOVersion)
OnlyDetect=yes/
/Upgrade

Condition Message=The same version of [ProductName] is already installed.
Setup will now exit.NOT SAMEFOUND OR Installed/Condition

thanks for your help

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595437.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Steve-Ogilvie
Hi folks,

I have 2 questions... (Using WIX 3.8)

1. MSI
 I would like to stop build to build installs (bring up warning?)
i.e. i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8
(the product code is different, the upgrade code is the same) this is my
upgrade element:

MajorUpgrade DowngradeErrorMessage=A newer version of $(var.ProductName)
is already installed. Setup will now exit. Schedule=afterInstallValidate
AllowSameVersionUpgrades=no AllowDowngrades=no/

the .8 version should not allow to be installed since it is the same
version 14.4.6 

What can I do to stop that??

2. Bootstrapper...
I would like to do the same things, I installed 14.4.6.7 of my application
using the bootstrapper (burn)
then using today's build I can still install using my bootstrapper version
14.4.6.8 it has different product code and same upgrade code...

what can I do for the bootstrapper to warn they already have the same
version installed??

thanks,

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Carter Young
Set the ProductCodes to the same value as 14.4.6.7 in both situations

Carter

Quoting Steve-Ogilvie steven.ogil...@titus.com:

 Hi folks,

 I have 2 questions... (Using WIX 3.8)

 1. MSI
  I would like to stop build to build installs (bring up warning?)
 i.e. i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8
 (the product code is different, the upgrade code is the same) this is my
 upgrade element:

 MajorUpgrade DowngradeErrorMessage=A newer version of $(var.ProductName)
 is already installed. Setup will now exit. Schedule=afterInstallValidate
 AllowSameVersionUpgrades=no AllowDowngrades=no/

 the .8 version should not allow to be installed since it is the same
 version 14.4.6

 What can I do to stop that??

 2. Bootstrapper...
 I would like to do the same things, I installed 14.4.6.7 of my application
 using the bootstrapper (burn)
 then using today's build I can still install using my bootstrapper version
 14.4.6.8 it has different product code and same upgrade code...

 what can I do for the bootstrapper to warn they already have the same
 version installed??

 thanks,

 Steve



 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 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-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Steve-Ogilvie
Our productcodes change build to build (that way when we release a new version 
the productcode is different, so the new release is an upgrade)

So there is no way in WIX with different productcode/same version (diff 4th 
digit to recognize same version install?)

Thanks,

Steve

From: eyoung100 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7595419...@n2.nabble.com]
Sent: June-23-14 3:53 PM
To: Steven Ogilvie
Subject: Re: 2 questions re build to build stop installing...

Set the ProductCodes to the same value as 14.4.6.7 in both situations

Carter

Quoting Steve-Ogilvie [hidden 
email]/user/SendEmail.jtp?type=nodenode=7595419i=0:

 Hi folks,

 I have 2 questions... (Using WIX 3.8)

 1. MSI
  I would like to stop build to build installs (bring up warning?)
 i.e. i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8
 (the product code is different, the upgrade code is the same) this is my
 upgrade element:

 MajorUpgrade DowngradeErrorMessage=A newer version of $(var.ProductName)
 is already installed. Setup will now exit. Schedule=afterInstallValidate
 AllowSameVersionUpgrades=no AllowDowngrades=no/

 the .8 version should not allow to be installed since it is the same
 version 14.4.6

 What can I do to stop that??

 2. Bootstrapper...
 I would like to do the same things, I installed 14.4.6.7 of my application
 using the bootstrapper (burn)
 then using today's build I can still install using my bootstrapper version
 14.4.6.8 it has different product code and same upgrade code...

 what can I do for the bootstrapper to warn they already have the same
 version installed??

 thanks,

 Steve



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 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-users mailing list
 [hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=1
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
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-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=2
https://lists.sourceforge.net/lists/listinfo/wix-users
The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown


If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595419.html
To unsubscribe from 2 questions re build to build stop installing..., click 
herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7595417code=U3RldmVuLk9naWx2aWVAdGl0dXMuY29tfDc1OTU0MTd8ODU3MjA0NTIw.
NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595420.html
Sent from the wix-users mailing list archive at Nabble.com.
--
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Rob Mensching
It's possible using Upgrade element.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Monday, June 23, 2014 12:55 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] 2 questions re build to build stop installing...

Our productcodes change build to build (that way when we release a new version 
the productcode is different, so the new release is an upgrade)

So there is no way in WIX with different productcode/same version (diff 4th 
digit to recognize same version install?)

Thanks,

Steve

From: eyoung100 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7595419...@n2.nabble.com]
Sent: June-23-14 3:53 PM
To: Steven Ogilvie
Subject: Re: 2 questions re build to build stop installing...

Set the ProductCodes to the same value as 14.4.6.7 in both situations

Carter

Quoting Steve-Ogilvie [hidden 
email]/user/SendEmail.jtp?type=nodenode=7595419i=0:

 Hi folks,

 I have 2 questions... (Using WIX 3.8)

 1. MSI
  I would like to stop build to build installs (bring up warning?) i.e. 
 i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8 
 (the product code is different, the upgrade code is the same) this is 
 my upgrade element:

 MajorUpgrade DowngradeErrorMessage=A newer version of 
 $(var.ProductName) is already installed. Setup will now exit. 
 Schedule=afterInstallValidate
 AllowSameVersionUpgrades=no AllowDowngrades=no/

 the .8 version should not allow to be installed since it is the same 
 version 14.4.6

 What can I do to stop that??

 2. Bootstrapper...
 I would like to do the same things, I installed 14.4.6.7 of my 
 application using the bootstrapper (burn) then using today's build I 
 can still install using my bootstrapper version
 14.4.6.8 it has different product code and same upgrade code...

 what can I do for the bootstrapper to warn they already have the same 
 version installed??

 thanks,

 Steve



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questi
 ons-re-build-to-build-stop-installing-tp7595417.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
  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-users mailing list
 [hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=1
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
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-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=2
https://lists.sourceforge.net/lists/listinfo/wix-users
The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown


If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595419.html
To unsubscribe from 2 questions re build to build stop installing..., click 
herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7595417code=U3RldmVuLk9naWx2aWVAdGl0dXMuY29tfDc1OTU0MTd8ODU3MjA0NTIw.
NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595420.html
Sent from the wix-users mailing list archive at Nabble.com.
--
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

Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Carter Young
The 4th digit is recognized in the Burn Engine but not in the MSI  
Product.wxs.  You must manually write an install condition to check  
the 4th version number, or use the same product code with an Upgrade  
condition, ie:

If 14.4.6.7 is installed, perform an upgrade install of 14.4.6.8, that  
way 14.4.6.8 is the nly product listed in Programs and Features.

Carter

Quoting Steve-Ogilvie steven.ogil...@titus.com:

 Our productcodes change build to build (that way when we release a  
 new version the productcode is different, so the new release is an  
 upgrade)

 So there is no way in WIX with different productcode/same version  
 (diff 4th digit to recognize same version install?)

 Thanks,

 Steve

 From: eyoung100 [via Windows Installer XML (WiX) toolset]  
 [mailto:ml-node+s687559n7595419...@n2.nabble.com]
 Sent: June-23-14 3:53 PM
 To: Steven Ogilvie
 Subject: Re: 2 questions re build to build stop installing...

 Set the ProductCodes to the same value as 14.4.6.7 in both situations

 Carter

 Quoting Steve-Ogilvie [hidden  
 email]/user/SendEmail.jtp?type=nodenode=7595419i=0:

 Hi folks,

 I have 2 questions... (Using WIX 3.8)

 1. MSI
  I would like to stop build to build installs (bring up warning?)
 i.e. i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8
 (the product code is different, the upgrade code is the same) this is my
 upgrade element:

 MajorUpgrade DowngradeErrorMessage=A newer version of $(var.ProductName)
 is already installed. Setup will now exit. Schedule=afterInstallValidate
 AllowSameVersionUpgrades=no AllowDowngrades=no/

 the .8 version should not allow to be installed since it is the same
 version 14.4.6

 What can I do to stop that??

 2. Bootstrapper...
 I would like to do the same things, I installed 14.4.6.7 of my application
 using the bootstrapper (burn)
 then using today's build I can still install using my bootstrapper version
 14.4.6.8 it has different product code and same upgrade code...

 what can I do for the bootstrapper to warn they already have the same
 version installed??

 thanks,

 Steve



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 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-users mailing list
 [hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=1
 https://lists.sourceforge.net/lists/listinfo/wix-users






 --
 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-users mailing list
 [hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=2
 https://lists.sourceforge.net/lists/listinfo/wix-users
 The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown

 
 If you reply to this email, your message will be added to the  
 discussion below:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595419.html
 To unsubscribe from 2 questions re build to build stop  
 installing..., click  
 herehttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7595417code=U3RldmVuLk9naWx2aWVAdGl0dXMuY29tfDc1OTU0MTd8ODU3MjA0NTIw.
 NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595420.html
 Sent from the wix-users mailing list archive at Nabble.com.
 --
 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 

Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread Steve-Ogilvie
I tried with UpgradeVersion Property=SAMEFOUND IncludeMinimum=yes 
OnlyDetect=yes  IncludeMaximum=yes Maximum= the build number, i.e. 
3.5.32.6/

Condition Message=The same version of [ProductName] is already installed. 
Setup will now exit.NOT SAMEFOUND OR Installed/Condition

But if product version was changed in first 3 digits it still said the above 
message

Any idea what I did wrong?

steve

From: Rob Mensching-7 [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7595422...@n2.nabble.com]
Sent: June-23-14 4:29 PM
To: Steven Ogilvie
Subject: Re: 2 questions re build to build stop installing...

It's possible using Upgrade element.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: Steve-Ogilvie [mailto:[hidden 
email]/user/SendEmail.jtp?type=nodenode=7595422i=0]
Sent: Monday, June 23, 2014 12:55 PM
To: [hidden email]/user/SendEmail.jtp?type=nodenode=7595422i=1
Subject: Re: [WiX-users] 2 questions re build to build stop installing...

Our productcodes change build to build (that way when we release a new version 
the productcode is different, so the new release is an upgrade)

So there is no way in WIX with different productcode/same version (diff 4th 
digit to recognize same version install?)

Thanks,

Steve

From: eyoung100 [via Windows Installer XML (WiX) toolset] [mailto:[hidden 
email]/user/SendEmail.jtp?type=nodenode=7595422i=2]
Sent: June-23-14 3:53 PM
To: Steven Ogilvie
Subject: Re: 2 questions re build to build stop installing...

Set the ProductCodes to the same value as 14.4.6.7 in both situations

Carter

Quoting Steve-Ogilvie [hidden 
email]/user/SendEmail.jtp?type=nodenode=7595419i=0:

 Hi folks,

 I have 2 questions... (Using WIX 3.8)

 1. MSI
  I would like to stop build to build installs (bring up warning?) i.e.
 i have 14.4.6.7 installed, then I run today's build which is 14.4.6.8
 (the product code is different, the upgrade code is the same) this is
 my upgrade element:

 MajorUpgrade DowngradeErrorMessage=A newer version of
 $(var.ProductName) is already installed. Setup will now exit. 
 Schedule=afterInstallValidate
 AllowSameVersionUpgrades=no AllowDowngrades=no/

 the .8 version should not allow to be installed since it is the same
 version 14.4.6

 What can I do to stop that??

 2. Bootstrapper...
 I would like to do the same things, I installed 14.4.6.7 of my
 application using the bootstrapper (burn) then using today's build I
 can still install using my bootstrapper version
 14.4.6.8 it has different product code and same upgrade code...

 what can I do for the bootstrapper to warn they already have the same
 version installed??

 thanks,

 Steve



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questi
 ons-re-build-to-build-stop-installing-tp7595417.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
  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-users mailing list
 [hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=1
 https://lists.sourceforge.net/lists/listinfo/wix-users






--
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-users mailing list
[hidden email]/user/SendEmail.jtp?type=nodenode=7595419i=2
https://lists.sourceforge.net/lists/listinfo/wix-users
The Birth and Growth of Science is the Death and Atrophy of Art. -- Unknown


If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/2-questions-re-build-to-build-stop-installing-tp7595417p7595419.html
To unsubscribe from 2 questions re build to build stop installing..., click 
here
NAMLhttp://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




--
View this message in context: 
http://windows-installer-xml

Re: [WiX-users] 2 questions re build to build stop installing...

2014-06-23 Thread David Connet
I have:
        UpgradeVersion
            OnlyDetect=yes
            Minimum=$(var.CURRENT_VERSION)
            IncludeMinimum=yes
            Maximum=$(var.CURRENT_VERSION)
            IncludeMaximum=yes
            Property=SAMEVERSIONDETECTED /


    CustomAction Id=MyAlreadyUpdated Error=!(loc.MyAlreadyUpdated) /


(both ui/exec sequences)

        Custom Action=MyAlreadyUpdated 
After=FindRelatedProductsSAMEVERSIONDETECTED/Custom

(this is the same stuff I've been using since wix 3.0)


Dave




 From: Steve-Ogilvie steven.ogil...@titus.com
To: wix-users@lists.sourceforge.net 
Sent: Monday, June 23, 2014 1:39 PM
Subject: Re: [WiX-users] 2 questions re build to build stop installing...
 

I tried with UpgradeVersion Property=SAMEFOUND IncludeMinimum=yes 
OnlyDetect=yes  IncludeMaximum=yes Maximum= the build number, i.e. 
3.5.32.6/

Condition Message=The same version of [ProductName] is already installed. 
Setup will now exit.NOT SAMEFOUND OR Installed/Condition

But if product version was changed in first 3 digits it still said the above 
message

Any idea what I did wrong?



--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users