Framework installation from ClickOnce setup

  • Thread starter Thread starter Emanuele Ornella
  • Start date Start date
E

Emanuele Ornella

I discoverd that in a ClickOnce installation the framework is
automatically downloaded from the internet.
Is there any way to specify a local area network folder for a local
installation instead?

Thanks for the help.
ema
 
In solution explorer choose properties for the project. The project
properties page will have a publish tab, that tab will have a
"Prerequisites" button. That will open an option dialog which will allow you
to choose a network folder for your prerequisites.
 
Hello!
"Prerequisites" button. That will open an option dialog which will allow
you to choose a network folder for your prerequisites.
When I did what you said the folder dotnetfx with files
dotnetfx.exe,instmsia.exe,WindowsInstaller-KB893803-v2-x86.exe was created
in the folder where i published my project.

Is it possible to install the dotnet from the website just right from the
page where an application deployed or we have to create links on some web
page for downloading those files and users have to download them and then
install?
 
Back
Top