Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Changed path to Program Files directory to a platform dependent X86 version. #282

Merged
merged 2 commits into from
Nov 5, 2015
Merged

Changed path to Program Files directory to a platform dependent X86 version. #282

merged 2 commits into from
Nov 5, 2015

Conversation

hubuk
Copy link
Contributor

@hubuk hubuk commented Oct 28, 2015

CodeToolsUpdate project was looking for MSBuild in a Program Files directory appropriate for its current architecture. MSBuild is located in X86 version of Program Files.

CodeToolsUpdate project was looking for MSBuild in a Program Files directory appropriate for its current architecture. MSBuild is located in X86 version of Program Files.
@sharwell
Copy link
Member

💭 Would be nice to see Path.Combine used in this method as well, but that should probably be a separate bug.

👍

@sharwell
Copy link
Member

❓ What does CodeToolsUpdate do?

@hubuk
Copy link
Contributor Author

hubuk commented Oct 28, 2015

From my first impression I can only say that it registers VS and MSBuild extensions (Task Manager, property pages, post build tasks) in the system during installation.

@SergeyTeplyakov
Copy link
Contributor

@hubuk What do you think, should we change to Path.Combine or leaving as is?

@SergeyTeplyakov
Copy link
Contributor

@sharwell Are you ok with this change? Or you would like to get an answer on your question first?

@hubuk
Copy link
Contributor Author

hubuk commented Nov 4, 2015

I can submit this change in a few minutes.

@hubuk
Copy link
Contributor Author

hubuk commented Nov 4, 2015

@SergeyTeplyakov @sharwell Changed to Path.Combine.

SergeyTeplyakov added a commit that referenced this pull request Nov 5, 2015
Changed path to Program Files directory to a platform dependent X86 version.
@SergeyTeplyakov SergeyTeplyakov merged commit b0a47b2 into microsoft:master Nov 5, 2015
@fedotovalex
Copy link
Contributor

Hey guys, this fails to compile for me because of a missing closing parenthesis here.

@hubuk
Copy link
Contributor Author

hubuk commented Nov 5, 2015

Thanks, Submitted a fix. #290

@SergeyTeplyakov
Copy link
Contributor

@fedotovalex Thanks! I've merged the fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants