Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Same App Several Times On the Same Computer
 

Same App Several Times On the Same Computer

This is something I find a bit troublesome, even with the gigabytes of hard disk space available these days. If you deploy an application using ClickOnce, the installation is done per-user, which means that each person who logs on will have to download the application from scratch which is bad enough if the download size is large. So we could end up in a situation where a single computer has several copies of exactly the same application on the hard disk. Now if the computer is used by tens or even hundreds of people, the situation would rapidly spiral out of control. The hard disk would clog up and probably the maximum cache size would be reached, stopping any more applications from being downloaded.

Am I exaggerating the situation, or does anyone else have any thoughts on this? We have a custom deployment solution that worked with .NET 1.1, but this required our users to install an additional ActiveX control as well as the .NET Framework. It would be great to move entirely to ClickOnce to reduce headache for our customers, but is this a double-edged sword?

Hami

Hami  Thursday, January 19, 2006 11:17 PM

Each app can have only a maximum of two versions.. ClickOnce scavenger will make sure of it. So you don't need to be worried about overflowing your hard disk

-Sreekanth

kanthb  Friday, January 20, 2006 12:05 AM

Each app can have only a maximum of two versions.. ClickOnce scavenger will make sure of it. So you don't need to be worried about overflowing your hard disk

-Sreekanth

kanthb  Friday, January 20, 2006 12:05 AM

You can use google to search for other answers

Custom Search

More Threads

• Remote Install problem
• help with custom action Commit to execute application
• C# custom setup
• Bundle .NET 3.5 Framework w/Install (using VS 2008 SP1)?
• Adding installers as custom prerequisites
• Install Certain Files Based on OS Version
• ClickOnce publish problem for Remote Site
• Problem running Setup MSI from C# project on x86 machines, but it works on x64 machines.
• Single Setup Project For Client and Server?
• Deploying a system