Re: [WiX-users] Build warning request

2014-06-23 Thread Bob Arnson
On 6/15/2014 3:30 PM, Tunney, Stephen wrote:
 Think I have time to squeeze this in for 3.9?
Depends on the scope of the fix. Deadline for low-bar changes was 6-June.

-- 
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] Build warning request

2014-06-15 Thread Tunney, Stephen
I do believe the sample I gave for the last bug I fixed can show this exact 
behaviour.  I will work on fixing this next week when I'm back from business 
travel.

Think I have time to squeeze this in for 3.9?

Stephen

From: Bob Arnson [b...@joyofsetup.com]
Sent: June 14, 2014 11:11 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Build warning request

On 6/14/2014 3:02 AM, Rob Mensching wrote:
 That sounds a lot like:
Yep. If it's not working, it could be a bug in Melt.

--
sig://boB
http://joyofsetup.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] Build warning request

2014-06-14 Thread Rob Mensching
That sounds a lot like:

In addition to Melt.exe supporting an input of a merge module and an output of 
a WiX source file, I added a new mode: inputs of the .msi and its matching 
.wixpdb files and as output, the directory where the .msi contents are 
extracted and a new .wixpdb that's a copy of the input .wixpdb updated to point 
to the extracted .msi contents.

from the link I sent: 
http://www.joyofsetup.com/2013/07/16/easy-pure-wix-patching-with-melt/

No?

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

-Original Message-
From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] 
Sent: Friday, June 13, 2014 1:27 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Build warning request

I use melt but without the bindpath the wixpdbs can't find the location on the 
new machine where the patches are being built.  I'm referring to a build system 
where the machines are all based off of the same template but aren't truly 
homogenous.  Different jenkins slaves have more or fewer executors based on 
available disks.

So an MSI generated on E:\\ will not melt properly without bindpaths when 
melted on D:\\ or even a different path on the same disk.

From: Tunney, Stephen [stephen.tun...@nuance.com]
Sent: June 12, 2014 8:45 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Build warning request

I can agree with the first, but the second scenario will simply result in a 
useless patch if the user doesn't have bindpaths and tried to do pure wix 
patching.  I've tried with the simplest scenarios and pyro creates warnings 
stating that each transform applied has not differences.

From: Bob Arnson [b...@joyofsetup.com]
Sent: June 12, 2014 6:48 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Build warning request

On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
 Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems mean. :)

 And perhaps also add a build error when a user tries to use pure wix patching 
 method without a bindpath?  Would be thrown during the light.exe phase when 
 outputting a wixmsp file.
As above.

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

--
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] Build warning request

2014-06-14 Thread Bob Arnson
On 6/14/2014 3:02 AM, Rob Mensching wrote:
 That sounds a lot like:
Yep. If it's not working, it could be a bug in Melt.

-- 
sig://boB
http://joyofsetup.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] Build warning request

2014-06-13 Thread Rob Mensching
Melt? http://www.joyofsetup.com/2013/07/16/easy-pure-wix-patching-with-melt/

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

-Original Message-
From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] 
Sent: Thursday, June 12, 2014 5:46 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Build warning request

I can agree with the first, but the second scenario will simply result in a 
useless patch if the user doesn't have bindpaths and tried to do pure wix 
patching.  I've tried with the simplest scenarios and pyro creates warnings 
stating that each transform applied has not differences.

From: Bob Arnson [b...@joyofsetup.com]
Sent: June 12, 2014 6:48 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Build warning request

On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
 Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems mean. :)

 And perhaps also add a build error when a user tries to use pure wix patching 
 method without a bindpath?  Would be thrown during the light.exe phase when 
 outputting a wixmsp file.
As above.

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

--
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] Build warning request

2014-06-13 Thread Tunney, Stephen
I use melt but without the bindpath the wixpdbs can't find the location on the 
new machine where the patches are being built.  I'm referring to a build system 
where the machines are all based off of the same template but aren't truly 
homogenous.  Different jenkins slaves have more or fewer executors based on 
available disks.

So an MSI generated on E:\\ will not melt properly without bindpaths when 
melted on D:\\ or even a different path on the same disk.

From: Tunney, Stephen [stephen.tun...@nuance.com]
Sent: June 12, 2014 8:45 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Build warning request

I can agree with the first, but the second scenario will simply result in a 
useless patch if the user doesn't have bindpaths and tried to do pure wix 
patching.  I've tried with the simplest scenarios and pyro creates warnings 
stating that each transform applied has not differences.

From: Bob Arnson [b...@joyofsetup.com]
Sent: June 12, 2014 6:48 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Build warning request

On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
 Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems
mean. :)

 And perhaps also add a build error when a user tries to use pure wix patching 
 method without a bindpath?  Would be thrown during the light.exe phase when 
 outputting a wixmsp file.
As above.

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

--
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] Build warning request

2014-06-12 Thread Bob Arnson
On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
 Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems 
mean. :)

 And perhaps also add a build error when a user tries to use pure wix patching 
 method without a bindpath?  Would be thrown during the light.exe phase when 
 outputting a wixmsp file.
As above.

-- 
sig://boB
http://joyofsetup.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] Build warning request

2014-06-12 Thread Tunney, Stephen
I can agree with the first, but the second scenario will simply result in a 
useless patch if the user doesn't have bindpaths and tried to do pure wix 
patching.  I've tried with the simplest scenarios and pyro creates warnings 
stating that each transform applied has not differences.

From: Bob Arnson [b...@joyofsetup.com]
Sent: June 12, 2014 6:48 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Build warning request

On 6/12/2014 1:15 PM, Tunney, Stephen wrote:
 Can we perhaps put a compiler warning in if a bindpath isn't used?
Bind paths are a great idea but penalizing the other methods just seems
mean. :)

 And perhaps also add a build error when a user tries to use pure wix patching 
 method without a bindpath?  Would be thrown during the light.exe phase when 
 outputting a wixmsp file.
As above.

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