Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2012 path macro points to VS2010 in example 'CustomAction' #3839

Closed
wixbot opened this issue Nov 20, 2012 · 3 comments
Closed

VS2012 path macro points to VS2010 in example 'CustomAction' #3839

wixbot opened this issue Nov 20, 2012 · 3 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Nov 20, 2012

I performed the following sequence of actions

  1. Installed MS VS2012
  2. Installed WiX 3.6.3303.1
  3. Created a new project from 'Templates/Visual C++/windows Installer XML/C++ Custom Action'
  4. Try to compile...

Generated project will fail because "#include <wcautil.h>" is not found in the path (included in stdafx.h)

In the project properties I can see the following include path defined '$(WIX)sdk\VS2010\inc'
and $(WIX) evaluates (correctly) to 'C:\Program Files (x86)\WiX Toolset v3.6'
However there is no '...\sdk\VS2010\inc'
There is a '...\SDK\VS2012\inc'

If you fix that manually a similar problem occurs with the link '...\sdk\VS2010\lib' does not exist but 'SDK\VS2012\lib\x86' and 'SDK\VS2012\lib\x64'

Not sure is there are any other properties with a similar problem

Originally opened by james_rhodes from http://sourceforge.net/p/wix/bugs/3143/

@wixbot
Copy link
Author

wixbot commented Oct 17, 2013

Originally changed by barnson
Area set to votive

@wixbot
Copy link
Author

wixbot commented Oct 19, 2013

Originally changed by barnson
AssignedTo set to bobarnson

@wixbot
Copy link
Author

wixbot commented Oct 21, 2013

Originally changed by barnson
Resolution set to fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v3.8 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants