Where can I find chef cookbook to install visual studio 2013. The chef-supermarket provides cookbook for visual studio 2012. Can it be modified to work with visual studio 2013
Asked
Active
Viewed 895 times
0
-
You can find it on `Google`. – emerson.marini Jan 09 '15 at 17:24
-
Have you read this before posting such question? [What topics can I ask about here?](http://stackoverflow.com/help/on-topic) – emerson.marini Jan 09 '15 at 17:25
-
I think you misunderstood the question . It is chef Visual Studio 2013 cookbook I am talking about . Similar to VS 2012 cookbook like this supermarket.chef.io/cookbooks/visualstudio or this github.com/daptiv/visualstudio – – user27111987 Jan 09 '15 at 17:32
-
_Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are **off-topic** for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it._ – emerson.marini Jan 09 '15 at 17:34
-
You misunderstood the SO purpose, actually. – emerson.marini Jan 09 '15 at 17:35
-
If you don't know the answer and don't understand the question, it's not helpful to simply say "This is off topic." Unless you're a moderator and are going to close the question, move along. – Chris Bush Jun 30 '15 at 20:38
2 Answers
1
While this question is off-topic for SO, I've forked daptiv's visualstudio cookbook to handle multiple versions of Visual Studio. Currently it supports 2012 and 2013. You can find the cookbook here: https://github.com/dthagard/visualstudio.

dthagard
- 823
- 7
- 23
-
Thanks for the fork. Looks like 95% of the people that commented have no idea what Chef is. – Chris Bush Jun 30 '15 at 20:35
0
These are three resources you can use to help you:
Microsoft Visual Studio Installation Guide: http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx
Visual Studio 2013 CookBook by Jeff Martin and Richard Banks https://www.packtpub.com/application-development/visual-studio-2013-cookbook
A step by step tutorial to perform the installation by Mourya P.: https://www.youtube.com/watch?v=FlhbbuFAxgQ
Hope this helps

CoderRoller
- 1,239
- 3
- 22
- 39
-
I think you misunderstood the question . It is chef Visual Studio 2013 cookbook I am talking about . Similar to VS 2012 cookbook like this https://supermarket.chef.io/cookbooks/visualstudio or this https://github.com/daptiv/visualstudio – user27111987 Jan 09 '15 at 17:32
-
This extra post might be helpful then: http://stackoverflow.com/questions/20892059/chef-how-to-overwrite-attribtues-in-json-file – CoderRoller Jan 09 '15 at 17:41
-