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!?