
Signature
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/
"Code & Seek
Bring Windows Desktop Search Into Visual Studio With Our Cool Add-In"
http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/
Yes, I'm building an add-in which does a similar task.
I am packaging up the vdproj file, but I want the referenced files, too.
Maybe I will parse the vdproj file. It looks seemingly easy.
Unless anyone knows of any COM classes I could utilize, this will probably
end up being my approach.
>> I'm writing a neat little add-in that will automagically zip up the
>> contents a project.
[quoted text clipped - 5 lines]
> I personally found CM implementation of setup projects lacking. The best I
> was able to do is to zip up the project file itself.
Sergey M - 18 Jul 2006 04:23 GMT
> Yes, I'm building an add-in which does a similar task.
I've had great success with OSS .NET Zip library called #ziplib.
Thought it might come in handy for you:
www.icsharpcode.net/OpenSource/SharpZipLib/
> I am packaging up the vdproj file, but I want the referenced files,
> too.
> Maybe I will parse the vdproj file. It looks seemingly easy.
>
> Unless anyone knows of any COM classes I could utilize, this will
> probably end up being my approach.
Yeah, if I was that determined I'd start with COM and then move onto
parsing the file manually. Something tells me you'll end up with the
later approach.
Good luck.

Signature
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/
"Code & Seek
Bring Windows Desktop Search Into Visual Studio With Our Cool Add-In"
http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/