That's the time wherein you must practice code refactoring:

http://en.wikipedia.org/wiki/Code_refactoring


Cheers!


Benj



On Mar 27, 2:33 am, CallMeLaNN <[email protected]> wrote:
> Hello,
>
> I have create an app and its setup project.
> When user install it, they will have my app with all its dependencies.
>
> Every time I update the app, I rebuild the setup and
> deploy to user so that user will get the latest version.
>
> The problem is my app is so large, dependencies also so many.
> Then my setup file also large and it is not a best practice to always
> update.
>
> Maybe the upgrade is only at the specific .dll library.
> Then can I just copy and paste only the updated dependency?
>
> If can, is it disturbing the windows installer
> since the updated file is not the original one that come during
> installation?
>
> If can't what is the best way?
>
> I need my app flexible to update like Firefox.

Reply via email to