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

Rob Mensching rob at firegiant.com
Fri Dec 11 12:32:21 PST 2015


And: /Zc:threadSafeInit-

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of David Connet
Sent: Friday, December 11, 2015 10:15 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] C++ custom action, Visual Studio 2015, Windows XP/Windows Server 2003

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


More information about the wix-users mailing list