jeremytammik / VisualStudioRevitAddinWizard

Visual Studio templates to generate C# and VB .NET Revit add-ins
http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.20
MIT License
211 stars 74 forks source link

install.bat requires ZIP + Fails unless VS 2015 #8

Closed cjm771 closed 6 years ago

cjm771 commented 6 years ago

I would just specify in your readme, that zip needs to be added to path variable if not already done? Im on windows10 and I guess it wasnt there! I also needed to edit the bat file for visual studio 2017, it was set for 2015.

Other than that thanks!

jeremytammik commented 6 years ago

Thank you very much for the valuable suggestion.

It would help even more if you forked the repository, applied the fix you suggest, and submitted a pull request.

I am actually still using Visual Studio 2015 myself, so I cannot fix that aspect quite yet.

I am planning to update these wizards for Revit 2019 real soon now, so more fixes will be coming soon.

jeremytammik commented 6 years ago

No need for a pull request in this case, of course :-)

Done.