hi in my .wxs file the File tag Source attribute, the path has a spaces in it.
<File Id="_uploads.UserImport.EDS_UserImport.xls" Name="EDS_UserImport.xls" Source="C:\**Documents and Settings**\kle\Desktop\OspreyMSIGenerator\OspreyMSIGenerator\Published\EDSContainer\uploads\UserImport\EDS_UserImport.xls"></File>
i get this error candle.exe : error CNDL0103 : The system cannot find the file 'and' with type 'Source'.
thing is I cant be sure that my paths wont have spaces in it. How do i support spaces in the Source path?