3

I have a Windows Forms project using Visual Studio 2010, and I am deploying using ClickOnce.

I need the application to work offline as well as online.

I have configured the prerequisite - .NET Client Profile 4 and set the location to the same as the application.

Everything seems to work as expected, but upon testing I have found it takes 5 minutes or more to install the .NET Client Profile 4 and it also requires a reboot.

Why does it take so long to install offline (I thought this was going to be mega fast like promised)?

And why does it require a reboot!?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
  • 1
    Theres lots of registry changes and files that still need to be copied, my guess is that it is IO bound and will vary from computer to computer based on disk performance. – Nate Apr 13 '10 at 20:50
  • This question seems too similar to http://stackoverflow.com/questions/2604234/clickonce-net-client-profile-framework-sql-compact-offline-installation. – apaderno Jul 11 '10 at 15:08
  • it depends on the windows version and which service pack, 5 minutes is Ok for the framework to setup, some computers with low rams, it takes more than an hour to finish – Monah Jan 06 '15 at 15:56

1 Answers1

2

5 minutes? You think 5 minutes is long? It took an hour to install .NET 3.5. I'd say 5 minutes is pretty darn good. It takes longer than that to install iTunes, dude.

Sampson
  • 265,109
  • 74
  • 539
  • 565
RobinDotNet
  • 11,723
  • 3
  • 30
  • 33