Please disregard the question. I found out that my HeatTypeLibs property was 
using invalid XML characters (not sure why since it was upgraded from 
VS2008,Wix3.0 to VS2010,Wix3.5 by VS2010 Votive.

thanks,
Venkat



________________________________
 From: Venkat Narain <venkatnar...@yahoo.com>
To: "wix-users@lists.sourceforge.net" <wix-users@lists.sourceforge.net> 
Sent: Friday, March 16, 2012 10:22 PM
Subject: [WiX-users] Wix 3.0 to Wix 3.5 migration
 
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
------------------------------------------------------------------------------
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