Apr 5, 2012 at 6:24 PM
Edited Apr 5, 2012 at 6:26 PM
|
It's very easy to create own installer. Just take current BuildVersionIncrement_VS2010.VSI (that in fact is a zip archive) and do the following :
1. Unpack BuildVersionIncrement_VS2010.VSI
2. Open BuildVersionIncrement.AddIn (it's XML file) with notepad
3. Find line "<Version>10.0</Version>" and change the number 10.0 to, you guessed it, 11.0
4. Save this changes.
5. Create zip archive called BuildVersionIncrement_VS2011.VSI that contains your modified BuildVersionIncrement.AddIn and two other files that are present in older installer (BuildVersionIncrement.dll, BuildVersionIncrement.vscontent)
The Installer created this way should work with new VS 11 Beta ;)
|