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=node&node=7595419&i=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=node&node=7595419&i=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=node&node=7595419&i=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<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7595417&code=U3RldmVuLk9naWx2aWVAdGl0dXMuY29tfDc1OTU0MTd8ODU3MjA0NTIw>.
> NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=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
>
>




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

Reply via email to