Re: [WiX-users] error LGHT0103: The system cannot find the file '[filename]' with type ''.

2012-02-16 Thread Rob Mensching
Depending where the file is used/coming from it is possible that light added additional characters before... but usually the max size is close to MAX_PATH. On Thu, Feb 16, 2012 at 1:56 PM, Joe Osman wrote: > The FULL file name (including the path) is 195 characters, which is > shorter than the .

Re: [WiX-users] error LGHT0103: The system cannot find the file '[filename]' with type ''.

2012-02-16 Thread Joe Osman
The FULL file name (including the path) is 195 characters, which is shorter than the .NET limit. Is there any WIx/Light limit on the full file name (path+file name) ? Thanks Joe On 17/02/2012 10:03 a.m., Castro, Edwin G. (Hillsboro) wrote: > .NET limits paths to 260 characters (or something very

Re: [WiX-users] error LGHT0103: The system cannot find the file '[filename]' with type ''.

2012-02-16 Thread Castro, Edwin G. (Hillsboro)
.NET limits paths to 260 characters (or something very similar). With a filename that is 195 characters long you'll need to make sure the rest of the path is short enough to not hit the path limit in .NET. Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fa

Re: [WiX-users] error LGHT0103 !!

2009-01-02 Thread Rob Mensching
The MSI SDK says the Product version's minor version must be less than 256. 999 is greater than 255. -Original Message- From: gaurav.du...@wipro.com [mailto:gaurav.du...@wipro.com] Sent: Friday, January 02, 2009 03:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] error LGHT0103

Re: [WiX-users] error LGHT0103

2007-08-01 Thread Bob Arnson
Patrice Lamarche wrote: I was using wix yesterday and some how it started to give me this error? But I don't use compression anyone have a clue? C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) : error LGHT0103 : The system cannot find the file 'C:\temp\cp

Re: [WiX-users] error LGHT0103

2007-08-01 Thread Patrice Lamarche
I forgot to add, I'm using this version 3.0.3127.0 Pat De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Patrice Lamarche Envoyé : 1 août 2007 10:55 À : wix-users@lists.sourceforge.net Objet : [WiX-users] error LGHT0103 Hello,