Differential deployment

  • Thread starter Thread starter Saverio Tedeschi
  • Start date Start date
S

Saverio Tedeschi

Hi all gurus,
AFAIK every time I've to distribute a minor change in my VS app, I've
to deploy the entire .msi package, even for very little correction. As
far as YOU know, is there any tool (such as Linux diff) to deploy only
differences? TIA
 
Not that I know of. If you design multi-tiered, you can tell the config to
use newer versions of your business layer assemblies. You can set up a
bootstrap type program to look for changes and auto-download.

Good source: Microsoft Updater Application Block
http://msdn.microsoft.com/library/en-us/dnbda/html/updater.asp

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Thank you cowboy. It's what I feared to hear. Have a nice day!
 
Sorry I could not be the bearer of good tidings.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

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

Back
Top