Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-05 Thread Marco Tognacci
So isn't there any way to make Heat working with long paths? Any plan for next 
release?

 From: r...@robmensching.com
 Date: Fri, 3 May 2013 11:12:13 -0700
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Heat with file path longer than 260 chars report an  
 error
 
 Unfortunately, the .NET Framework doesn't handle that.
 
 
 On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:
 
  I have used HeatDirectory to harvest a folder with many subdirectories and
  files, but Heat.exe report an error because the filepath of an item is
  larger than 260 chars (with the name and the full subdirectories path)Is
  there any way to harvest a folder with may subdirectories as the single
  filepath is longer than 260 chars?
 
 
  --
  Get 100% visibility into Java/.NET code with AppDynamics Lite
  It's a free troubleshooting tool designed for production
  Get down to code-level detail for bottlenecks, with 2% overhead.
  Download for free and get started troubleshooting in minutes.
  http://p.sf.net/sfu/appdyn_d2d_ap2
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-05 Thread Rob Mensching
We're waiting for NETFX 5.0 and MSI 6.0 or later when Microsoft fixes the
underlying issues in their APIs.


On Sun, May 5, 2013 at 7:20 AM, Marco Tognacci mark...@live.it wrote:

 So isn't there any way to make Heat working with long paths? Any plan for
 next release?

  From: r...@robmensching.com
  Date: Fri, 3 May 2013 11:12:13 -0700
  To: wix-users@lists.sourceforge.net
  Subject: Re: [WiX-users] Heat with file path longer than 260 chars
 report an  error
 
  Unfortunately, the .NET Framework doesn't handle that.
 
 
  On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:
 
   I have used HeatDirectory to harvest a folder with many subdirectories
 and
   files, but Heat.exe report an error because the filepath of an item is
   larger than 260 chars (with the name and the full subdirectories
 path)Is
   there any way to harvest a folder with may subdirectories as the single
   filepath is longer than 260 chars?
  
  
  
 --
   Get 100% visibility into Java/.NET code with AppDynamics Lite
   It's a free troubleshooting tool designed for production
   Get down to code-level detail for bottlenecks, with 2% overhead.
   Download for free and get started troubleshooting in minutes.
   http://p.sf.net/sfu/appdyn_d2d_ap2
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
  
 
 --
  Get 100% visibility into Java/.NET code with AppDynamics Lite
  It's a free troubleshooting tool designed for production
  Get down to code-level detail for bottlenecks, with 2% overhead.
  Download for free and get started troubleshooting in minutes.
  http://p.sf.net/sfu/appdyn_d2d_ap2
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-05 Thread Marco Tognacci
Thanks, do you know when NETFX 5.0 and MSI 6.0 are planned to public realese?

 From: r...@robmensching.com
 Date: Sun, 5 May 2013 07:33:42 -0700
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Heat with file path longer than 260 chars report an  
 error
 
 We're waiting for NETFX 5.0 and MSI 6.0 or later when Microsoft fixes the
 underlying issues in their APIs.
 
 
 On Sun, May 5, 2013 at 7:20 AM, Marco Tognacci mark...@live.it wrote:
 
  So isn't there any way to make Heat working with long paths? Any plan for
  next release?
 
   From: r...@robmensching.com
   Date: Fri, 3 May 2013 11:12:13 -0700
   To: wix-users@lists.sourceforge.net
   Subject: Re: [WiX-users] Heat with file path longer than 260 chars
  report an  error
  
   Unfortunately, the .NET Framework doesn't handle that.
  
  
   On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:
  
I have used HeatDirectory to harvest a folder with many subdirectories
  and
files, but Heat.exe report an error because the filepath of an item is
larger than 260 chars (with the name and the full subdirectories
  path)Is
there any way to harvest a folder with may subdirectories as the single
filepath is longer than 260 chars?
   
   
   
  --
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
   
   
  
  --
   Get 100% visibility into Java/.NET code with AppDynamics Lite
   It's a free troubleshooting tool designed for production
   Get down to code-level detail for bottlenecks, with 2% overhead.
   Download for free and get started troubleshooting in minutes.
   http://p.sf.net/sfu/appdyn_d2d_ap2
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
  --
  Get 100% visibility into Java/.NET code with AppDynamics Lite
  It's a free troubleshooting tool designed for production
  Get down to code-level detail for bottlenecks, with 2% overhead.
  Download for free and get started troubleshooting in minutes.
  http://p.sf.net/sfu/appdyn_d2d_ap2
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-05 Thread Rob Mensching
I do not. Sorry.


On Sun, May 5, 2013 at 8:15 AM, Marco Tognacci mark...@live.it wrote:

 Thanks, do you know when NETFX 5.0 and MSI 6.0 are planned to public
 realese?

  From: r...@robmensching.com
  Date: Sun, 5 May 2013 07:33:42 -0700
  To: wix-users@lists.sourceforge.net
  Subject: Re: [WiX-users] Heat with file path longer than 260 chars
 report an  error
 
  We're waiting for NETFX 5.0 and MSI 6.0 or later when Microsoft fixes the
  underlying issues in their APIs.
 
 
  On Sun, May 5, 2013 at 7:20 AM, Marco Tognacci mark...@live.it wrote:
 
   So isn't there any way to make Heat working with long paths? Any plan
 for
   next release?
  
From: r...@robmensching.com
Date: Fri, 3 May 2013 11:12:13 -0700
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heat with file path longer than 260 chars
   report an  error
   
Unfortunately, the .NET Framework doesn't handle that.
   
   
On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it
 wrote:
   
 I have used HeatDirectory to harvest a folder with many
 subdirectories
   and
 files, but Heat.exe report an error because the filepath of an
 item is
 larger than 260 chars (with the name and the full subdirectories
   path)Is
 there any way to harvest a folder with may subdirectories as the
 single
 filepath is longer than 260 chars?



  
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


   
  
 --
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
  
  
  
 --
   Get 100% visibility into Java/.NET code with AppDynamics Lite
   It's a free troubleshooting tool designed for production
   Get down to code-level detail for bottlenecks, with 2% overhead.
   Download for free and get started troubleshooting in minutes.
   http://p.sf.net/sfu/appdyn_d2d_ap2
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
  
 
 --
  Get 100% visibility into Java/.NET code with AppDynamics Lite
  It's a free troubleshooting tool designed for production
  Get down to code-level detail for bottlenecks, with 2% overhead.
  Download for free and get started troubleshooting in minutes.
  http://p.sf.net/sfu/appdyn_d2d_ap2
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Marco Tognacci
I have used HeatDirectory to harvest a folder with many subdirectories and 
files, but Heat.exe report an error because the filepath of an item is larger 
than 260 chars (with the name and the full subdirectories path)Is there any way 
to harvest a folder with may subdirectories as the single filepath is longer 
than 260 chars?
  
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Edwin Castro
That character limit on paths is imposed by .NET. :-(


On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:

 I have used HeatDirectory to harvest a folder with many subdirectories and
 files, but Heat.exe report an error because the filepath of an item is
 larger than 260 chars (with the name and the full subdirectories path)Is
 there any way to harvest a folder with may subdirectories as the single
 filepath is longer than 260 chars?


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Edwin G. Castro
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Rob Mensching
Unfortunately, the .NET Framework doesn't handle that.


On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:

 I have used HeatDirectory to harvest a folder with many subdirectories and
 files, but Heat.exe report an error because the filepath of an item is
 larger than 260 chars (with the name and the full subdirectories path)Is
 there any way to harvest a folder with may subdirectories as the single
 filepath is longer than 260 chars?


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Hoover, Jacob
Have not at all tried this, and it may not work or cause all other kinds of 
issues...  But judging from 
http://msdn.microsoft.com/en-us/library/aa365247(v=VS.85).aspx , you could try 
prefixing the fully qualified path with \\?\

The Windows API has many functions that also have Unicode versions to permit an 
extended-length path for a maximum total path length of 32,767 characters. This 
type of path is composed of components separated by backslashes, each up to the 
value returned in the lpMaximumComponentLength parameter of the 
GetVolumeInformation function (this value is commonly 255 characters). To 
specify an extended-length path, use the \\?\ prefix. For example, 
\\?\D:\very long path.

-Original Message-
From: Edwin Castro [mailto:egca...@gmail.com] 
Sent: Friday, May 03, 2013 1:10 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Heat with file path longer than 260 chars report an 
error

That character limit on paths is imposed by .NET. :-(


On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:

 I have used HeatDirectory to harvest a folder with many subdirectories 
 and files, but Heat.exe report an error because the filepath of an 
 item is larger than 260 chars (with the name and the full 
 subdirectories path)Is there any way to harvest a folder with may 
 subdirectories as the single filepath is longer than 260 chars?


 --
  Get 100% visibility into Java/.NET code with AppDynamics Lite 
 It's a free troubleshooting tool designed for production Get down to 
 code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




--
Edwin G. Castro
--
Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free 
troubleshooting tool designed for production Get down to code-level detail for 
bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Daniel Madill
It's not just .NET. Many functions in the Win32 API have the same limitation 
unless you use UNC path names (in which case the limit is 32767 characters).

Daniel Madill

-Original Message-
From: Edwin Castro [mailto:egca...@gmail.com] 
Sent: May-03-13 2:10 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Heat with file path longer than 260 chars report an 
error

That character limit on paths is imposed by .NET. :-(


On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:

 I have used HeatDirectory to harvest a folder with many subdirectories and
 files, but Heat.exe report an error because the filepath of an item is
 larger than 260 chars (with the name and the full subdirectories path)Is
 there any way to harvest a folder with may subdirectories as the single
 filepath is longer than 260 chars?


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Edwin G. Castro
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Marc Fauser
On 2013-05-03 20:10, Edwin Castro wrote:
 That character limit on paths is imposed by .NET. :-(

I use https://alphafs.codeplex.com/ to work with
pathes up to 32000 characters. I hope they will fix it
in .NET sometime.

Marc

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat with file path longer than 260 chars report an error

2013-05-03 Thread Rob Mensching
Unfortunately, won't work in NETFX and MSI APIs don't like the Unicode path
format either.


On Fri, May 3, 2013 at 11:15 AM, Hoover, Jacob
jacob.hoo...@greenheck.comwrote:

 Have not at all tried this, and it may not work or cause all other kinds
 of issues...  But judging from
 http://msdn.microsoft.com/en-us/library/aa365247(v=VS.85).aspx , you
 could try prefixing the fully qualified path with \\?\

 The Windows API has many functions that also have Unicode versions to
 permit an extended-length path for a maximum total path length of 32,767
 characters. This type of path is composed of components separated by
 backslashes, each up to the value returned in the lpMaximumComponentLength
 parameter of the GetVolumeInformation function (this value is commonly 255
 characters). To specify an extended-length path, use the \\?\ prefix. For
 example, \\?\D:\very long path.

 -Original Message-
 From: Edwin Castro [mailto:egca...@gmail.com]
 Sent: Friday, May 03, 2013 1:10 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Heat with file path longer than 260 chars report
 an error

 That character limit on paths is imposed by .NET. :-(


 On Fri, May 3, 2013 at 10:56 AM, Marco Tognacci mark...@live.it wrote:

  I have used HeatDirectory to harvest a folder with many subdirectories
  and files, but Heat.exe report an error because the filepath of an
  item is larger than 260 chars (with the name and the full
  subdirectories path)Is there any way to harvest a folder with may
  subdirectories as the single filepath is longer than 260 chars?
 
 
  --
   Get 100% visibility into Java/.NET code with AppDynamics Lite
  It's a free troubleshooting tool designed for production Get down to
  code-level detail for bottlenecks, with 2% overhead.
  Download for free and get started troubleshooting in minutes.
  http://p.sf.net/sfu/appdyn_d2d_ap2
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 Edwin G. Castro

 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free
 troubleshooting tool designed for production Get down to code-level detail
 for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users