VS2002 and VS2003 file sizes

  • Thread starter Thread starter Skip
  • Start date Start date
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
 
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.)?
 
Back
Top