
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 01/04/2008 04:33:10 Date: Tue, 1 Apr 2008 11:33:10 -0700 (PDT)
Hello,
I am working on deploying a WinForm solution that I inherited (v1.1, VS.NET 2003). I've made my changes to the forms and classes, and the solution already has Setup projects for my working projects.
However, when I build the Setup projects, the MSIs they are producing are way too small -- 80k instead of the 2-8mb of the prior release's MSIs.
I didn't setup either the original solution, so I'm not sure why it produced larger files than our newer one (recreated for VSS integration). But, I am guessing it's due to the 3rd-party assemblies, which tally in total ~8mb. It's my guess that these refs are not being copied to the MSIs when the Setup projects build.
....Can anyone help?!
Thanks! matt
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 01/04/2008 07:22:40 Date: Tue, 1 Apr 2008 14:22:40 -0700 (PDT)
On Apr 1, 1:33=A0pm, SpaceMarine <spacemar...@mailinator.com> wrote:
> integration). But, I am guessing it's due to the 3rd-party assemblies, > which tally in total ~8mb. It's my guess that these refs are not being > copied to the MSIs when the Setup projects build.
did some more poking around... it looks like for each Setup Project, i have to include the desired project's output, via: " Add --> Project Output... --> Primary Output".
=2E..any tips or gotchas that i should be aware of?
thanks, sm
|