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

2013-05-05 Thread Rob Mensching
7:20 AM, Marco Tognacci 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

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

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

2013-05-05 Thread Rob Mensching
om: 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. >

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 re

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

2013-05-03 Thread Rob Mensching
mple, "\\?\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 t

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

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

2013-05-03 Thread Daniel Madill
n 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 wrote: > I have used HeatDirectory to harvest a folder with many subdir

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

2013-05-03 Thread Hoover, Jacob
t. 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 wrote: > I have used HeatDirectory to harvest a folder with many subdirectories > and files, bu

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

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