Re: [WiX-users] Reg: Warning CNDL1044

2010-09-09 Thread Pally Sandher
taller XML toolset.' Subject: [WiX-users] Reg: Warning CNDL1044 Hi, I am using wix to create MSI packages. In the File Tag, I Use the attribute Name="ABCD~2.TXT". Compile shows the below warning (8165) : warning CNDL1044 : The File/@Name attribute's value 'ABCD~2.TXT&

[WiX-users] Reg: Warning CNDL1044

2010-09-08 Thread Karthic Sampthkumar
Hi, I am using wix to create MSI packages. In the File Tag, I Use the attribute Name="ABCD~2.TXT". Compile shows the below warning (8165) : warning CNDL1044 : The File/@Name attribute's value 'ABCD~2.TXT' is an ambiguous short name because it ends with a '~' character followed by a number.Und