Hello,
we want to deploy an application based on .Net Framework 3.5 with ClickOnce. Assuming that the client has no .Net Framework installed (which might still be often the case) with the Framework 3.5 Prerequisite checked, the Installer downloads
.Net Framework 2.0 Service Pack 1 with 187 MB
.Net Framework 3.0 Service Pack 1 with 125 MB
.Net Framework 3.5 with 25.4 MB
thats adds to around 337 MB download. I then had the problem that the progress bar during the installation does not move for a long time (for the client who installs this might look look as if the app was frozen).
Is there anything I can do to have a better deployment experience (Do I really need to download 337 MB for a .Net naked PC to make a Framework 3.5 application run)?
Thanks
Thomas