Re: [WiX-users] Applying two patches causes version number confusion

2014-06-24 Thread kjk129
Using the Pure WIX approach, I was able to get a sample patch to work as
documented.   Maybe consider restructuring your patch wxs files to use
Patch/PatchFamily rather than PatchCreation as shown below.

i.e. 
?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
  Patch
  AllowRemoval=yes
  Manufacturer=Dynamo Corp
  MoreInfoURL=http://www.dynamocorp.com/;
  DisplayName=PF1 Sample Patch 1.0.0.100
  Description=PF1 Small Update Patch 1.0.0.100
  Classification=Update

Media Id=5000 Cabinet=RTM.cab
  PatchBaseline Id=RTM/
/Media
PatchFamilyRef Id=PatchFamily1/
  /Patch
  Fragment
PatchFamily Id='PatchFamily1' Version='1.0.0.100' Supersede='yes'

  ComponentRef Id=cmpFile1/
  ComponentRef Id=cmpFile2/
  ComponentRef Id=cmpFile3/
  ComponentRef Id=cmpFile4/

  /PatchFamily
  /Fragment
/Wix



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Applying-two-patches-causes-version-number-confusion-tp7595340p7595436.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


Re: [WiX-users] Applying two patches causes version number confusion

2014-06-23 Thread George Fleming
Sorry, due to legal reasons, I cannot really post my Patch wxs file.  But it's 
basically the same file used in both patches.  The only difference between 
patches are:

1.  In PatchCreation element, the Id attribute is different, auto-generated 
GUID is used each time we patch.

2. In Family element, the SequenceStart attribute MAY or MAY NOT be 
different.

Interestingly, the version number does not appear in the Patch wxs file at all.

Oh, one other thing, as it was suggested here that the cause maybe due to 
4-digit version number vs. 3-digit number.  I tested this out, and that's not 
the reason.  If I go from a.b.c.d to a.b.e.f, both will become a.b.e.f, always 
keeping the highest version number.

-Original Message-
From: kjk129 [mailto:kjk...@coolblue.com] 
Sent: Friday, June 20, 2014 11:01 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Applying two patches causes version number confusion

Could you post a copy of both of your Patch WXS files?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Applying-two-patches-causes-version-number-confusion-tp7595340p7595395.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


Re: [WiX-users] Applying two patches causes version number confusion

2014-06-23 Thread Bob Arnson
On 6/23/2014 5:17 PM, George Fleming wrote:
 1.  In PatchCreation element, the Id attribute is different, 
 auto-generated GUID is used each time we patch.
That means you're not using WiX to build the patches but a tool like 
MsiMsp. Nothing WiX can do to change the outcome. That's why pure-WiX 
patching was built.

-- 
sig://boB
http://joyofsetup.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


Re: [WiX-users] Applying two patches causes version number confusion

2014-06-20 Thread Keith.Douglas
I'm no expert, but I do know that Windows Installer doesn't seem to use the 4th 
digit in versions for much, so is it possible that the fact you only changed it 
is simply confusing the matter? (I.e., violating expectations somehow so the 
behaviour isn't right.)




Keith Douglas
Programmer Analyst | Programmeur analyste
Questionnaire Development Services - CAI Social | Services de développement de 
questionnaires - IAO Social
Jean Talon Building | Immeuble Jean-Talon / Floor | Étage 4 A-3
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-854-5589
Facsimile | Télécopieur 613-951-4674
Government of Canada | Gouvernement du Canada 


-Original Message-
From: George Fleming [mailto:gef...@microsoft.com] 
Sent: June-20-14 12:01 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Applying two patches causes version number confusion

*Bump.* Anyone?

-Original Message-
From: George Fleming [mailto:gef...@microsoft.com]
Sent: Wednesday, June 18, 2014 12:35 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Applying two patches causes version number confusion

Our patches are cumulative, and uninstall is disabled.  When I apply one patch, 
and then go to //Control Panel/Programs/Program and Features/Installed Updates, 
it looks something  like this, and it's correct:

My Program
  Hotfix for my program   MyPrograma.b.c.d   
MyCompany InstalledDate1


However, if I apply a second (different) patch, with version number a.b.c.e, 
the Installed Updates screen now look like this:

My Program (2)
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate1
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate2

Note that both lines now say a.b.c.e, when the first line should remain 
a.b.c.d.

Any idea what causes this?  I'm using Wix 3.5.  Thanks!

George

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

--
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] Applying two patches causes version number confusion

2014-06-20 Thread George Fleming
*Bump.* Anyone?

-Original Message-
From: George Fleming [mailto:gef...@microsoft.com] 
Sent: Wednesday, June 18, 2014 12:35 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Applying two patches causes version number confusion

Our patches are cumulative, and uninstall is disabled.  When I apply one patch, 
and then go to //Control Panel/Programs/Program and Features/Installed Updates, 
it looks something  like this, and it's correct:

My Program
  Hotfix for my program   MyPrograma.b.c.d   
MyCompany InstalledDate1


However, if I apply a second (different) patch, with version number a.b.c.e, 
the Installed Updates screen now look like this:

My Program (2)
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate1
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate2

Note that both lines now say a.b.c.e, when the first line should remain 
a.b.c.d.

Any idea what causes this?  I'm using Wix 3.5.  Thanks!

George

--
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] Applying two patches causes version number confusion

2014-06-20 Thread kjk129
Could you post a copy of both of your Patch WXS files?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Applying-two-patches-causes-version-number-confusion-tp7595340p7595395.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


[WiX-users] Applying two patches causes version number confusion

2014-06-18 Thread George Fleming
Our patches are cumulative, and uninstall is disabled.  When I apply one patch, 
and then go to //Control Panel/Programs/Program and Features/Installed Updates, 
it looks something  like this, and it's correct:

My Program
  Hotfix for my program   MyPrograma.b.c.d   
MyCompany InstalledDate1


However, if I apply a second (different) patch, with version number a.b.c.e, 
the Installed Updates screen now look like this:

My Program (2)
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate1
  Hotfix for my program   MyPrograma.b.c.e   
MyCompany InstalledDate2

Note that both lines now say a.b.c.e, when the first line should remain 
a.b.c.d.

Any idea what causes this?  I'm using Wix 3.5.  Thanks!

George

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