Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there an add-in, macro, extension, or command to let me right-click on a project or solution in my VS2010 Solution Explorer and have it pack it all up into a zip file?

Something like ZipStudio, except I need it for 2010:

share|improve this question
1  
Though not in VS, I use <a href="powerarchiver.com/">Power Archiver</a> to right-click and compress projects in Windows Explorer via its contextual menu option. Thought I'd throw it out there in case it helps. – JYelton May 7 '10 at 22:15
Thanks for the link. I've been looking for a replacement for 7-Zip and for $20 this looks worth it. – Scott Bilas May 7 '10 at 23:17

4 Answers

up vote 5 down vote accepted

Turns out that DPack, which I already had installed, does the trick. Heh.

http://visualstudiogallery.msdn.microsoft.com/en-us/c7befd80-446f-4005-b659-0e8de2ee1417?SRC=VSIDE

Tools | DPack -> Solution Backup

By default it puts a zip file with the same name as the solution beside it in the solution folder. But this is tunable via Tools | Options -> DPack -> Solution Backup.

share|improve this answer

May be you can consider http://zipsolution.codeplex.com/

share|improve this answer

I just did a quick search in the Extension Manager online gallery (Tools -> Extension Manager) and came up with GBackupSolution. It looks like it sends it to a Gmail address as well, but maybe you could work around that? It's on CodeProject so I guess you could get the source and take out the gmail functionality as well...

share|improve this answer
GBackupSolution doesn't work. – Peter Ritchie Nov 28 '11 at 2:25

After running across this question and looking at the suggestions mentioned above, I landed on SolutionZipper. It's for VS2005, and by following the instructions here I was able to get it working with VS2010 as well!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.