VS2002 and VS2003 file sizes

S

Skip

I just converted a solution from Visual Studio 2002 to Visual Studio
2003 and was somewhat curious about the change in file sizes.

The .msi install file generated by VS2002 was 264K but increased to
485K when generated by VS2003.

On the other hand, when I .zip the solution folder for archiving, the
..zipped size for VS2002 was 7898K but dropped to 4661K when generated
by VS2003.

Does anybody know in general, why the changes in size?
----------------------------------------------------------------------------

I apologize if this appears twice. My news group provider has been
rather unreliable of late and seems to misplace some messages.
----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
 
H

Herfried K. Wagner [MVP]

Hello,

Skip said:
I just converted a solution from Visual Studio 2002 to
Visual Studio 2003 and was somewhat curious about the
change in file sizes.

The .msi install file generated by VS2002 was 264K but
increased to 485K when generated by VS2003.

Did you have a look at the contents of the MSI file?
On the other hand, when I .zip the solution folder for
archiving, the .zipped size for VS2002 was 7898K but
dropped to 4661K when generated by VS2003.

Are you sure the same files are included (binaries, "obj" folders, PDB files
etc.)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top