Hi,

We recently migrated to VS2010 and so upgraded to 3.5. When we did so, we are 
getting an error for the following snippet with 3.5. Not sure how to fix 
it...Any ideas would be appreciated:

  <Target Name="HeatTypeLibs" Inputs="@(HeatTypeLibs);@(HeatTypeLibTransforms)" Outputs="@(HeatTypeLibOutput)" DependsOnTargets="LoadTransforms">
     <Delete Files="@(HeatTypeLibOutput)" />     
<HeatFile ToolPath="$(WixToolPath)" NoLogo="true" SuppressFragments="true" File="@(HeatTypeLibs)" Transforms="@(HeatTypeLibTransforms)"
OutputFile="$(IntermediateOutputPath)%(HeatTypeLibs.FileName)+TypeLib.wxi" />   
</Target> 
We got an error saying that it has Illegal characters in the path. How do we 
fix this?


thanks,
Venkat
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to