- Properties->Linker->General->Additional Library Directories: 
$(WIX)sdk\VS2012\lib\x64 (for 64-bit)

Should be:

- Properties->Linker->General->Additional Library Directories: 
$(WIX)sdk\VS2012\lib\$(PlatformName)

So it will work for x64 and Win32 (I always rename the x86 folder to Win32 so 
it is compatible with my environment :))

Best regards,

Albert van Peppen

-----Oorspronkelijk bericht-----
Van: Phil [mailto:enterthesave-...@yahoo.de] 
Verzonden: 17 January 2013 14:06
Aan: wix-users@lists.sourceforge.net
Onderwerp: [WiX-users] Invalid Custom Action C++ Project Template in WiX 3.7

Hi,

the Custom Action C++ Project Template has invalid paths:
- Properties->C/C++->General->Additional Include Directories: 
$(WIX)sdk\VS2010\inc
- Properties->Linker->General->Additional Library Directories: 
$(WIX)sdk\VS2010\lib

In WiX Toolset v3.7 directory it is no longer SDK\VS2010. Instead it's 
SDK\VS2012.
The SDK\VS2010\lib directory has been divided up into SDK\VS2012\lib\x64 and 
SDK\VS2012\lib\x86.

Changing the two paths (see above) to the following should fix the "unresolved" 
errors in VS:
- Properties->C/C++->General->Additional Include Directories: 
$(WIX)sdk\VS2012\inc
- Properties->Linker->General->Additional Library Directories: 
$(WIX)sdk\VS2012\lib\x64 (for 64-bit)

Maybe someone could take care about these changes in future releases.

Best regards
Phil

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, 
Windows 8 Apps, JavaScript and much more. Keep your skills current with 
LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. 
ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to