[wix-users] C++ custom action, Visual Studio 2015, Windows XP/Windows Server 2003

David Connet dcon at agilityrecordbook.com
Fri Dec 11 10:14:33 PST 2015


Are you specifically targeting XP? All compilers after vs2010 do not support XP by default. (You must use Platform Toolset "<platform>_xp" [v140_xp in this case]) That's the link Phill pointed you to.
Dave

      From: "Ivanoff, Alex" <Alex.Ivanoff at shavlik.com>
 To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org> 
 Sent: Friday, December 11, 2015 9:58 AM
 Subject: Re: [wix-users] C++ custom action, Visual Studio 2015, Windows XP/Windows Server 2003
   
Ok, I will be more specific. We have an installer that has quite a few C++ custom actions, statically linked to C runtime, of course. Initially it was built with VC++ 2010, and then upgraded to 2012 and now 2013. A few days ago we upgraded it to VC++ 2015 and some of the custom actions started failing with "Return value 3".

  


More information about the wix-users mailing list