If I simply edit the "OutputFilename" property of my vdproj file in a text editor:

from

"8:Release\test.msi"

to

"8:..\\..\\bin\\test.msi"

the resultant MSI filesize shrinks ~500KB.

Can someone explain why both MSIs aren't the same size? Thanks.

link|improve this question
Does it do that more than once? Could be a great way to optimize the installer size. :) – Robert Harvey Mar 9 '11 at 15:48
I thought somebody might comment, "..so what's the problem?" :) – Greg Mar 9 '11 at 15:56
Seriously, I think you just forced the installer to go through a "recompile" of sorts, and it removed a bunch of cruft that was no longer needed. I used InstallShield for awhile on a project, and I found the whole process quirky, to say the least. – Robert Harvey Mar 9 '11 at 16:01
Verify that the resulting MSI still contains everything you expect... – Yan Sklyarenko Mar 9 '11 at 19:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.