Skip to content

Some installs of Visual Studio 2013 don't include the vcvarsphoneall.bat #9

@sgtcoolguy

Description

@sgtcoolguy

See https://github.com/appcelerator/windowslib/blob/master/lib/visualstudio.js#L142

if a user installs VS 2013, the C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\WPSDK\WP81 folders won't exist and the batch script won't either. There's mention of it here: http://blogs.msdn.com/b/vcblog/archive/2014/07/18/using-boost-libraries-in-windows-store-and-phone-applications.aspx
And a posted "solution" with some scripts that they ask you to copy over to rebuild the expected structure.

Our detection code assumes that the folder and file must exist to correlate a Windows Phone SDK version with an install of VS. So we need to either try and ship these files and copy them over when missing to "repair" this for users (perissions/copyright/distribution?); or we need to not link the SDKs or find some other way of determining what Windows Phone SDKs an install supports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions